less blur

This commit is contained in:
kossLAN 2025-06-10 12:43:13 -04:00
parent 751b6a25aa
commit 78964344d2
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8

View file

@ -62,7 +62,7 @@ ShellRoot {
id: backgroundBlur
anchors.fill: parent
source: blurredBackground
radius: 32
radius: 16
transparentBorder: true
}
@ -77,7 +77,7 @@ ShellRoot {
property real scale: 3.0
property variant source: ShaderEffectSource {
sourceItem: backgroundBlur
sourceItem: backgroundBlur
hideSource: false
live: true
}
@ -86,9 +86,9 @@ ShellRoot {
// Glass overlay
Rectangle {
anchors.fill: parent
color: "transparent"
color: Qt.rgba(1,1,1, 0.05)
border.width: 1
border.color: Qt.rgba(1, 1, 1, 0.2)
border.color: Qt.rgba(1, 1, 1, 0.3)
radius: 20
Rectangle {
@ -123,6 +123,7 @@ ShellRoot {
id: timeSlider
from: 0
to: Math.PI * 2
value: Math.PI
Layout.fillWidth: true
Layout.preferredHeight: 30
@ -138,6 +139,7 @@ ShellRoot {
id: warpSlider
from: 0
to: 10
value: 3
Layout.fillWidth: true
Layout.preferredHeight: 30
@ -153,6 +155,7 @@ ShellRoot {
id: speedSlider
from: 0
to: 1
value: 0.2
Layout.fillWidth: true
Layout.preferredHeight: 30