Waybar icon indicating copy to clipboard operation
Waybar copied to clipboard

[Feature request] style individual languages in niri/language module

Open stepanzak opened this issue 1 year ago • 1 comments

Hi, I use two different languages on my keyboard, and I would really appreciate the ability to distinguish between the two just by color, rather than reading the text in the module. I think the best way to do this from the user perspective is via css attribute selectors, so you could do something like #language[language="en"] {...}, but I'm no expert. (cc @YaLTeR )

stepanzak avatar Sep 29 '24 16:09 stepanzak

Sounds relatively straightforward to implement, similar to how the window and the workspaces module set a style class. Fwiw I just copied the logic from the existing Hyprland module.

YaLTeR avatar Sep 29 '24 22:09 YaLTeR