Regenerated
This commit is contained in:
+334
-334
File diff suppressed because it is too large
Load Diff
+6
-6
@@ -2707,7 +2707,7 @@ ShellRoot {
|
|||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
radius: 16
|
radius: 16
|
||||||
color: colors.baseAlpha
|
color: colors.base
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: contentLayout
|
id: contentLayout
|
||||||
@@ -2729,12 +2729,12 @@ ShellRoot {
|
|||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
model: [
|
model: [
|
||||||
{ label: " Lock", cmd: ["loginctl", "lock-session"] },
|
{ label: " Lock", cmd: ["loginctl", "lock-session"] },
|
||||||
{ label: " Shutdown", cmd: ["systemctl", "poweroff"] },
|
{ label: " Shutdown", cmd: ["systemctl", "poweroff"] },
|
||||||
{ label: " Reboot", cmd: ["systemctl", "reboot"] },
|
{ label: " Reboot", cmd: ["systemctl", "reboot"] },
|
||||||
{ label: " Logout", cmd: ["bash", "-c", "loginctl terminate-session $XDG_SESSION_ID"] },
|
{ label: " Logout", cmd: ["bash", "-c", "loginctl terminate-session $XDG_SESSION_ID"] },
|
||||||
{ label: " Hibernate", cmd: ["systemctl", "hibernate"] },
|
{ label: " Hibernate", cmd: ["systemctl", "hibernate"] },
|
||||||
{ label: " Suspend", cmd: ["systemctl", "suspend"] },
|
{ label: " Suspend", cmd: ["systemctl", "suspend"] },
|
||||||
]
|
]
|
||||||
|
|
||||||
delegate: Rectangle {
|
delegate: Rectangle {
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ ShellRoot {
|
|||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
radius: 16
|
radius: 16
|
||||||
color: colors.baseAlpha
|
color: colors.base
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: contentLayout
|
id: contentLayout
|
||||||
@@ -75,12 +75,12 @@ ShellRoot {
|
|||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
model: [
|
model: [
|
||||||
{ label: " Lock", cmd: ["loginctl", "lock-session"] },
|
{ label: " Lock", cmd: ["loginctl", "lock-session"] },
|
||||||
{ label: " Shutdown", cmd: ["systemctl", "poweroff"] },
|
{ label: " Shutdown", cmd: ["systemctl", "poweroff"] },
|
||||||
{ label: " Reboot", cmd: ["systemctl", "reboot"] },
|
{ label: " Reboot", cmd: ["systemctl", "reboot"] },
|
||||||
{ label: " Logout", cmd: ["bash", "-c", "loginctl terminate-session $XDG_SESSION_ID"] },
|
{ label: " Logout", cmd: ["bash", "-c", "loginctl terminate-session $XDG_SESSION_ID"] },
|
||||||
{ label: " Hibernate", cmd: ["systemctl", "hibernate"] },
|
{ label: " Hibernate", cmd: ["systemctl", "hibernate"] },
|
||||||
{ label: " Suspend", cmd: ["systemctl", "suspend"] },
|
{ label: " Suspend", cmd: ["systemctl", "suspend"] },
|
||||||
]
|
]
|
||||||
|
|
||||||
delegate: Rectangle {
|
delegate: Rectangle {
|
||||||
|
|||||||
Reference in New Issue
Block a user