diff options
author | zachir <zachir@librem.one> | 2023-02-27 06:26:48 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-27 06:26:48 -0600 |
commit | 128770209494888ed5060fe64181e440e3cb547c (patch) | |
tree | e827b659a64ad35b0dc8a13fdf4163d1354e96c6 /nwg-bar | |
parent | aebb9372841ef59fd73f85bdca1acb807b873ae0 (diff) | |
parent | 8dac32db7fbc6d58a51d1b4935ad7ea4829569ed (diff) |
merge wayland and master
Diffstat (limited to 'nwg-bar')
-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..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" + } +] |