23 lines
597 B
JSON
23 lines
597 B
JSON
|
[
|
||
|
{
|
||
|
"label": "Lock",
|
||
|
"exec": "swaylock -f -i $HOME/.config/sway/wallpapers/lockscreen_wallpaper.jpg",
|
||
|
"icon": "/home/prurigro/.config/nwg-bar/icons/system-lock-screen.svg"
|
||
|
},
|
||
|
{
|
||
|
"label": "Logout",
|
||
|
"exec": "swaymsg exit",
|
||
|
"icon": "/home/prurigro/.config/nwg-bar/icons/system-log-out.svg"
|
||
|
},
|
||
|
{
|
||
|
"label": "Reboot",
|
||
|
"exec": "systemctl reboot",
|
||
|
"icon": "/home/prurigro/.config/nwg-bar/icons/system-reboot.svg"
|
||
|
},
|
||
|
{
|
||
|
"label": "Shutdown",
|
||
|
"exec": "systemctl -i poweroff",
|
||
|
"icon": "/home/prurigro/.config/nwg-bar/icons/system-shutdown.svg"
|
||
|
}
|
||
|
]
|