diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-01 20:01:43 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-01 20:01:43 +1000 |
| commit | 582fd49a6970d3c0d511a5d1d017b64f4900b2ad (patch) | |
| tree | d16a5459bb532cc993edd938c2d7074074e8eea3 /config | |
| parent | bar: fix vertical switching (diff) | |
| download | caelestia-shell-582fd49a6970d3c0d511a5d1d017b64f4900b2ad.tar.gz caelestia-shell-582fd49a6970d3c0d511a5d1d017b64f4900b2ad.tar.bz2 caelestia-shell-582fd49a6970d3c0d511a5d1d017b64f4900b2ad.zip | |
bar: optional active ws indicator
Diffstat (limited to 'config')
| -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 83186b6..f0899b4 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -28,6 +28,7 @@ Singleton { component Workspaces: QtObject { property int shown: root.vertical ? 5 : 10 property bool rounded: true + property bool activeIndicator: true property bool occupiedBg: false property bool showWindows: true property bool activeTrail: !showWindows // Doesn't work well with variable sized workspaces |