Feat: set night gammastep settings
This commit is contained in:
parent
9d9a5c9a54
commit
e60dcb4cda
@ -2,7 +2,7 @@
|
|||||||
[general]
|
[general]
|
||||||
; Set the day and night screen temperatures
|
; Set the day and night screen temperatures
|
||||||
temp-day=5700
|
temp-day=5700
|
||||||
temp-night=3500
|
temp-night=4000
|
||||||
; Disable the smooth fade between temperatures when Redshift starts and stops.
|
; Disable the smooth fade between temperatures when Redshift starts and stops.
|
||||||
; 0 will cause an immediate change between screen temperatures.
|
; 0 will cause an immediate change between screen temperatures.
|
||||||
; 1 will gradually apply the new screen temperature over a couple of seconds.
|
; 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
|
;dawn-time=6:00-7:45
|
||||||
;dusk-time=18:35-20:15
|
;dusk-time=18:35-20:15
|
||||||
; Set the screen brightness. Default is 1.0.
|
; 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
|
; It is also possible to use different settings for day and night
|
||||||
; since version 1.8.
|
; since version 1.8.
|
||||||
;brightness-day=0.7
|
brightness-day=1
|
||||||
;brightness-night=0.4
|
brightness-night=0.7
|
||||||
; Set the screen gamma (for all colors, or each color channel
|
; Set the screen gamma (for all colors, or each color channel
|
||||||
; individually)
|
; individually)
|
||||||
gamma=0.8
|
; gamma=0.8
|
||||||
;gamma=0.8:0.7:0.8
|
;gamma=0.8:0.7:0.8
|
||||||
; This can also be set individually for day and night since
|
; This can also be set individually for day and night since
|
||||||
; version 1.10.
|
; version 1.10.
|
||||||
;gamma-day=0.8:0.7:0.8
|
gamma-day=0.8:0.7:0.8
|
||||||
;gamma-night=0.6
|
gamma-night=0.7
|
||||||
; Set the location-provider: 'geoclue2', 'manual'.
|
; Set the location-provider: 'geoclue2', 'manual'.
|
||||||
; The location provider settings are in a different section.
|
; The location provider settings are in a different section.
|
||||||
location-provider=manual
|
location-provider=manual
|
||||||
@ -48,8 +48,8 @@ adjustment-method=wayland
|
|||||||
; Keep in mind that longitudes west of Greenwich (e.g. the Americas)
|
; Keep in mind that longitudes west of Greenwich (e.g. the Americas)
|
||||||
; are negative numbers.
|
; are negative numbers.
|
||||||
[manual]
|
[manual]
|
||||||
lat=46.1
|
lat=46.2
|
||||||
lon=5.44
|
lon=5.7
|
||||||
; Configuration of the adjustment-method
|
; Configuration of the adjustment-method
|
||||||
; type 'gammastep -m METHOD:help' to see the settings.
|
; type 'gammastep -m METHOD:help' to see the settings.
|
||||||
; ex: 'gammastep -m randr:help'
|
; ex: 'gammastep -m randr:help'
|
||||||
|
Loading…
Reference in New Issue
Block a user