diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-08 22:28:22 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 09:18:13 -0400 |
| commit | 2f583902afb669cae5ccebc6d39b47d4a5bb42e4 (patch) | |
| tree | cabfa6b7fbbe8c9cc6556a5b640959acb5424f17 /modules/bar/components | |
| parent | hardcode single wallpaper (diff) | |
| download | caelestia-shell-2f583902afb669cae5ccebc6d39b47d4a5bb42e4.tar.gz caelestia-shell-2f583902afb669cae5ccebc6d39b47d4a5bb42e4.tar.bz2 caelestia-shell-2f583902afb669cae5ccebc6d39b47d4a5bb42e4.zip | |
only show active workspaces, fix colors
Diffstat (limited to '')
| -rw-r--r-- | modules/bar/components/workspaces/Workspace.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bar/components/workspaces/Workspace.qml b/modules/bar/components/workspaces/Workspace.qml index f6e767e..ec33427 100644 --- a/modules/bar/components/workspaces/Workspace.qml +++ b/modules/bar/components/workspaces/Workspace.qml @@ -26,6 +26,7 @@ ColumnLayout { Layout.preferredHeight: size spacing: 0 + visible: Config.bar.workspaces.occupiedBg || root.isOccupied || root.activeWsId == root.ws StyledText { id: indicator |