mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
parent
4794ef653c
commit
ad510eb768
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ using namespace drawtypes;
|
||||||
|
|
||||||
class builder {
|
class builder {
|
||||||
public:
|
public:
|
||||||
explicit builder(const bar_settings bar, bool lazy = true) : m_bar(bar), m_lazy(lazy) {}
|
explicit builder(const bar_settings bar, bool lazy = false) : m_bar(bar), m_lazy(lazy) {}
|
||||||
|
|
||||||
void set_lazy(bool mode);
|
void set_lazy(bool mode);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue