Browse Source

Add trailing space to status string

Frans Bergman 4 years ago
parent
commit
4a3e0e39f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .scripts/dwm_status.sh

+ 1 - 1
.scripts/dwm_status.sh

@@ -13,7 +13,7 @@ while true; do
             STATUS="$STATUS | $out"
         fi
     done
-    xsetroot -name " $STATUS"
+    xsetroot -name " $STATUS "
     sleep 5 &
     wait $!
 done