mirror of
https://github.com/polybar/polybar.git
synced 2026-03-11 10:45:39 +00:00
@ -25,7 +25,7 @@ using namespace drawtypes;
|
||||
|
||||
class builder {
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user