Fix autostart

This commit is contained in:
2017-08-26 11:31:18 +02:00
parent 4faeb99007
commit ea8cd5ba83
10 changed files with 0 additions and 0 deletions

9
autostart/50_redshift.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# redshift settings
redshift_lat_long="49.5:11"
redshift_colortemp="6000:3300"
printf '%s' "starting redshift-gtk" >>"$LOGFILE"
redshift-gtk -b 1 -l "$redshift_lat_long" -t "$redshift_colortemp" & &>> "$LOGFILE"
printf '%s' $! > "$RUNDIR"/redshift.${XDG_SESSION_ID}.pid