diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-29 23:29:51 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-29 23:29:51 +1000 |
| commit | d0a61b9834631535bc0718deb43b440ea7703c42 (patch) | |
| tree | f0150d49aa0bda91f06360b9c196ba3ea86ab0b2 /config | |
| parent | bar: occupied workspaces fix gaps (diff) | |
| download | caelestia-shell-d0a61b9834631535bc0718deb43b440ea7703c42.tar.gz caelestia-shell-d0a61b9834631535bc0718deb43b440ea7703c42.tar.bz2 caelestia-shell-d0a61b9834631535bc0718deb43b440ea7703c42.zip | |
bar: move tray + recolour option
Option to recolour tray icons
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 90d26eb..cdaaf7e 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -12,6 +12,7 @@ Singleton { readonly property Sizes sizes: Sizes {} readonly property Workspaces workspaces: Workspaces {} + readonly property Tray tray: Tray {} readonly property Presets presets: Presets {} component Sizes: QtObject { @@ -27,6 +28,10 @@ Singleton { readonly property bool occupiedBg: true } + component Tray: QtObject { + readonly property bool recolourIcons: false + } + component Preset: QtObject { required property string name required property int totalHeight |