Cleaner flow: Either Apple controls or normal

This commit is contained in:
David Heinemeier Hansson
2026-06-24 13:49:50 +02:00
parent 89abbddc77
commit 0bf29e2f4a
+2 -3
View File
@@ -47,9 +47,7 @@ if omarchy-hyprland-monitor-focused-apple; then
else else
omarchy-brightness-display-apple "$step" omarchy-brightness-display-apple "$step"
fi fi
exit else
fi
# Current device highlighted # Current device highlighted
device="$(omarchy-hw-display)" || exit 1 device="$(omarchy-hw-display)" || exit 1
@@ -83,3 +81,4 @@ brightnessctl -d "$device" set "$step" >/dev/null
# Show the new brightness in OSD # Show the new brightness in OSD
(( no_osd )) || omarchy-osd -i brightness -p "$(display_brightness "$device")" (( no_osd )) || omarchy-osd -i brightness -p "$(display_brightness "$device")"
fi