diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-05-07 13:44:50 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-05-07 13:44:50 +0530 |
commit | e55ad8ca4f99fa024106d5695a55f9ac132d7b68 (patch) | |
tree | f8762e7ac43504841f3c14c20bd8f149c1cbc344 /.local/bin/statusbar/i3weather | |
parent | 7df7120b1ae66ed0e9a7c6ed9b224ba44ea1d920 (diff) |
updates
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 '') ;; |