Add a wallpaper
This commit is contained in:
parent
ec743ecc38
commit
eddab2ca38
2 changed files with 4 additions and 3 deletions
|
@ -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
BIN
wallpapers/gruvbox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
Loading…
Reference in a new issue