From bebab51bada039df17bbc9e637958b7290bf24b7 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Charavel Date: Fri, 31 Jul 2026 06:51:15 -0400 Subject: [PATCH] Update --- .config/waybar/config.jsonc | 1 + .config/waybar/power_menu.xml | 8 ++++++++ 2 files changed, 9 insertions(+) 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