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 --- config/BarConfig.qml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config/BarConfig.qml') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 5e5a718..5afbdb3 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -8,7 +8,6 @@ Singleton { readonly property Sizes sizes: Sizes {} readonly property Workspaces workspaces: Workspaces {} - readonly property Tray tray: Tray {} component Sizes: QtObject { property int innerHeight: 30 @@ -25,8 +24,4 @@ Singleton { property string occupiedLabel: "󰮯 " property string activeLabel: "󰮯 " } - - component Tray: QtObject { - property bool recolourIcons: false - } } -- cgit v1.2.3-freya