From 7ada4fd9af6086d26fd67df5691285053bfe3fc5 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Thu, 31 Aug 2023 23:00:15 +0400 Subject: [PATCH] Fix nwg-bar commands --- etc/skel/.config/nwg-bar/bar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/skel/.config/nwg-bar/bar.json b/etc/skel/.config/nwg-bar/bar.json index 4b03dbb..85b554b 100644 --- a/etc/skel/.config/nwg-bar/bar.json +++ b/etc/skel/.config/nwg-bar/bar.json @@ -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" }, {