bar: workspaces change window colour

Make dimmer than actual label
This commit is contained in:
2 * r + 2 * t 2025-04-30 14:34:01 +10:00
parent bdad4c47c4
commit d7083e8923

View file

@ -70,6 +70,7 @@ Item {
required property Hyprland.Client modelData required property Hyprland.Client modelData
text: Icons.getAppCategoryIcon(modelData.wmClass, "terminal") text: Icons.getAppCategoryIcon(modelData.wmClass, "terminal")
color: Appearance.colours.subtext1
} }
} }
} }