summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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