From 98f46e3b56a94067218a991a93ffd0f5e2554e11 Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 19 Oct 2023 09:22:58 -0500 Subject: Use X11 and not Wayland now --- nwg-bar/bar.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 nwg-bar/bar.json (limited to 'nwg-bar') diff --git a/nwg-bar/bar.json b/nwg-bar/bar.json deleted file mode 100644 index 82bc6ed..0000000 --- a/nwg-bar/bar.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "label": "Lock", - "exec": "loginctl lock-session self", - "icon": "/usr/share/nwg-bar/images/system-lock-screen.svg" - }, - { - "label": "Logout", - "exec": "hyprctl dispatch exit", - "icon": "/usr/share/nwg-bar/images/system-log-out.svg" - }, - { - "label": "Reboot", - "exec": "loginctl reboot", - "icon": "/usr/share/nwg-bar/images/system-reboot.svg" - }, - { - "label": "Shutdown", - "exec": "loginctl -i poweroff", - "icon": "/usr/share/nwg-bar/images/system-shutdown.svg" - } -] -- cgit v1.2.3