tileos-settings/common/etc/skel/.config/nwg-bar/bar.json
2025-06-11 15:59:07 +04:00

32 lines
609 B
JSON

[
{
"label": "Lock",
"exec": "bash -c /usr/share/tileos/scripts/lock.sh",
"icon": "system-lock-screen"
},
{
"label": "Logout",
"exec": "bash -c /usr/share/tileos/scripts/system-logout.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"
}
]