diff --git a/config/dwmbar/.gitkeep b/config/dwmbar/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/config/dwmbar/bar.sh b/config/dwmbar/bar.sh index 95139690..4641dbfb 100755 --- a/config/dwmbar/bar.sh +++ b/config/dwmbar/bar.sh @@ -21,5 +21,6 @@ audio() { } while true; do - sleep 1 && xsetroot -name "$(battery)" + xsetroot -name "$(battery)" + sleep 1 done