dotconfig/dot_config/nwg-launchers/nwgbar/bar.json

23 lines
600 B
JSON
Raw Normal View History

2022-06-27 08:53:51 +08:00
[
{
"name": "Lock screen",
2022-06-28 02:14:15 +08:00
"exec": "swaylock",
"icon": "/home/guoyi/.config/nwg-launchers/nwgbar/images/system-lock-screen.svg"
2022-06-27 08:53:51 +08:00
},
{
"name": "Logout",
"exec": "loginctl terminate-user guoyi",
2022-06-28 02:14:15 +08:00
"icon": "/home/guoyi/.config/nwg-launchers/nwgbar/images/system-log-out.svg"
2022-06-27 08:53:51 +08:00
},
{
"name": "Reboot",
"exec": "systemctl reboot",
2022-06-28 02:14:15 +08:00
"icon": "/home/guoyi/.config/nwg-launchers/nwgbar/images/system-reboot.svg"
2022-06-27 08:53:51 +08:00
},
{
"name": "Shutdown",
"exec": "systemctl -i poweroff",
2022-06-28 02:14:15 +08:00
"icon": "/home/guoyi/.config/nwg-launchers/nwgbar/images/system-shutdown.svg"
2022-06-27 08:53:51 +08:00
}
]