Regenerated

This commit is contained in:
2026-04-11 22:51:15 +02:00
parent a3019a3fe6
commit c527a5452e
3 changed files with 346 additions and 346 deletions
+334 -334
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -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 {