mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Refreshing the status bar is now done using signals.
This commit is contained in:
parent
7fdaf37024
commit
1f7da4804a
@ -86,6 +86,7 @@ update() { \
|
|||||||
|
|
||||||
|
|
||||||
while :; do
|
while :; do
|
||||||
|
update
|
||||||
# Sleep for a minute after changing the status bar before updating it
|
# 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,
|
# 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
|
# because traps can interrupt wait immediately, but they can't do that
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user