diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index d4bf9d0..d8a3182 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -57,6 +57,7 @@ "menu": "on-click", "menu-file": "~/.config/waybar/power_menu.xml", "menu-actions": { + "logout": "loginctl terminate-user \"\"", "shutdown": "systemctl poweroff", "reboot": "systemctl reboot" } diff --git a/.config/waybar/power_menu.xml b/.config/waybar/power_menu.xml index 02f011d..4bcbbac 100644 --- a/.config/waybar/power_menu.xml +++ b/.config/waybar/power_menu.xml @@ -1,6 +1,14 @@ + + + Logout + + + + + Shutdown