summaryrefslogtreecommitdiff
path: root/nwg-bar
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-10-19 09:22:58 -0500
committerzachir <zachir@librem.one>2023-10-19 09:22:58 -0500
commit98f46e3b56a94067218a991a93ffd0f5e2554e11 (patch)
tree3632cb89431830ce11e33f94258bf4f1120660f4 /nwg-bar
parentd2bfa8425823f116af8f641496a6a7af72318717 (diff)
Use X11 and not Wayland now
Diffstat (limited to 'nwg-bar')
-rw-r--r--nwg-bar/bar.json22
1 files changed, 0 insertions, 22 deletions
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"
- }
-]