mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
parent
4ef0c55dda
commit
6e35bcd183
1 changed files with 4 additions and 0 deletions
|
@ -204,6 +204,10 @@ void bar::bootstrap(bool nodraw) {
|
|||
|
||||
m_connection.map_window(m_window);
|
||||
m_connection.flush();
|
||||
|
||||
// Render empty bar
|
||||
m_renderer->begin();
|
||||
m_renderer->end();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue