feat(niri/language): add CSS classes

This commit is contained in:
workflow
2025-09-29 17:35:06 +03:00
parent 41de8964f1
commit 862ba2f568
3 changed files with 20 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class Language : public ALabel, public EventHandler {
std::vector<Layout> layouts_;
unsigned current_idx_;
std::string last_short_name_;
};
} // namespace waybar::modules::niri