22 lines
521 B
JSON
22 lines
521 B
JSON
[
|
|
{
|
|
"label": "锁屏",
|
|
"exec": "hyprlock",
|
|
"icon": "/home/grassblock/.config/nwg-bar/images/lock.svg"
|
|
},
|
|
{
|
|
"label": "离开",
|
|
"exec": "hyprctl dispatch exit",
|
|
"icon": "/home/grassblock/.config/nwg-bar/images/logout.svg"
|
|
},
|
|
{
|
|
"label": "重启",
|
|
"exec": "systemctl reboot",
|
|
"icon": "/home/grassblock/.config/nwg-bar/images/reboot.svg"
|
|
},
|
|
{
|
|
"label": "关机",
|
|
"exec": "systemctl -i poweroff",
|
|
"icon": "/home/grassblock/.config/nwg-bar/images/shutdown.svg"
|
|
}
|
|
]
|