Regenerated

This commit is contained in:
2026-04-12 10:46:43 +02:00
parent 4faa58da15
commit ef9ef54963
8 changed files with 1549 additions and 366 deletions
@@ -75,12 +75,12 @@ ShellRoot {
Repeater {
model: [
{ 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: "󰌾 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"] },
]
delegate: Rectangle {