works
This commit is contained in:
@@ -46,6 +46,8 @@ PanelWindow {
|
||||
root.hyprcmds.forEach((c) => { Hyprland.dispatch(c) })
|
||||
}
|
||||
})
|
||||
|
||||
Settings.reload()
|
||||
}
|
||||
|
||||
property int topEx: topRect.reserve
|
||||
@@ -54,14 +56,13 @@ PanelWindow {
|
||||
property int leftEx: leftRect.reserve
|
||||
property int rightEx: rightRect.reserve
|
||||
|
||||
property color bg: (Pywal.special.background)
|
||||
property color bg: (Settings.special.background)
|
||||
|
||||
id: root
|
||||
|
||||
exclusionMode: ExclusionMode.Ignore
|
||||
WlrLayershell.layer: WlrLayer.Top
|
||||
|
||||
//color: Pywal.special.background
|
||||
color: "transparent"
|
||||
|
||||
mask: Region {
|
||||
@@ -121,7 +122,7 @@ PanelWindow {
|
||||
strokeWidth: 1
|
||||
|
||||
strokeColor: "transparent"
|
||||
fillColor: Pywal.argb(Pywal.special.background)
|
||||
fillColor: root.bg
|
||||
startX: 0; startY: 0
|
||||
|
||||
PathLine { relativeX: 0; relativeY: radius }
|
||||
@@ -143,7 +144,7 @@ PanelWindow {
|
||||
strokeWidth: 1
|
||||
|
||||
strokeColor: "transparent"
|
||||
fillColor: Pywal.argb(Pywal.special.background)
|
||||
fillColor: root.bg
|
||||
|
||||
startX: 0; startY: 0
|
||||
|
||||
@@ -167,7 +168,7 @@ PanelWindow {
|
||||
strokeWidth: 1
|
||||
|
||||
strokeColor: "transparent"
|
||||
fillColor: Pywal.argb(Pywal.special.background)
|
||||
fillColor: root.bg
|
||||
|
||||
startX: 0; startY: 0
|
||||
|
||||
@@ -190,7 +191,7 @@ PanelWindow {
|
||||
ShapePath {
|
||||
strokeWidth: 1
|
||||
strokeColor: "transparent"
|
||||
fillColor: Pywal.argb(Pywal.special.background)
|
||||
fillColor: root.bg
|
||||
|
||||
startX: 0; startY: 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user