Fix nwg-bar commands

This commit is contained in:
Aleksey Samoilov 2023-08-31 23:00:15 +04:00
parent df62bac86b
commit 7ada4fd9af

View file

@ -1,12 +1,12 @@
[
{
"label": "Lock",
"exec": "swaymsg exec ~/.config/swaylock/lock.sh",
"exec": "riverctl spawn ~/.config/swaylock/lock.sh",
"icon": "system-lock-screen"
},
{
"label": "Logout",
"exec": "swaymsg exit",
"exec": "riverctl exit",
"icon": "system-log-out"
},
{