Add Waybar Switcher Icon

This commit is contained in:
Stephan Raabe
2023-10-17 09:01:57 +02:00
parent b14a1287fd
commit 0fe25acab1
6 changed files with 14 additions and 3 deletions

View File

@@ -89,8 +89,15 @@
// Wallpaper
"custom/wallpaper": {
"format": "",
"on-click-right": "~/dotfiles/scripts/wallpaper-swww.sh",
"on-click": "~/dotfiles/scripts/updatewal-swww.sh",
"on-click": "~/dotfiles/scripts/wallpaper-swww.sh",
"on-click-right": "~/dotfiles/scripts/updatewal-swww.sh",
"tooltip": false
},
// Waybar Themes
"custom/waybarthemes": {
"format": "",
"on-click": "~/dotfiles/waybar/themeswitcher.sh",
"tooltip": false
},