diff options
author | ZachIR <zachir@librem.one> | 2025-07-04 09:00:57 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-04 09:00:57 -0500 |
commit | 2a22d1a66cd6a8b2b09d659c580adb4a95c209db (patch) | |
tree | 5ee4d265a173e714ee1ad85acf82094f1a7714fc /nwg-bar/bar.json | |
parent | cea602eb3fd67496d2189c650a4f71ff0d4040c3 (diff) | |
parent | 8fa82b7d4bf461bdeb5559214ed51199c945b3da (diff) |
Merge branch 'master' into car
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" + } +] |