From bdf31ba63215d2b2b85b1e69f2e98f6ac14cc9c5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 2 Sep 2014 12:37:32 -0400 Subject: living in brooklyn for a while --- bin/weather | 2 +- services/flux/run | 2 +- 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 -- cgit v1.2.3-54-g00ecf