From e60dcb4cdab45825280c264aad64fcbfd7da92c3 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 21 May 2022 22:01:31 +0200 Subject: [PATCH] Feat: set night gammastep settings --- sway/.config/gammastep/config.ini | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sway/.config/gammastep/config.ini b/sway/.config/gammastep/config.ini index 114ef48..03cee50 100644 --- a/sway/.config/gammastep/config.ini +++ b/sway/.config/gammastep/config.ini @@ -2,7 +2,7 @@ [general] ; Set the day and night screen temperatures temp-day=5700 -temp-night=3500 +temp-night=4000 ; Disable the smooth fade between temperatures when Redshift starts and stops. ; 0 will cause an immediate change between screen temperatures. ; 1 will gradually apply the new screen temperature over a couple of seconds. @@ -21,19 +21,19 @@ fade=1 ;dawn-time=6:00-7:45 ;dusk-time=18:35-20:15 ; Set the screen brightness. Default is 1.0. -brightness=0.8 +; brightness=0.8 ; It is also possible to use different settings for day and night ; since version 1.8. -;brightness-day=0.7 -;brightness-night=0.4 +brightness-day=1 +brightness-night=0.7 ; Set the screen gamma (for all colors, or each color channel ; individually) -gamma=0.8 +; gamma=0.8 ;gamma=0.8:0.7:0.8 ; This can also be set individually for day and night since ; version 1.10. -;gamma-day=0.8:0.7:0.8 -;gamma-night=0.6 +gamma-day=0.8:0.7:0.8 +gamma-night=0.7 ; Set the location-provider: 'geoclue2', 'manual'. ; The location provider settings are in a different section. location-provider=manual @@ -48,8 +48,8 @@ adjustment-method=wayland ; Keep in mind that longitudes west of Greenwich (e.g. the Americas) ; are negative numbers. [manual] -lat=46.1 -lon=5.44 +lat=46.2 +lon=5.7 ; Configuration of the adjustment-method ; type 'gammastep -m METHOD:help' to see the settings. ; ex: 'gammastep -m randr:help'