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
+342 -332
View File
File diff suppressed because it is too large Load Diff
+13 -3
View File
@@ -2653,7 +2653,6 @@ workspace = 10
** =generated/.config/quickshell/powermenu/shell.qml=
This sets up the zsh in the terminal
#+BEGIN_SRC qml :tangle generated/.config/quickshell/powermenu/shell.qml :noweb yes :mkdirp yes :eval never
// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
import Quickshell
import Quickshell.Io
import QtQuick
@@ -2692,12 +2691,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
@@ -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