Hide certain commands from the list that aren't relevant to the vast majority

This commit is contained in:
David Heinemeier Hansson
2026-05-06 12:56:51 +02:00
parent 4e4a688fdf
commit fb117e56d8
8 changed files with 39 additions and 10 deletions
+1
View File
@@ -1,6 +1,7 @@
#!/bin/bash
# omarchy:summary=Designed to be run by systemd timer every 30 seconds and alerts if battery is low
# omarchy:hidden=true
BATTERY_THRESHOLD=10
NOTIFICATION_FLAG="/run/user/$UID/omarchy_battery_notified"