summaryrefslogtreecommitdiff
path: root/nwg-bar
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-10-19 11:11:29 -0500
committerzachir <zachir@librem.one>2023-10-19 11:11:29 -0500
commit9c6542ba30f9579316eb2dddd2eca7dd6b8d2389 (patch)
tree9161f1825b2ec584941253a90f24d43a05150ee5 /nwg-bar
parent6e392f8f0e99274bb6f910d8fc34e335648d1c26 (diff)
parentc81018b4514b26a6f5716deb2100a7a0b88c9aa2 (diff)
Merge branch 'master' of zachir.xyz:zachir/dotfiles into cas-master
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"
- }
-]