summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-12-07 15:04:32 -0500
committerJesse Luehrs <doy@tozt.net>2019-12-07 15:04:32 -0500
commit513dcc3278a2fbe31eae157c2fbea999c245566d (patch)
tree7cb8d46e70e39981ab55a05eb4cde1b250edb227
parent5bba94ebb8810a6771b066529bc97555b0572524 (diff)
downloadconf-513dcc3278a2fbe31eae157c2fbea999c245566d.tar.gz
conf-513dcc3278a2fbe31eae157c2fbea999c245566d.zip
also make redshift read my current location from the config file
-rwxr-xr-xservices/available/redshift/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/available/redshift/run b/services/available/redshift/run
index 6a31b2c..58641d2 100755
--- a/services/available/redshift/run
+++ b/services/available/redshift/run
@@ -1,3 +1,3 @@
#!/bin/sh
-exec redshift -l 40.728:-73.994
+exec redshift -l "$(sed 's/,/:/' < ~/.config/darksky/location)"