dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit e3f16a0e5be4f47f6e0614b31ab486c2f7bc6fd1
parent 149852eecffd6f0296082871a13cf19615283652
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 21 May 2019 12:57:24 +0200

Add separation after status info

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 2 done