Add monitoring for OME streams

This commit is contained in:
Trysdyn Black 2023-12-23 13:19:44 -08:00
parent 9a7a4dcc57
commit 935e0062bf

View file

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