diff options
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/weather | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/weather b/.local/bin/weather index 066c148..388254b 100755 --- a/.local/bin/weather +++ b/.local/bin/weather @@ -85,6 +85,8 @@ def symbol(s: int) -> str: return u'\ue33d' elif s == 60: # cloudy return u'\ue332' + elif s == 80: # sunny rainy + return u'\ue308' elif s == 101: # night clear return u'\ue32b' elif s == 102: # night cloudy |
