"transparent" => Color.transparent

This commit is contained in:
quadbyte
2025-08-17 05:54:55 -04:00
parent 8e239ad55d
commit dbdfbdc746
28 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Variants {
}
}
color: "transparent"
color: Color.transparent
screen: modelData
WlrLayershell.layer: WlrLayer.Background
WlrLayershell.exclusionMode: ExclusionMode.Ignore
+1 -1
View File
@@ -26,7 +26,7 @@ NLoader {
&& !Settings.data.wallpaper.swww.enabled ? WallpaperService.currentWallpaper : ""
visible: wallpaperSource !== "" && !Settings.data.wallpaper.swww.enabled
color: "transparent"
color: Color.transparent
screen: modelData
WlrLayershell.layer: WlrLayer.Background
WlrLayershell.exclusionMode: ExclusionMode.Ignore
+1 -1
View File
@@ -27,7 +27,7 @@ NLoader {
// Rounded radius for the inner cutout
property int innerRadius: 20
color: "transparent"
color: Color.transparent
WlrLayershell.exclusionMode: ExclusionMode.Ignore
WlrLayershell.namespace: "quickshell-corner"