Add new display widget for the bar

This commit is contained in:
David Heinemeier Hansson
2026-05-17 17:29:52 +02:00
parent cf4935f964
commit 540aaf956d
10 changed files with 471 additions and 13 deletions
+1 -2
View File
@@ -29,6 +29,5 @@ else
fi
sudo asdcontrol "$device" -- "$step" >/dev/null
value="$(sudo asdcontrol "$device" | awk -F= '/BRIGHTNESS=/{print $2+0}')"
omarchy-osd -i brightness -p "$(( value * 100 / 60000 ))"
omarchy-osd -i brightness -p "$(omarchy-brightness-display-apple-get)"
fi