summaryrefslogtreecommitdiff
path: root/config/BarConfig.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/BarConfig.qml')
-rw-r--r--config/BarConfig.qml5
1 files changed, 0 insertions, 5 deletions
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
- }
}