From 1f7da4804a7fd75470bf9abdd010e6dad1dfb5ee Mon Sep 17 00:00:00 2001 From: msinkec Date: Wed, 12 Jun 2019 20:52:44 +0200 Subject: [PATCH] Refreshing the status bar is now done using signals. --- .local/bin/dwmbar | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/bin/dwmbar b/.local/bin/dwmbar index ffbb7ddf..3f4a0ba7 100755 --- a/.local/bin/dwmbar +++ b/.local/bin/dwmbar @@ -86,6 +86,7 @@ update() { \ while :; do + update # Sleep for a minute after changing the status bar before updating it # again. We run sleep in the background and use wait until it finishes, # because traps can interrupt wait immediately, but they can't do that