about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-08-07 10:41:56 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-08-07 10:41:56 +0200
commitb4c3e9141b84c882f39d6b23af73decb81a9a2a5 (patch)
tree75fba921303b7c47397f5f13f8bc2b6f8f4b4e49
parentChanged ethernet icon dwm-status (diff)
downloaddwm-b4c3e9141b84c882f39d6b23af73decb81a9a2a5.tar.gz
dwm-b4c3e9141b84c882f39d6b23af73decb81a9a2a5.tar.bz2
dwm-b4c3e9141b84c882f39d6b23af73decb81a9a2a5.zip
Fixed extra space issue
-rwxr-xr-xscripts/dwm-status3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/dwm-status b/scripts/dwm-status
index 6c3f328..e640b41 100755
--- a/scripts/dwm-status
+++ b/scripts/dwm-status
@@ -102,7 +102,8 @@ bluetooth() {
 	    echo ""
 	    echo "$delim"
 	else
-	    echo ""
+	    :	
+	    #echo ""
 	fi
 }