.dotfiles/.config/waybar/modules/custom-wallchange.jsonc
2026-01-18 21:08:16 -07:00

12 lines
366 B
Plaintext

{
"custom/wallchange": {
"format": "\udb80\udd8a {0}",
"rotate": 0,
"tooltip-format": "\udb80\udd8a Switch wallpaper",
"on-click": "hyde-shell wallpaper -n",
"on-click-right": "hyde-shell wallpaper -p",
"on-click-middle": "hyde-shell wallpaper --select",
"interval": 86400,
"tooltip": true
}
}