diff options
author | dakkar <dakkar@thenautilus.net> | 2024-06-02 13:29:53 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2024-06-02 13:29:53 +0100 |
commit | 9635d7c5dab0215a432d917323613e5df8a69919 (patch) | |
tree | b8dc6edf7296308b6d540b8503207624e5d4fa20 | |
parent | new laptop has problems with compositing (diff) | |
download | dotfiles-9635d7c5dab0215a432d917323613e5df8a69919.tar.gz dotfiles-9635d7c5dab0215a432d917323613e5df8a69919.tar.bz2 dotfiles-9635d7c5dab0215a432d917323613e5df8a69919.zip |
new laptop needs brightness control
-rw-r--r-- | .config/redshift/redshift.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/redshift/redshift.conf b/.config/redshift/redshift.conf index 989c8ee..9d75b3d 100644 --- a/.config/redshift/redshift.conf +++ b/.config/redshift/redshift.conf @@ -1,6 +1,8 @@ [redshift] temp-day=5700 +brightness-day=0.4 temp-night=3500 +brightness-night=0.25 fade=1 |