some updates

This commit is contained in:
Sense T
2023-07-04 09:44:02 +08:00
parent ee4a21c314
commit f86cdcf659
5 changed files with 135 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
[
{
"label": "Reboot",
"label": "重启",
"exec": "systemctl reboot",
"icon": "/usr/share/nwg-bar/images/system-reboot.svg"
"icon": "~/.config/nwg-bar/images/system-reboot.svg"
},
{
"label": "Shutdown",
"label": "关机",
"exec": "systemctl -i poweroff",
"icon": "/usr/share/nwg-bar/images/system-shutdown.svg"
"icon": "~/.config/nwg-bar/images/system-shutdown.svg"
}
]