commit 3081d36399f65908009d894f1b42fc2ddec64e65 parent e6bf05cddd6ddde7366d4f745f71712abaab1419 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sat, 5 Oct 2019 13:30:09 +0200 Update status bar more often 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)" - sleep 30 + sleep 5 done