From 8885f8bf381df428b39f2a71265dfa15437ca40b Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 26 Feb 2023 15:12:15 -0600 Subject: add nwg-bar config --- nwg-bar/bar.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 nwg-bar/bar.json (limited to 'nwg-bar') diff --git a/nwg-bar/bar.json b/nwg-bar/bar.json new file mode 100644 index 0000000..82bc6ed --- /dev/null +++ b/nwg-bar/bar.json @@ -0,0 +1,22 @@ +[ + { + "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