mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -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) {
|
if (stdin_ready) {
|
||||||
stdin_ready = 0;
|
stdin_ready = 0;
|
||||||
if (bar_extra_update()) {
|
bar_extra_update();
|
||||||
bar_draw();
|
|
||||||
xcb_flush(conn);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bar_draw();
|
||||||
|
xcb_flush(conn);
|
||||||
}
|
}
|
||||||
done:
|
done:
|
||||||
shutdown_cleanup();
|
shutdown_cleanup();
|
||||||
|
|
Loading…
Add table
Reference in a new issue