commit bafd451e047c39acf1e437a14ebb18cc9f6a1b11 parent 7bb887b1b0d054c591e8897e7f375aff0c17ac31 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 19 Jul 2019 07:51:58 +0200 Remove trailing space from dwm status string Diffstat:
M | .local/bin/dwmstatus | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/dwmstatus b/.local/bin/dwmstatus @@ -1,5 +1,5 @@ #!/bin/sh while true; do - xsetroot -name "$(sysstatus) " + xsetroot -name "$(sysstatus)" sleep 30 done