diff --git a/.config/waybar/config b/.config/waybar/config index 9d328f7..5f5c07e 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -19,6 +19,7 @@ "custom/updates", "custom/notification", "tray", + "custom/power" ], "hyprland/window": { "format": "{title}", @@ -91,7 +92,12 @@ }, "custom/launcher": { "format": " ", - "on-click": "fuzzel", + "on-click": "wofi --show drun", + }, + "custom/power": { + "format": "⏻", + "tooltip": false, + "on-click": "poweroff" }, "custom/updates": { "format": "{} {icon}",