From 04d3170e07b1bf490c0b801736a2ce4fc26c2f02 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 17 May 2026 20:47:21 +0200 Subject: [PATCH] Simpler --- bin/omarchy-brightness-display | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/omarchy-brightness-display b/bin/omarchy-brightness-display index 9a974000..3f4862b7 100755 --- a/bin/omarchy-brightness-display +++ b/bin/omarchy-brightness-display @@ -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 '%')"