diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-24 14:06:02 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-24 14:06:02 +0800 |
| commit | 9f55a6d0aa11652d7ea65bf50f5d6f8a77b25b0d (patch) | |
| tree | e4b68421ae4fd40b8eecc807367e5d3365b3b7cc /config/BarConfig.qml | |
| parent | internal: fix null errors (diff) | |
| download | caelestia-shell-9f55a6d0aa11652d7ea65bf50f5d6f8a77b25b0d.tar.gz caelestia-shell-9f55a6d0aa11652d7ea65bf50f5d6f8a77b25b0d.tar.bz2 caelestia-shell-9f55a6d0aa11652d7ea65bf50f5d6f8a77b25b0d.zip | |
bar: better colours
Diffstat (limited to 'config/BarConfig.qml')
| -rw-r--r-- | config/BarConfig.qml | 5 |
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 - } } |