This commit is contained in:
Zacharias-Brohn
2026-02-14 18:20:28 +01:00
parent 4286122a97
commit c5b769b6e0
6 changed files with 36 additions and 11 deletions
+3 -1
View File
@@ -1,3 +1,4 @@
import Quickshell
import QtQuick
import QtQuick.Shapes
import qs.Modules as Modules
@@ -11,10 +12,11 @@ Shape {
required property Panels panels
required property Item bar
required property PersistentProperties visibilities
anchors.fill: parent
// anchors.margins: 8
anchors.topMargin: bar.implicitHeight
anchors.topMargin: !root.visibilities.bar ? 4 : bar.implicitHeight
preferredRendererType: Shape.CurveRenderer
Modules.Background {