diff options
Diffstat (limited to 'dot_config/waybar/config.jsonc')
| -rw-r--r-- | dot_config/waybar/config.jsonc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc index 6e314cb..51c9d08 100644 --- a/dot_config/waybar/config.jsonc +++ b/dot_config/waybar/config.jsonc @@ -17,6 +17,7 @@ "idle_inhibitor", "privacy", "custom/notifications", + "custom/thunderbird", "tray", "clock", ], @@ -163,4 +164,12 @@ "on-click-middle": "makoctl restore", "tooltip": true, }, + + "custom/thunderbird": { + "exec": "~/.config/waybar/tb-unread.sh", + "return-type": "json", + "interval": 60, + "on-click": "~/.config/sway/tb-toggle.sh", + "tooltip": true, + }, } |
