1
Fork 0

Add a wallpaper

This commit is contained in:
Hadeed 2023-08-23 05:00:50 +05:00
parent ec743ecc38
commit eddab2ca38
2 changed files with 4 additions and 3 deletions

View file

@ -43,9 +43,10 @@ def get_pkgs():
def get_stow_dir(pkg):
return os.path.expanduser({
"home" : "~",
"bin" : "~/bin",
"config" : "~/.config"
"home" : "~",
"bin" : "~/bin",
"config" : "~/.config",
"wallpapers" : "~/pics/wallpapers"
}.get(pkg, f"~/.config/{pkg}"))
if __name__ == "__main__":

BIN
wallpapers/gruvbox.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB