cli doc improvements

This commit is contained in:
David Heinemeier Hansson
2026-05-06 12:18:57 +02:00
parent 99357bf549
commit 647cae0ca0
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
# omarchy:summary=Cycle scaling for the focused Hyprland monitor
# omarchy:summary=Cycle focused Hyprland monitor scaling through 1x, 1.25x, 1.6x, 2x, and 3x
MONITOR_INFO=$(hyprctl monitors -j | jq -r '.[] | select(.focused == true)')
ACTIVE_MONITOR=$(echo "$MONITOR_INFO" | jq -r '.name')