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
+338 -334
View File
File diff suppressed because it is too large Load Diff
+6 -2
View File
@@ -2738,8 +2738,8 @@ ShellRoot {
id: root id: root
title: "quickshell-media" title: "quickshell-media"
visible: true visible: true
width: 300 implicitWidth: 300
height: 420 implicitHeight: 440
color: "transparent" color: "transparent"
Shortcut { Shortcut {
@@ -2753,6 +2753,10 @@ ShellRoot {
anchors.margins: -2 anchors.margins: -2
radius: 18 radius: 18
z: -1 z: -1
opacity: root.active ? 0 : 1
Behavior on opacity {
NumberAnimation { duration: 150 }
}
gradient: Gradient { gradient: Gradient {
orientation: Gradient.Horizontal orientation: Gradient.Horizontal
GradientStop { position: 0.0; color: colors.blue } GradientStop { position: 0.0; color: colors.blue }
@@ -109,8 +109,8 @@ ShellRoot {
id: root id: root
title: "quickshell-media" title: "quickshell-media"
visible: true visible: true
width: 300 implicitWidth: 300
height: 420 implicitHeight: 440
color: "transparent" color: "transparent"
Shortcut { Shortcut {
@@ -124,6 +124,10 @@ ShellRoot {
anchors.margins: -2 anchors.margins: -2
radius: 18 radius: 18
z: -1 z: -1
opacity: root.active ? 0 : 1
Behavior on opacity {
NumberAnimation { duration: 150 }
}
gradient: Gradient { gradient: Gradient {
orientation: Gradient.Horizontal orientation: Gradient.Horizontal
GradientStop { position: 0.0; color: colors.blue } GradientStop { position: 0.0; color: colors.blue }