Regenerated
This commit is contained in:
+342
-332
File diff suppressed because it is too large
Load Diff
+13
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user