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 47d6b64..c09eb1f 100644 --- a/dot_config/waybar/config.jsonc +++ b/dot_config/waybar/config.jsonc @@ -12,6 +12,7 @@ "network#bond", "battery", "privacy", + "custom/webcam", "pulseaudio", "custom/wifi", "bluetooth", @@ -169,6 +170,13 @@ ], }, + "custom/webcam": { + "exec": "~/.config/waybar/webcam-status.sh", + "return-type": "json", + "interval": 2, + "tooltip": true, + }, + "custom/notifications": { "exec": "~/.config/waybar/mako-status.sh", "return-type": "json", |
