summaryrefslogtreecommitdiff
path: root/modules/bar
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-02 14:57:59 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-02 14:57:59 +1000
commit651378d4965e1255abd524fd320f375639cd8bca (patch)
tree447f257b511354a147c3f0df5cc04efe1a2e70d8 /modules/bar
parentrefactor: separate launcher into multiple files (diff)
downloadcaelestia-shell-651378d4965e1255abd524fd320f375639cd8bca.tar.gz
caelestia-shell-651378d4965e1255abd524fd320f375639cd8bca.tar.bz2
caelestia-shell-651378d4965e1255abd524fd320f375639cd8bca.zip
launcher: add content
Also use surfaceContainer as background
Diffstat (limited to 'modules/bar')
-rw-r--r--modules/bar/Panel.qml2
-rw-r--r--modules/bar/Pills.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/bar/Panel.qml b/modules/bar/Panel.qml
index fa71cf7..901c766 100644
--- a/modules/bar/Panel.qml
+++ b/modules/bar/Panel.qml
@@ -13,7 +13,7 @@ StyledRect {
}
vertical: BarConfig.vertical
- color: Appearance.alpha(Appearance.colours.m3surface, false)
+ color: Appearance.alpha(Appearance.colours.m3surfaceContainer, false)
anchors.fill: parent
BoxLayout {
diff --git a/modules/bar/Pills.qml b/modules/bar/Pills.qml
index 556870d..b6b9288 100644
--- a/modules/bar/Pills.qml
+++ b/modules/bar/Pills.qml
@@ -107,7 +107,7 @@ BoxLayout {
}
component Pill: PaddedRect {
- color: Appearance.alpha(Appearance.colours.m3surface, false)
+ color: Appearance.alpha(Appearance.colours.m3surfaceContainer, false)
radius: Appearance.rounding.full
padding: BarConfig.vertical ? [Appearance.padding.large, 0] : [0, Appearance.padding.large]