summaryrefslogtreecommitdiff
path: root/modules/bar/components/StatusIcons.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-24 14:06:02 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-24 14:06:02 +0800
commit9f55a6d0aa11652d7ea65bf50f5d6f8a77b25b0d (patch)
treee4b68421ae4fd40b8eecc807367e5d3365b3b7cc /modules/bar/components/StatusIcons.qml
parentinternal: fix null errors (diff)
downloadcaelestia-shell-9f55a6d0aa11652d7ea65bf50f5d6f8a77b25b0d.tar.gz
caelestia-shell-9f55a6d0aa11652d7ea65bf50f5d6f8a77b25b0d.tar.bz2
caelestia-shell-9f55a6d0aa11652d7ea65bf50f5d6f8a77b25b0d.zip
bar: better colours
Diffstat (limited to 'modules/bar/components/StatusIcons.qml')
-rw-r--r--modules/bar/components/StatusIcons.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/components/StatusIcons.qml b/modules/bar/components/StatusIcons.qml
index 14c02f9..38d6166 100644
--- a/modules/bar/components/StatusIcons.qml
+++ b/modules/bar/components/StatusIcons.qml
@@ -9,7 +9,7 @@ Item {
id: root
readonly property bool vertical: parent?.vertical ?? false
- property color colour: Colours.palette.rosewater
+ property color colour: Colours.palette.m3secondary
clip: true
implicitWidth: vertical ? Math.max(network.implicitWidth, bluetooth.implicitWidth, devices.implicitWidth) : network.implicitWidth + bluetooth.implicitWidth + bluetooth.anchors.leftMargin + (repeater.count > 0 ? devices.implicitWidth + devices.anchors.leftMargin : 0)