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 } }