You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
567 B

[
{
"name": "Lock screen",
"exec": "swaylock",
"icon": "/home/joshfabean/.config/nwg-launchers/nwgbar/images/lock.svg"
},
{
"name": "Logout",
"exec": "swaymsg exit",
"icon": "/home/joshfabean/.config/nwg-launchers/nwgbar/images/logout.svg"
},
{
"name": "Reboot",
"exec": "systemctl reboot",
"icon": "/home/joshfabean/.config/nwg-launchers/nwgbar/images/reboot.svg"
},
{
"name": "Shutdown",
"exec": "systemctl -i poweroff",
"icon": "/home/joshfabean/.config/nwg-launchers/nwgbar/images/shutdown.svg"
}
]