Skip to content

Commit

Permalink
Merge pull request #2534 from woojiq/fix-hyprland-default-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays authored Sep 24, 2023
2 parents 6997b34 + d379543 commit 16f6d9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/hyprland/workspaces.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,8 @@ std::string &Workspace::select_icon(std::map<std::string, std::string> &icons_ma
if (default_icon_it != icons_map.end()) {
return default_icon_it->second;
}
return icons_map[""];

return name_;
}

auto Workspace::handle_clicked(GdkEventButton *bt) -> bool {
Expand Down

0 comments on commit 16f6d9d

Please sign in to comment.