From 935e0062bffb8b71932ad8383d4d5dd32da8dd7d Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Sat, 23 Dec 2023 13:19:44 -0800 Subject: [PATCH] Add monitoring for OME streams --- .config/waybar/config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/waybar/config b/.config/waybar/config index 53a97f6..b9605a3 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -7,7 +7,7 @@ "fixed-center": false, "modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad"], "modules-center": [], - "modules-right": ["custom/timer", "custom/maildir", "custom/nagios", "custom/task", "custom/weather", "custom/aqi", "memory", "cpu", "clock", "tray"], + "modules-right": ["custom/oven", "custom/timer", "custom/maildir", "custom/nagios", "custom/task", "custom/weather", "custom/aqi", "memory", "cpu", "clock", "tray"], "sway/scratchpad": { "format": "{icon} {count}", "show-empty": false, @@ -64,6 +64,11 @@ "exec": "$HOME/workspace/foxstatus/modules/maildir.py", "max-length": 7, "interval": 60 + }, + "custom/oven": { + "exec": "$HOME/workspace/foxstatus/modules/oven.py", + "max-length": 6, + "interval": 300 } }