diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-08-27 17:13:00 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-08-27 17:13:00 +0200 |
commit | 8791595bd6e65834edd654857eeb93776b931957 (patch) | |
tree | a82ad6eaf36756eccdfdb0aeb169e909cf9f96f6 | |
parent | Added fullscreen keybind (diff) | |
download | dwm-8791595bd6e65834edd654857eeb93776b931957.tar.gz dwm-8791595bd6e65834edd654857eeb93776b931957.tar.bz2 dwm-8791595bd6e65834edd654857eeb93776b931957.zip |
Replaced thunder with thunderstorm in dwm-status weather
-rwxr-xr-x | scripts/dwm-status | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dwm-status b/scripts/dwm-status index 63f8688..ab58676 100755 --- a/scripts/dwm-status +++ b/scripts/dwm-status @@ -41,7 +41,7 @@ weather(){ echo "摒";; "Rain" ) echo "歹";; - "Thunder" ) + "Thunderstorm" ) echo "朗";; "Snow" ) echo "流";; |