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/Tray.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules/bar/components/Tray.qml') diff --git a/modules/bar/components/Tray.qml b/modules/bar/components/Tray.qml index 8ccd48a..78efad7 100644 --- a/modules/bar/components/Tray.qml +++ b/modules/bar/components/Tray.qml @@ -8,7 +8,6 @@ Item { id: root readonly property bool vertical: parent?.vertical ?? false - property color colour: Colours.palette.lavender clip: true visible: width > 0 && height > 0 // To avoid warnings about being visible with no size @@ -22,9 +21,7 @@ Item { Repeater { model: SystemTray.items - TrayItem { - colour: root.colour - } + TrayItem {} } } -- cgit v1.2.3-freya