Move wallpapers into ~/Pictures/wallpapers
This commit is contained in:
parent
5ae1abc73a
commit
a3a0bbedf9
1 changed files with 1 additions and 1 deletions
|
@ -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]]":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue