Workspaces without windows are greyed out

This commit is contained in:
David Heinemeier Hansson
2026-05-15 21:17:43 +02:00
parent e8fb83de11
commit 692b291678
@@ -1419,7 +1419,7 @@ Item {
property bool focused: Hyprland.focusedWorkspace !== null && Hyprland.focusedWorkspace.id === modelData
text: focused ? "󱓻" : (modelData === 10 ? "0" : String(modelData))
opacity: occupied || modelData <= 5 || focused ? 1 : 0.5
opacity: occupied || focused ? 1 : 0.5
horizontalMargin: 6
verticalPadding: 6
fixedWidth: root.vertical ? root.barSize : 22