diff --git a/scripts/lib/swww.py b/scripts/lib/swww.py index 9276dcb..7eb5650 100644 --- a/scripts/lib/swww.py +++ b/scripts/lib/swww.py @@ -33,7 +33,7 @@ def run_swww(monitor: str, image: Path, extra_args: list[str] | None = None) -> def get_wallpapers() -> list[Path]: - return list(Path("/usr/share/backgrounds/Wallpapers/").glob("*")) + return list(Path("~/Pictures/wallpapers/").expanduser().glob("*")) def sample_wallpapers(displays: list[str] | None = None) -> "zip[tuple[str, Path]]":