From 9f55a6d0aa11652d7ea65bf50f5d6f8a77b25b0d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 24 May 2025 14:06:02 +0800 Subject: bar: better colours --- modules/bar/components/StatusIcons.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bar/components/StatusIcons.qml') 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) -- cgit v1.2.3-freya