Regenerated

This commit is contained in:
2026-04-11 22:44:39 +02:00
parent 2aec1395cd
commit a3019a3fe6
3 changed files with 368 additions and 338 deletions
@@ -1,5 +1,4 @@
// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
import Quickshell
import Quickshell.Io
import QtQuick
@@ -38,12 +37,23 @@ ShellRoot {
onActivated: Qt.quit()
}
// Gradient border
Rectangle {
anchors.fill: parent
anchors.margins: -2
radius: 18
z: -1
gradient: Gradient {
orientation: Gradient.Horizontal
GradientStop { position: 0.0; color: colors.blue }
GradientStop { position: 1.0; color: colors.green }
}
}
Rectangle {
anchors.fill: parent
radius: 16
color: colors.baseAlpha
border.width: 2
border.color: colors.blue
ColumnLayout {
id: contentLayout