diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-06-04 23:51:52 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-06-05 00:01:03 -0400 |
commit | ee02afef8a23e603f725bb151c1ba285999f675c (patch) | |
tree | 27c78ffcca0c0f4eeece1d7240bd209853aad5b3 /home/.config/i3/lightup | |
parent | 8c67975ae7ca90f05ca5f8373a158be90fdd8dfd (diff) |
.07-.5(+?) is a stable point; 1 allows actual incr
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; |