summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-08 22:28:22 -0500
committerFreya Murphy <freya@freyacat.org>2026-03-16 09:18:13 -0400
commit2f583902afb669cae5ccebc6d39b47d4a5bb42e4 (patch)
treecabfa6b7fbbe8c9cc6556a5b640959acb5424f17
parenthardcode single wallpaper (diff)
downloadcaelestia-shell-2f583902afb669cae5ccebc6d39b47d4a5bb42e4.tar.gz
caelestia-shell-2f583902afb669cae5ccebc6d39b47d4a5bb42e4.tar.bz2
caelestia-shell-2f583902afb669cae5ccebc6d39b47d4a5bb42e4.zip
only show active workspaces, fix colors
-rw-r--r--modules/bar/components/workspaces/Workspace.qml1
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