summaryrefslogtreecommitdiff
path: root/nwg-bar/bar.json
diff options
context:
space:
mode:
authorZach Smith <zsmith@CEN-AVL-03.local>2025-07-09 08:32:34 -0500
committerZach Smith <zsmith@CEN-AVL-03.local>2025-07-09 08:32:34 -0500
commit855ebc2fb11d271ec19dedc3f7dc6b000c59cdf0 (patch)
tree0b41a0e3b1223c7741aeba854f61b671f2af5b69 /nwg-bar/bar.json
parent9fe295899b3ef5c66ad00b69de082988a8586465 (diff)
parentd6c382e9a65b98f31543afa604ff5185a467a725 (diff)
Merge branch 'master' into mac
Diffstat (limited to 'nwg-bar/bar.json')
-rw-r--r--nwg-bar/bar.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/nwg-bar/bar.json b/nwg-bar/bar.json
new file mode 100644
index 0000000..01a92c3
--- /dev/null
+++ b/nwg-bar/bar.json
@@ -0,0 +1,22 @@
+[
+ {
+ "label": "Lock",
+ "exec": "loginctl lock-session",
+ "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": "systemctl reboot",
+ "icon": "/usr/share/nwg-bar/images/system-reboot.svg"
+ },
+ {
+ "label": "Shutdown",
+ "exec": "systemctl -i poweroff",
+ "icon": "/usr/share/nwg-bar/images/system-shutdown.svg"
+ }
+]