Use capitalized camel for all classes
This commit is contained in:
@@ -255,7 +255,7 @@ stop_screenrecording() {
|
||||
}
|
||||
|
||||
toggle_screenrecording_indicator() {
|
||||
omarchy-shell -q indicators refresh
|
||||
omarchy-shell -q Indicators refresh
|
||||
}
|
||||
|
||||
screenrecording_active() {
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
# omarchy:summary=Show the current weather notification
|
||||
|
||||
omarchy-shell weatherFlyout show
|
||||
omarchy-shell Weather show
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user