diff options
Diffstat (limited to 'dot_config/waybar/config.jsonc')
| -rw-r--r-- | dot_config/waybar/config.jsonc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc index 6d4f287..2270b42 100644 --- a/dot_config/waybar/config.jsonc +++ b/dot_config/waybar/config.jsonc @@ -10,6 +10,7 @@ "temperature", "custom/memory", "network#bond", + "custom/dock", "battery", "privacy", "custom/webcam", @@ -181,6 +182,13 @@ "tooltip": true, }, + "custom/dock": { + "exec": "~/.config/waybar/dock-status.sh", + "return-type": "json", + "interval": 5, + "tooltip": true, + }, + "custom/notifications": { "exec": "~/.config/waybar/mako-status.sh", "return-type": "json", |
