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
225 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:50:54 +00:00
"icon": "system-reboot"
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:50:54 +00:00
"icon": "system-shutdown"
2023-07-04 01:14:46 +00:00
}
]