move ws to bar dir and add fix to not show scratchpad windows
This commit is contained in:
parent
f3d3e0557c
commit
acfc1c027c
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user