Add a new start_hidden bool
This commit is contained in:
parent
7b704071ff
commit
339bea1213
|
@ -593,6 +593,10 @@ waybar::Bar::Bar(struct waybar_output* w_output, const Json::Value& w_config)
|
|||
setMode(MODE_DEFAULT);
|
||||
}
|
||||
|
||||
if (config["start_hidden"].asBool()) {
|
||||
setVisible(false);
|
||||
}
|
||||
|
||||
window.signal_map_event().connect_notify(sigc::mem_fun(*this, &Bar::onMap));
|
||||
|
||||
#if HAVE_SWAY
|
||||
|
|
Loading…
Reference in New Issue