feat:migrate hyprland config with nwg tools
This commit is contained in:
parent
54ea69dd8e
commit
fc39a811c9
251 changed files with 23198 additions and 118 deletions
22
home/private_dot_config/nwg-bar/bar.json
Normal file
22
home/private_dot_config/nwg-bar/bar.json
Normal 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"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue