move ws to bar dir and add fix to not show scratchpad windows

This commit is contained in:
lucy 2026-03-09 10:38:41 +01:00
parent f3d3e0557c
commit acfc1c027c

View File

@ -25,7 +25,7 @@ Rectangle {
id: wsRect
implicitWidth: Settings.config.barHeight / 2
implicitHeight: Settings.config.barHeight / 2
visible: modelData.monitor?.name == wsWrap.barScreen.name
visible: modelData.id < 0 ? false : modelData.monitor?.name == wsWrap.barScreen.name
required property var modelData
color: modelData.focused ? ThemeLoader.colors.base05 : ThemeLoader.colors.base03
radius: Settings.config.rounding