summaryrefslogtreecommitdiff
path: root/modules/osd
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 10:19:46 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 10:19:46 +1000
commitc665c0ca98d72c172893e8bbd9c893aaa2b9f46e (patch)
tree160713bc48b5332c0534d0d235ef7f100344eb58 /modules/osd
parentbar: add scroll actions to fillers (diff)
downloadcaelestia-shell-c665c0ca98d72c172893e8bbd9c893aaa2b9f46e.tar.gz
caelestia-shell-c665c0ca98d72c172893e8bbd9c893aaa2b9f46e.tar.bz2
caelestia-shell-c665c0ca98d72c172893e8bbd9c893aaa2b9f46e.zip
feat: border + colour changes
Diffstat (limited to 'modules/osd')
-rw-r--r--modules/osd/Background.qml2
-rw-r--r--modules/osd/Osd.qml1
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/osd/Background.qml b/modules/osd/Background.qml
index e0383f5..d8a35b0 100644
--- a/modules/osd/Background.qml
+++ b/modules/osd/Background.qml
@@ -16,7 +16,7 @@ Shape {
ShapePath {
strokeWidth: -1
- fillColor: Appearance.colours.m3surfaceContainer
+ fillColor: Appearance.colours.m3surface
startX: root.wrapperWidth
diff --git a/modules/osd/Osd.qml b/modules/osd/Osd.qml
index 3f6d8bc..d173a44 100644
--- a/modules/osd/Osd.qml
+++ b/modules/osd/Osd.qml
@@ -64,6 +64,7 @@ Variants {
item: wrapper
}
+ margins.right: BackgroundConfig.border.thickness
anchors.left: true
anchors.right: true
height: wrapper.height