diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-08-05 05:05:40 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-08-05 05:05:40 +0300 |
commit | c157c9a139ddda9dc760af36fb8b2299bc32a051 (patch) | |
tree | 2a0ce200a07e8a2bc6fffdaab5db5ceb7bcadc07 /dotfiles/.local/bin/barweather | |
parent | 4743810ba16ded2c3d60c8ae23710dfafae3a76c (diff) | |
download | swayrice-c157c9a139ddda9dc760af36fb8b2299bc32a051.tar.gz swayrice-c157c9a139ddda9dc760af36fb8b2299bc32a051.zip |
Minor improvements and changes here and there
Diffstat (limited to 'dotfiles/.local/bin/barweather')
-rwxr-xr-x | dotfiles/.local/bin/barweather | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/barweather b/dotfiles/.local/bin/barweather index 1fd2c6c..3fc7f42 100755 --- a/dotfiles/.local/bin/barweather +++ b/dotfiles/.local/bin/barweather @@ -1,7 +1,7 @@ #!/bin/sh cachefile="$HOME/.cache/weather" -location="Saint Petersburg" +location="Saint-Petersburg" update_freq=1800 obsolete_after=10800 |