Refreshing the status bar is now done using signals.

This commit is contained in:
msinkec 2019-06-12 20:52:44 +02:00
parent 7fdaf37024
commit 1f7da4804a

View File

@ -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