Remove screen recording status until it is stable

This commit is contained in:
David Heinemeier Hansson
2025-08-24 10:58:41 +02:00
parent c3af4b9469
commit a34a671dc8
5 changed files with 3 additions and 29 deletions

View File

@@ -124,7 +124,6 @@
"modules": [
"custom/status-dnd",
"custom/status-nightlight",
"custom/status-recording",
"custom/status-idle"
]
},
@@ -140,12 +139,6 @@
"interval": 1,
"on-click": "omarchy-toggle-nightlight"
},
"custom/status-recording": {
"exec": "omarchy-status-daemon recording",
"return-type": "json",
"interval": 1,
"on-click": "omarchy-cmd-screenrecord-stop"
},
"custom/status-idle": {
"exec": "omarchy-status-daemon idle",
"return-type": "json",