diff options
| author | Robin Seger <pixelkhaos@gmail.com> | 2025-10-13 13:52:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-13 22:52:14 +1100 |
| commit | e399a9d7a34a13d2a783fc4e591cadabdd20423e (patch) | |
| tree | 2de9081b068eeb09561fdb2f41c3eeb62fa61383 /config/BarConfig.qml | |
| parent | feat: configurable max volume (#723) (diff) | |
| download | caelestia-shell-e399a9d7a34a13d2a783fc4e591cadabdd20423e.tar.gz caelestia-shell-e399a9d7a34a13d2a783fc4e591cadabdd20423e.tar.bz2 caelestia-shell-e399a9d7a34a13d2a783fc4e591cadabdd20423e.zip | |
bar/workspaces: special ws icon config (#785)
* workspaces: icons config
* add README json example
Diffstat (limited to 'config/BarConfig.qml')
| -rw-r--r-- | config/BarConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 0067bce..86c2a40 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -68,6 +68,7 @@ JsonObject { property string occupiedLabel: "" property string activeLabel: "" property string capitalisation: "preserve" // upper, lower, or preserve - relevant only if label is empty + property list<var> specialWorkspaceIcons: [] } component Tray: JsonObject { |