Use capitalized camel for all classes

This commit is contained in:
David Heinemeier Hansson
2026-05-20 22:00:10 +02:00
parent ac859b5157
commit f9a2685aab
42 changed files with 129 additions and 135 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ stop_screenrecording() {
}
toggle_screenrecording_indicator() {
omarchy-shell -q indicators refresh
omarchy-shell -q Indicators refresh
}
screenrecording_active() {
+1 -1
View File
@@ -2,4 +2,4 @@
# omarchy:summary=Show the current weather notification
omarchy-shell weatherFlyout show
omarchy-shell Weather show
+1 -1
View File
@@ -24,7 +24,7 @@ Options:
Examples:
omarchy-shell shell ping
omarchy-shell shell summon omarchy.settings "{}"
omarchy-shell -q indicators refresh
omarchy-shell -q Indicators refresh
omarchy-shell shell listPlugins
omarchy-shell menu toggle root
USAGE
+1 -1
View File
@@ -3,4 +3,4 @@
# omarchy:summary=Toggle idle behavior so the system either idles normally or stays awake
omarchy-shell idle toggle
omarchy-shell -q indicators refresh
omarchy-shell -q Indicators refresh
+1 -1
View File
@@ -45,4 +45,4 @@ else
hyprctl hyprsunset temperature $OFF_TEMP
fi
omarchy-shell -q indicators refresh >/dev/null 2>&1 || true
omarchy-shell -q Indicators refresh
+1 -1
View File
@@ -3,4 +3,4 @@
# omarchy:summary=Toggle notification do-not-disturb mode
state=$(omarchy-shell notifications toggleDnd 2>/dev/null || echo "")
omarchy-shell -q indicators refresh
omarchy-shell -q Indicators refresh
+1 -1
View File
@@ -2,5 +2,5 @@
# omarchy:summary=Ensure the status bar icon offering the available update is removed
omarchy-shell -q systemUpdate refresh
omarchy-shell -q SystemUpdate refresh
exit 0