From 37ca9c0439298c78fd9a6598fa83b82dc1fc4562 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Fri, 1 Mar 2019 17:37:36 +0100 Subject: [PATCH] [backlight.sh] Decrease change percentage --- i3/backlight.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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