summaryrefslogtreecommitdiff
path: root/nwg-bar
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-26 15:12:15 -0600
committerzachir <zachir@librem.one>2023-02-26 15:12:15 -0600
commit8885f8bf381df428b39f2a71265dfa15437ca40b (patch)
tree6eb684569e922360371c3a74a513ac3bd16dcb4c /nwg-bar
parent1eb7947ced988a249f8833e1b76246ed4411ac2e (diff)
add nwg-bar config
Diffstat (limited to 'nwg-bar')
-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..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"
+ }
+]