mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Merge branch 'tray-gdbus' of github.com:topisani/Waybar into tray-gdbus
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user