diff options
Diffstat (limited to 'home/.config/i3/lightup')
-rwxr-xr-x | home/.config/i3/lightup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/i3/lightup b/home/.config/i3/lightup index 7104923..d9336ef 100755 --- a/home/.config/i3/lightup +++ b/home/.config/i3/lightup @@ -1,6 +1,6 @@ #!/bin/sh if [ $(light) = 0.00 ]; then - light -S 0.07; + light -S 1; else light -S $(echo 1.122\*$(light) | bc); fi; |