mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-25 19:14:39 +02:00
initial commit
This commit is contained in:
commit
86a1da2632
35 changed files with 1162 additions and 0 deletions
10
redshift/hook.sh
Executable file
10
redshift/hook.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
case $1 in
|
||||
period-changed)
|
||||
exec notify-send "Redshift" "Period changed to $3"
|
||||
;;
|
||||
*)
|
||||
exec notify-send "Redshift" "Redshift just fired an unknown hook with these options: '$*'. Ah, of course, this notification is just here, to troll you! :-P"
|
||||
;;
|
||||
esac
|
11
redshift/redshift.conf
Normal file
11
redshift/redshift.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
[redshift]
|
||||
temp-day=5700
|
||||
brightness-day=1
|
||||
temp-night=3000
|
||||
brightness-night=0.8
|
||||
transition=1
|
||||
location-provider=geoclue2
|
||||
adjustment-method=randr
|
||||
|
||||
[randr]
|
||||
screen=
|
Loading…
Add table
Add a link
Reference in a new issue