diff options
author | zachir <zachir@librem.one> | 2025-07-06 16:36:18 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-06 16:36:18 -0500 |
commit | ee3a47c52c24e003817dc4312934187aebb11694 (patch) | |
tree | 33451d16c0a34c6b9587a143b152ca0efb7c2249 /nwg-bar/bar.json | |
parent | 9d6aa4b62be2547b26ec7a51db785b1a843785b6 (diff) | |
parent | 8fa82b7d4bf461bdeb5559214ed51199c945b3da (diff) |
Merge branch 'master' into cas
Diffstat (limited to 'nwg-bar/bar.json')
-rw-r--r-- | nwg-bar/bar.json | 22 |
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" + } +] |