sway-config/config/nwg-bar/bar.json

23 lines
597 B
JSON
Raw Normal View History

2023-01-10 12:48:24 -05:00
[
{
"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"
}
]