From aa55d0c3a89154b2e48ad69d7266ec20b1e4e0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Mon, 30 Dec 2024 19:28:18 +0100 Subject: [PATCH 1/2] Replace wofi by fuzzel --- .config/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/waybar/config b/.config/waybar/config index 5f5c07e..86c4c92 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -92,7 +92,7 @@ }, "custom/launcher": { "format": " ", - "on-click": "wofi --show drun", + "on-click": "fuzzel", }, "custom/power": { "format": "⏻", From e5f72499bd07a4b9ed7290a3c30818a66b0af673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Mon, 30 Dec 2024 19:28:41 +0100 Subject: [PATCH 2/2] Remove the broken poweroff --- .config/waybar/config | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 86c4c92..9d328f7 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -19,7 +19,6 @@ "custom/updates", "custom/notification", "tray", - "custom/power" ], "hyprland/window": { "format": "{title}", @@ -94,11 +93,6 @@ "format": " ", "on-click": "fuzzel", }, - "custom/power": { - "format": "⏻", - "tooltip": false, - "on-click": "poweroff" - }, "custom/updates": { "format": "{} {icon}", "return-type": "json",