Merge pull request #4529 from dimti/hyprland-language-class

Add css class to hyprland language module of short_name language code
This commit is contained in:
Alexis Rouillard
2026-07-03 22:58:31 +02:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -30,6 +30,8 @@ class Language : public waybar::ALabel, public EventHandler {
std::string short_description;
};
auto removeXkbLayoutCssClass() -> void;
auto addXkbLayoutCssClass() -> void;
static auto getLayout(const std::string&) -> Layout;
std::mutex mutex_;