dots/home/private_dot_config/nwg-bar/bar.json
2025-06-04 15:08:49 +08:00

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"
}
]