summaryrefslogtreecommitdiff
path: root/nwg-bar
diff options
context:
space:
mode:
authorZachIR <zachir@zdx-raina>2023-07-10 22:11:51 -0500
committerZachIR <zachir@zdx-raina>2023-07-10 22:11:51 -0500
commitcbe59feb58690b2606bdd7abc2c53cae6b06bf75 (patch)
tree765137a1e11059a26dbff7a5de8ebd9914073bb3 /nwg-bar
parent593eb0c5dec831863188e87cc4e4d4826ef9384d (diff)
Remove graphical configs for server branch
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"
- }
-]