This commit is contained in:
David Heinemeier Hansson
2026-05-17 20:47:21 +02:00
parent 20aa4bf205
commit 04d3170e07
+1 -3
View File
@@ -53,8 +53,6 @@ elif [[ $step == "5%-" ]]; then
step="$target%"
fi
# Set the actual brightness of the display device.
# Set brightness of the display device.
brightnessctl -d "$device" set "$step" >/dev/null
# Use the OSD to display the new brightness setting.
omarchy-osd -i brightness -p "$(brightnessctl -d "$device" -m | cut -d',' -f4 | tr -d '%')"