diff options
author | zachir <zachir@librem.one> | 2025-07-04 08:28:02 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-04 08:28:02 -0500 |
commit | 7f0d9463820c29f3ad0434ded82c7c6d1410542b (patch) | |
tree | 6c39431fbb5b9891a948edce9df644b0749eabc8 /nwg-bar/bar.json | |
parent | a43d1a4860975e8fb38680f3a80eaf90cbc911d5 (diff) | |
parent | 8fa82b7d4bf461bdeb5559214ed51199c945b3da (diff) |
Merge branch 'master' into cla
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" + } +] |