mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-07 20:31:31 +00:00
Make wallpapers rounded in WallpaperSelector
This commit is contained in:
@@ -5,8 +5,10 @@ import Quickshell.Widgets
|
||||
import qs.Services
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
color: "transparent"
|
||||
radius: width * 0.5
|
||||
property real imageRadius: width * 0.5
|
||||
radius: imageRadius
|
||||
|
||||
readonly property real scaling: Scaling.scale(screen)
|
||||
property string imagePath: ""
|
||||
@@ -52,7 +54,7 @@ Rectangle {
|
||||
visible: false
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
radius: img.width * 0.5
|
||||
radius: root.imageRadius
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user