Files
dotfiles/autostart/autostart/redshift.sh

8 lines
250 B
Bash
Raw Normal View History

2015-11-01 02:30:09 +01:00
# redshift settings
redshift_lat_long="49.5:11"
2016-02-15 18:48:26 +01:00
redshift_colortemp="6000:3300"
2015-11-01 02:30:09 +01:00
log "starting redshift-gtk"
2016-02-15 18:48:26 +01:00
redshift-gtk -b 1 -l "$redshift_lat_long" -t "$redshift_colortemp" & &>> "$LOGFILE"
2016-04-02 15:52:20 +02:00
printf '%s' $! > "$RUNDIR"/redshift.${XDG_SESSION_ID}.pid