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 {
|
||||
anchors.fill: parent
|
||||
radius: 16
|
||||
color: colors.baseAlpha
|
||||
color: colors.base
|
||||
|
||||
ColumnLayout {
|
||||
id: contentLayout
|
||||
@@ -2729,12 +2729,12 @@ ShellRoot {
|
||||
|
||||
Repeater {
|
||||
model: [
|
||||
{ label: " Lock", cmd: ["loginctl", "lock-session"] },
|
||||
{ label: " Shutdown", cmd: ["systemctl", "poweroff"] },
|
||||
{ label: " Reboot", cmd: ["systemctl", "reboot"] },
|
||||
{ label: " Lock", cmd: ["loginctl", "lock-session"] },
|
||||
{ label: " Shutdown", cmd: ["systemctl", "poweroff"] },
|
||||
{ label: " Reboot", cmd: ["systemctl", "reboot"] },
|
||||
{ label: " Logout", cmd: ["bash", "-c", "loginctl terminate-session $XDG_SESSION_ID"] },
|
||||
{ label: " Hibernate", cmd: ["systemctl", "hibernate"] },
|
||||
{ label: " Suspend", cmd: ["systemctl", "suspend"] },
|
||||
{ label: " Hibernate", cmd: ["systemctl", "hibernate"] },
|
||||
{ label: " Suspend", cmd: ["systemctl", "suspend"] },
|
||||
]
|
||||
|
||||
delegate: Rectangle {
|
||||
|
||||
@@ -53,7 +53,7 @@ ShellRoot {
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
radius: 16
|
||||
color: colors.baseAlpha
|
||||
color: colors.base
|
||||
|
||||
ColumnLayout {
|
||||
id: contentLayout
|
||||
@@ -75,12 +75,12 @@ ShellRoot {
|
||||
|
||||
Repeater {
|
||||
model: [
|
||||
{ label: " Lock", cmd: ["loginctl", "lock-session"] },
|
||||
{ label: " Shutdown", cmd: ["systemctl", "poweroff"] },
|
||||
{ label: " Reboot", cmd: ["systemctl", "reboot"] },
|
||||
{ label: " Lock", cmd: ["loginctl", "lock-session"] },
|
||||
{ label: " Shutdown", cmd: ["systemctl", "poweroff"] },
|
||||
{ label: " Reboot", cmd: ["systemctl", "reboot"] },
|
||||
{ label: " Logout", cmd: ["bash", "-c", "loginctl terminate-session $XDG_SESSION_ID"] },
|
||||
{ label: " Hibernate", cmd: ["systemctl", "hibernate"] },
|
||||
{ label: " Suspend", cmd: ["systemctl", "suspend"] },
|
||||
{ label: " Hibernate", cmd: ["systemctl", "hibernate"] },
|
||||
{ label: " Suspend", cmd: ["systemctl", "suspend"] },
|
||||
]
|
||||
|
||||
delegate: Rectangle {
|
||||
|
||||
Reference in New Issue
Block a user