summaryrefslogtreecommitdiff
path: root/modules/bar/components/workspaces/Workspace.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-30 19:44:48 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-30 19:44:48 +1000
commit9b4324310ddb472493b5402a6290a057af7fdcab (patch)
treecf8ebccf2c2c2346b7ff94ffd94b45c8f4ac5593 /modules/bar/components/workspaces/Workspace.qml
parentrefactor: use layout for bar (diff)
downloadcaelestia-shell-9b4324310ddb472493b5402a6290a057af7fdcab.tar.gz
caelestia-shell-9b4324310ddb472493b5402a6290a057af7fdcab.tar.bz2
caelestia-shell-9b4324310ddb472493b5402a6290a057af7fdcab.zip
feat: use material colours
Diffstat (limited to 'modules/bar/components/workspaces/Workspace.qml')
-rw-r--r--modules/bar/components/workspaces/Workspace.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bar/components/workspaces/Workspace.qml b/modules/bar/components/workspaces/Workspace.qml
index 2ca384e..e069565 100644
--- a/modules/bar/components/workspaces/Workspace.qml
+++ b/modules/bar/components/workspaces/Workspace.qml
@@ -33,7 +33,7 @@ Item {
animate: true
text: Hyprland.activeWsId === root.ws ? activeLabel : root.isOccupied ? occupiedLabel : label
- color: BarConfig.workspaces.occupiedBg || root.isOccupied ? Appearance.colours.text : Appearance.colours.subtext0
+ color: BarConfig.workspaces.occupiedBg || root.isOccupied ? Appearance.colours.m3onSurface : Appearance.colours.m3outlineVariant
horizontalAlignment: StyledText.AlignHCenter
verticalAlignment: StyledText.AlignVCenter
@@ -56,7 +56,7 @@ Item {
required property Hyprland.Client modelData
text: Icons.getAppCategoryIcon(modelData.wmClass, "terminal")
- color: Appearance.colours.subtext1
+ color: Appearance.colours.m3onSurfaceVariant
}
}
}