mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
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);
|
setMode(MODE_DEFAULT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (config["start_hidden"].asBool()) {
|
||||||
|
setVisible(false);
|
||||||
|
}
|
||||||
|
|
||||||
window.signal_map_event().connect_notify(sigc::mem_fun(*this, &Bar::onMap));
|
window.signal_map_event().connect_notify(sigc::mem_fun(*this, &Bar::onMap));
|
||||||
|
|
||||||
#if HAVE_SWAY
|
#if HAVE_SWAY
|
||||||
|
Loading…
Reference in New Issue
Block a user