Forráskód Böngészése

Add trailing space to status string

Frans Bergman 4 éve
szülő
commit
4a3e0e39f4
1 módosított fájl, 1 hozzáadás és 1 törlés
  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