Merge branch 'tray-gdbus' of github.com:topisani/Waybar into tray-gdbus

This commit is contained in:
topisani
2018-10-04 18:47:06 +02:00
14 changed files with 290 additions and 202 deletions

View File

@ -49,7 +49,7 @@ auto waybar::modules::sway::Workspaces::update() -> void
++it;
}
}
for (auto node : workspaces_) {
for (auto const& node : workspaces_) {
if (!config_["all-outputs"].asBool()
&& bar_.output_name != node["output"].asString()) {
continue;