Skip to content

Commit

Permalink
Merge pull request #3393 from RobertMueller2/issue_3366
Browse files Browse the repository at this point in the history
workaround for icons not rendered for apps existing before waybar launch
  • Loading branch information
Alexays authored Jul 1, 2024
2 parents 93000e3 + 64a3133 commit 494cedb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/wlr/taskbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,10 @@ Taskbar::Taskbar(const std::string &id, const waybar::Bar &bar, const Json::Valu
}

icon_themes_.push_back(Gtk::IconTheme::get_default());

for (auto &t : tasks_) {
t->handle_app_id(t->app_id().c_str());
}
}

Taskbar::~Taskbar() {
Expand Down

0 comments on commit 494cedb

Please sign in to comment.