Merge branch 'master' into feat-hyprland-submap-icon-handling

This commit is contained in:
szbmrk
2026-02-04 12:38:49 +01:00
committed by GitHub
92 changed files with 1357 additions and 1335 deletions
+1
View File
@@ -27,6 +27,7 @@ class Submap : public waybar::ALabel, public EventHandler {
util::JsonParser parser_;
std::string submap_;
std::string icon_;
std::string prev_submap_;
bool always_on_ = false;
std::string default_submap_ = "Default";
std::unordered_map<std::string, std::string> icons_;