diff --git a/i3/backlight.sh b/i3/backlight.sh index e1e2708..375ae24 100755 --- a/i3/backlight.sh +++ b/i3/backlight.sh @@ -15,7 +15,7 @@ # Multiply the current brightness by this percentage. This has to be an integer -change_percent=162 +change_percent=150 # Don't start a new transition if the previous one isn't done yet pgrep -u $UID -x xbacklight >/dev/null && exit