feat:migrate hyprland config with nwg tools

This commit is contained in:
grassblock 2025-06-04 15:08:49 +08:00
parent 54ea69dd8e
commit fc39a811c9
251 changed files with 23198 additions and 118 deletions

View file

@ -0,0 +1,22 @@
[
{
"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"
}
]