move pywal to shell binary

This commit is contained in:
Benjamin Palko 2024-07-24 23:52:58 -04:00
parent 880e2120df
commit 7078a1a96a
3 changed files with 13 additions and 12 deletions

View file

@ -110,7 +110,7 @@
"format": "{icon}",
"tooltip": false,
"tooltip-format": "Change Wallpaper",
"on-click": "bash ~/dotfiles/.scripts/switch-wallpaper.sh &",
"on-click": "pywal",
"format-icons": {
"default": " ",
},