Match display scale highlights to clean scales
This commit is contained in:
@@ -18,4 +18,5 @@ printf '%s\n' "$monitors_json" | jq -r '
|
||||
omarchy-hyprland-monitor-focused 2>/dev/null || echo
|
||||
omarchy-hyprland-monitor-scaling 2>/dev/null || echo
|
||||
|
||||
printf '%s\n' "$monitors_json" | jq -c '[.[] | {name, enabled:(.disabled != true), focused:(.focused == true)}]'
|
||||
printf '%s\n' "$monitors_json" | jq -c \
|
||||
'[.[] | {name, enabled:(.disabled != true), focused:(.focused == true), width, height}]'
|
||||
|
||||
Reference in New Issue
Block a user