diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-02 15:56:12 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-02 15:56:12 +0300 |
commit | 4a8d06f7ae982fd8d694c34b2383e6ae0a54d3e4 (patch) | |
tree | c80c8baaffc4faf0159d5867029fc6cc2eb630ca /dotfiles/.config | |
parent | 07bcb021bcdf71cef93bb9c0dc09e30af6ad2f7d (diff) | |
download | swayrice-4a8d06f7ae982fd8d694c34b2383e6ae0a54d3e4.tar.gz swayrice-4a8d06f7ae982fd8d694c34b2383e6ae0a54d3e4.zip |
weather bar module improvements
Diffstat (limited to 'dotfiles/.config')
-rw-r--r-- | dotfiles/.config/waybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index 5e5b800..7ec4d73 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -176,7 +176,7 @@ }, "custom/weather": { "format": "{}", - "interval": 900, + "interval": 180, "exec": "barweather" }, "custom/swaykbd": { |