summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-02 12:37:32 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-02 12:38:41 -0400
commitbdf31ba63215d2b2b85b1e69f2e98f6ac14cc9c5 (patch)
tree705f194109eeb2e569cb46b5ded09309ae1e4b25
parent680195e872eadf42e3766992b4b7076aa143942d (diff)
downloadconf-bdf31ba63215d2b2b85b1e69f2e98f6ac14cc9c5.tar.gz
conf-bdf31ba63215d2b2b85b1e69f2e98f6ac14cc9c5.zip
living in brooklyn for a while
-rwxr-xr-xbin/weather2
-rwxr-xr-xservices/flux/run2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/weather b/bin/weather
index 7d0b0c2..c35195b 100755
--- a/bin/weather
+++ b/bin/weather
@@ -26,7 +26,7 @@ my %weather_pics = (
);
my $wu = WWW::Wunderground::API->new(
- location => 'Providence, RI',
+ location => 'Brooklyn, NY',
auto_api => 1,
api_key => $api_key,
);
diff --git a/services/flux/run b/services/flux/run
index f33e1b6..1f32c1a 100755
--- a/services/flux/run
+++ b/services/flux/run
@@ -2,4 +2,4 @@
# for some reason, if you don't close stdin here, it uses 100% cpu. this
# doesn't happen if you run it from a terminal, no idea what's going on
-exec xflux -z 02903 -nofork <&- 2>&1
+exec xflux -z 11220 -nofork <&- 2>&1