diff --git a/bin/stow.py b/bin/stow.py index 3add8f5..cbbea26 100755 --- a/bin/stow.py +++ b/bin/stow.py @@ -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__": diff --git a/wallpapers/gruvbox.png b/wallpapers/gruvbox.png new file mode 100644 index 0000000..678cc36 Binary files /dev/null and b/wallpapers/gruvbox.png differ