Skip to content

Commit

Permalink
refresh weather slowly
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedamat committed May 5, 2014
1 parent 5a8b73d commit 5df600c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i3status/weather.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func (w *WeatherWidget) basicLoop() {
for {
msg.FullText, msg.Color = w.getStatus(key)
w.Output <- *msg
time.Sleep(5000 * time.Millisecond)
time.Sleep(600000 * time.Millisecond)
}
}

Expand Down

0 comments on commit 5df600c

Please sign in to comment.