]> git.donarmstrong.com Git - x_base.git/commitdiff
use redshift; current location riverside
authorDon Armstrong <don@donarmstrong.com>
Thu, 7 Feb 2013 02:40:01 +0000 (18:40 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 7 Feb 2013 02:40:01 +0000 (18:40 -0800)
.xsession
.xsession_archimedes

index 2e55d4d8e85e65ab635792e3e508f5ef43127751..3cde1db99b4362009cca3bf00c9519c20bfdb39d 100755 (executable)
--- a/.xsession
+++ b/.xsession
@@ -50,6 +50,10 @@ elif [ -x /usr/bin/xautolock ]; then
     (/usr/bin/xautolock -notifier true -bell 0 >/de/vnull 2>&1 &)
 fi;
 
+if which redshift >/dev/null 2>&1; then
+    (redshift -l 33.9533:-117.3953 >/dev/null 2>&1 &)
+fi;
+
 if [ -x /usr/bin/awesome ]; then 
     exec /usr/bin/awesome;
 elif [ -x /usr/bin/ion3 ]; then
index c2bf965cf2de8687fa3be25ab86faacb01c575c5..05de538589d6e31083399d8362a3a234b10fb3c6 100644 (file)
@@ -16,3 +16,7 @@ xgamma -rgamma 1.3  -ggamma 1.3 -bgamma  1.15
 if [ -x /usr/bin/xsetbg ] && [ -r /home/don/pictures/dh-demon_tag.jpg ]; then
     /usr/bin/xsetbg -zoom 125 -fit -center -border gray17 /home/don/pictures/dh-demon_tag.jpg
 fi;
+
+if which redshift >/dev/null 2>&1; then
+    (DISPLAY=:0.1 redshift -l 33.9533:-117.3953 >/dev/null 2>&1 &)
+fi;