diff options
author | zachir <zachir@librem.one> | 2025-07-04 08:27:47 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-04 08:27:47 -0500 |
commit | 8fa82b7d4bf461bdeb5559214ed51199c945b3da (patch) | |
tree | 1c82cc84333c47c9411bc58a909032e59ba10259 /nwg-bar/bar.json | |
parent | 699657e22faa56b6e142aae7c02d025c21df322f (diff) |
Configure nwg-bar
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" + } +] |