diff options
author | zachir <zachir@librem.one> | 2023-10-19 09:22:58 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 09:29:27 -0500 |
commit | 3d164def14eb510fdcac45e2ec26c96d6b22cfe6 (patch) | |
tree | c96455dc7f3b788d28a88ef65cd73f765768cec0 /nwg-bar | |
parent | df7f0031d815178044e17a8fe610205b9210731d (diff) |
Use X11 and not Wayland now
Diffstat (limited to 'nwg-bar')
-rw-r--r-- | nwg-bar/bar.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/nwg-bar/bar.json b/nwg-bar/bar.json deleted file mode 100644 index 82bc6ed..0000000 --- a/nwg-bar/bar.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "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" - } -] |