From 959e673f05b608cdfb2c24ad8cf727bfe3db1e2f Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Mon, 19 Aug 2019 18:24:39 +0200 Subject: Fixed case switch in dwm-status script --- scripts/dwm-status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dwm-status b/scripts/dwm-status index c416f86..8b05432 100755 --- a/scripts/dwm-status +++ b/scripts/dwm-status @@ -37,7 +37,7 @@ weather(){ case $STATUS in "Clear" ) echo "";; - "Cloud" ) + "Clouds" ) echo "摒";; "Rain" ) echo "歹";; @@ -47,7 +47,7 @@ weather(){ echo "流";; "Mist" ) echo "敖";; - "*" ) + * ) echo "摒";; esac -- cgit 1.4.1