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 af06cf5d118b8259a3bb68b157d936ed7a95d490
parent d52594b938b66723f1b3fedce58cd363efe6ac1d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 30 May 2019 17:47:08 +0200

Decrease refresh interval

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 2 + sleep 10 done