Regenerated

This commit is contained in:
2026-04-13 10:51:31 +02:00
parent b97db97a1e
commit bc2e321a19
3 changed files with 353 additions and 341 deletions
+7 -3
View File
@@ -2738,8 +2738,8 @@ ShellRoot {
id: root
title: "quickshell-media"
visible: true
width: 300
height: 420
implicitWidth: 300
implicitHeight: 440
color: "transparent"
Shortcut {
@@ -2753,11 +2753,15 @@ ShellRoot {
anchors.margins: -2
radius: 18
z: -1
opacity: root.active ? 0 : 1
Behavior on opacity {
NumberAnimation { duration: 150 }
}
gradient: Gradient {
orientation: Gradient.Horizontal
GradientStop { position: 0.0; color: colors.blue }
GradientStop { position: 1.0; color: colors.green }
}
}
}
Rectangle {