浏览代码

Add trailing space to status string

Frans Bergman 4 年之前
父节点
当前提交
4a3e0e39f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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