mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 17:31:40 -05:00
Fix bar clock not getting updated during periods of inactivity.
This commit is contained in:
parent
f885700bbd
commit
6bc606589a
1 changed files with 4 additions and 4 deletions
|
@ -9467,11 +9467,11 @@ noconfig:
|
|||
|
||||
if (stdin_ready) {
|
||||
stdin_ready = 0;
|
||||
if (bar_extra_update()) {
|
||||
bar_draw();
|
||||
xcb_flush(conn);
|
||||
}
|
||||
bar_extra_update();
|
||||
}
|
||||
|
||||
bar_draw();
|
||||
xcb_flush(conn);
|
||||
}
|
||||
done:
|
||||
shutdown_cleanup();
|
||||
|
|
Loading…
Add table
Reference in a new issue