Skip to content

Commit 6266524

Browse files
committed
add redshift config
1 parent adf4c1d commit 6266524

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.config/redshift/redshift.conf

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[redshift]
2+
; Set the day and night screen temperatures
3+
temp-day=5800
4+
temp-night=3750
5+
6+
; Enable/Disable a smooth transition between day and night
7+
; 0 will cause a direct change from day to night screen temperature.
8+
; 1 will gradually increase or decrease the screen temperature
9+
transition=1
10+
11+
; Configuration of the location-provider:
12+
; type 'redshift -l PROVIDER:help' to see the settings
13+
; e.g. 'redshift -l manual:help'
14+
[manual]
15+
lat=-31.4
16+
lon=-64.2

0 commit comments

Comments
 (0)