aboutsummaryrefslogtreecommitdiffstats
path: root/redshift
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-03-30 10:25:12 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-03-30 10:25:12 +0200
commit8eee1c45bef74aa6094f463f9888ac653958b3dc (patch)
tree0e2a066fd4da4afcf08f0bef348511b5c9ac48f7 /redshift
parentc7ebce541a9914d4e5a3b52e838e2ac66dd139a0 (diff)
downloaddotfiles-8eee1c45bef74aa6094f463f9888ac653958b3dc.tar.gz
dotfiles-8eee1c45bef74aa6094f463f9888ac653958b3dc.tar.bz2
dotfiles-8eee1c45bef74aa6094f463f9888ac653958b3dc.zip
Moving back to stow for management
reasons: dotfiles.sh misbehaving on freebsd
Diffstat (limited to 'redshift')
-rw-r--r--redshift/.config/redshift.conf46
1 files changed, 46 insertions, 0 deletions
diff --git a/redshift/.config/redshift.conf b/redshift/.config/redshift.conf
new file mode 100644
index 0000000..2b88434
--- /dev/null
+++ b/redshift/.config/redshift.conf
@@ -0,0 +1,46 @@
1; Global settings for redshift
2[redshift]
3; Set the day and night screen temperatures
4temp-day=6500
5temp-night=4200
6
7; Enable/Disable a smooth transition between day and night
8; 0 will cause a direct change from day to night screen temperature.
9; 1 will gradually increase or decrease the screen temperature
10transition=1
11
12; Set the screen brightness. Default is 1.0
13;brightness=0.9
14; It is also possible to use different settings for day and night since version 1.8.
15;brightness-day=0.7
16;brightness-night=0.4
17; Set the screen gamma (for all colors, or each color channel individually)
18gamma=0.8
19;gamma=0.8:0.7:0.8
20
21; Set the location-provider: 'geoclue', 'gnome-clock', 'manual'
22; type 'redshift -l list' to see possible values
23; The location provider settings are in a different section.
24location-provider=manual
25
26; Set the adjustment-method: 'randr', 'vidmode'
27; type 'redshift -m list' to see all possible values
28; 'randr' is the preferred method, 'vidmode' is an older API
29; but works in some cases when 'randr' does not.
30; The adjustment method settings are in a different section.
31adjustment-method=randr
32
33; Configuration of the location-provider:
34; type 'redshift -l PROVIDER:help' to see the settings
35; e.g. 'redshift -l manual:help'
36[manual]
37lat=52.6
38lon=5.1
39
40; Configuration of the adjustment-method
41; type 'redshift -m METHOD:help' to see the settings
42; ex: 'redshift -m randr:help'
43; In this example, randr is configured to adjust screen 1.
44; Note that the numbering starts from 0, so this is actually the second screen.
45[randr]
46screen=0