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

12 lines
258 B
Plaintext

{
"custom/workflows": {
"format": "{}",
"interval": "once",
"exec": "hyde-shell workflows --waybar",
"on-click": "hyde-shell workflows --select;pkill -RTMIN+19 waybar",
"tooltip": true,
"return-type": "json",
"signal": 19
}
}