Cleaner flow: Either Apple controls or normal
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user