This commit is contained in:
2026-04-09 11:16:48 -05:00
parent 76a5bf5917
commit f4b032e96f
23 changed files with 274 additions and 160 deletions

View File

@@ -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