This repository has been archived on 2023-07-23. You can view files and clone it, but cannot push or open issues or pull requests.
gpd-configurations/home/user/files/nwg-bar/bar.json

12 lines
301 B
JSON
Raw Normal View History

2023-07-04 01:14:46 +00:00
[
{
2023-07-04 01:44:02 +00:00
"label": "重启",
2023-07-04 01:14:46 +00:00
"exec": "systemctl reboot",
2023-07-04 01:47:08 +00:00
"icon": "/home/user/.config/nwg-bar/images/system-reboot.svg"
2023-07-04 01:14:46 +00:00
},
{
2023-07-04 01:44:02 +00:00
"label": "关机",
2023-07-04 01:14:46 +00:00
"exec": "systemctl -i poweroff",
2023-07-04 01:47:08 +00:00
"icon": "/home/user/.config/nwg-bar/images/system-shutdown.svg"
2023-07-04 01:14:46 +00:00
}
]