Add a wallpaper
This commit is contained in:
parent
ec743ecc38
commit
eddab2ca38
2 changed files with 4 additions and 3 deletions
|
@ -45,7 +45,8 @@ def get_stow_dir(pkg):
|
||||||
return os.path.expanduser({
|
return os.path.expanduser({
|
||||||
"home" : "~",
|
"home" : "~",
|
||||||
"bin" : "~/bin",
|
"bin" : "~/bin",
|
||||||
"config" : "~/.config"
|
"config" : "~/.config",
|
||||||
|
"wallpapers" : "~/pics/wallpapers"
|
||||||
}.get(pkg, f"~/.config/{pkg}"))
|
}.get(pkg, f"~/.config/{pkg}"))
|
||||||
|
|
||||||
if __name__ == "__main__":
|
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