diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-14 17:18:24 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-14 17:18:24 +1000 |
| commit | a02d774b0a671c2c20d067f0b1b393ac4dfc6204 (patch) | |
| tree | 4de930365ed7d1ba5bdbf58a52277cd2a41d9809 /config | |
| parent | internal: better colourisation (diff) | |
| download | caelestia-shell-a02d774b0a671c2c20d067f0b1b393ac4dfc6204.tar.gz caelestia-shell-a02d774b0a671c2c20d067f0b1b393ac4dfc6204.tar.bz2 caelestia-shell-a02d774b0a671c2c20d067f0b1b393ac4dfc6204.zip | |
config: add config for bar tray recolour & bg
Closes #337
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index c685a9f..288368a 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -5,6 +5,7 @@ JsonObject { property bool showOnHover: true property int dragThreshold: 20 property Workspaces workspaces: Workspaces {} + property Tray tray: Tray {} property Status status: Status {} property Sizes sizes: Sizes {} @@ -60,6 +61,11 @@ JsonObject { property string activeLabel: " " } + component Tray: JsonObject { + property bool background: false + property bool recolour: false + } + component Status: JsonObject { property bool showAudio: false property bool showKbLayout: false |