diff options
Diffstat (limited to '.local/bin/statusbar/i3weather')
-rwxr-xr-x | .local/bin/statusbar/i3weather | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/statusbar/i3weather b/.local/bin/statusbar/i3weather index 2d34149..d008deb 100755 --- a/.local/bin/statusbar/i3weather +++ b/.local/bin/statusbar/i3weather @@ -1,5 +1,6 @@ #!/bin/sh -# i3block for displaying the current temperature, humidity and precipitation, if wttr.in i unavailable then WEATHER UNAVAILABLE will be displayed +# weather module for i3blocks +# output is set to 'WEATHER UNAVAILABLE' in case wttr.in is unreachable case "$BLOCK_BUTTON" in '') ;; |