summaryrefslogtreecommitdiff
path: root/modules/dashboard
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-08 22:28:22 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-08 22:28:22 -0500
commit87ad3ab86a3e1e9d7e2a507dd829289a1074d000 (patch)
treed5164cfa91f6841f5d2424dfe9a286936a146cc0 /modules/dashboard
parenthardcode single wallpaper (diff)
downloadcaelestia-shell-87ad3ab86a3e1e9d7e2a507dd829289a1074d000.tar.gz
caelestia-shell-87ad3ab86a3e1e9d7e2a507dd829289a1074d000.tar.bz2
caelestia-shell-87ad3ab86a3e1e9d7e2a507dd829289a1074d000.zip
only show active workspaces, fix colors
Diffstat (limited to 'modules/dashboard')
-rw-r--r--modules/dashboard/Performance.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/dashboard/Performance.qml b/modules/dashboard/Performance.qml
index 5e00d89..f32d41e 100644
--- a/modules/dashboard/Performance.qml
+++ b/modules/dashboard/Performance.qml
@@ -92,8 +92,8 @@ RowLayout {
property color fg1: Colours.palette.m3primary
property color fg2: Colours.palette.m3secondary
- property color bg1: Colours.palette.m3primaryContainer
- property color bg2: Colours.palette.m3secondaryContainer
+ property color bg1: Qt.darker(Colours.palette.m3primaryContainer,1.5)
+ property color bg2: Qt.darker(Colours.palette.m3secondaryContainer,1.5)
implicitWidth: Config.dashboard.sizes.resourceSize * primaryMult
implicitHeight: Config.dashboard.sizes.resourceSize * primaryMult