This commit is contained in:
Sense T 2023-07-04 09:50:54 +08:00
parent 2e10df191a
commit ea053b54e5

View File

@ -2,11 +2,11 @@
{ {
"label": "重启", "label": "重启",
"exec": "systemctl reboot", "exec": "systemctl reboot",
"icon": "/home/user/.config/nwg-bar/images/system-reboot.svg" "icon": "system-reboot"
}, },
{ {
"label": "关机", "label": "关机",
"exec": "systemctl -i poweroff", "exec": "systemctl -i poweroff",
"icon": "/home/user/.config/nwg-bar/images/system-shutdown.svg" "icon": "system-shutdown"
} }
] ]