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

12 lines
357 B
Plaintext

{
"custom/theme": {
"format": "{0}",
"rotate": 0,
"tooltip-format": "\udb81\udfe1 Switch theme",
"on-click": "hyde-shell themeswitch -n",
"on-click-right": "hyde-shell themeswitch -p",
"on-click-middle": "sleep 0.1 && hyde-shell themeselect",
"interval": 86400,
"tooltip": true
}
}