32 lines
604 B
JSON
32 lines
604 B
JSON
[
|
|
{
|
|
"label": "Lock",
|
|
"exec": "bash -c /usr/share/qtile/scripts/lock.sh",
|
|
"icon": "system-lock-screen"
|
|
},
|
|
{
|
|
"label": "Logout",
|
|
"exec": "bash -c /usr/share/qtile/scripts/qtile-exit.sh",
|
|
"icon": "system-log-out"
|
|
},
|
|
{
|
|
"label": "Suspend",
|
|
"exec": "systemctl suspend",
|
|
"icon": "system-suspend"
|
|
},
|
|
{
|
|
"label": "Hibernate",
|
|
"exec": "systemctl hibernate",
|
|
"icon": "system-hibernate"
|
|
},
|
|
{
|
|
"label": "Reboot",
|
|
"exec": "systemctl reboot",
|
|
"icon": "system-reboot"
|
|
},
|
|
{
|
|
"label": "Shutdown",
|
|
"exec": "systemctl -i poweroff",
|
|
"icon": "system-shutdown"
|
|
}
|
|
]
|