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

12 lines
352 B
Plaintext

{
"custom/wbar": {
"format": "{0}", //   //
"rotate": 0,
"tooltip-format": "\uf205 Switch bar | \uf2d5 dock",
"on-click": "hyde-shell waybar -n",
"on-click-right": "hyde-shell waybar -p",
"on-click-middle": "hyde-shell quickapps",
"interval": 86400,
"tooltip": true
}
}