From 315ba1dce585cbb59a0bf3f18db125a055f677b6 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 19 Jan 2026 00:33:05 +0100 Subject: Simplify the windowrule There is still some issue with wlctl that I'm trying to debug, not sure if it is related to cargo or some other weird behaviour --- roles/waybar/templates/waybar/config.jsonc.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/waybar') diff --git a/roles/waybar/templates/waybar/config.jsonc.j2 b/roles/waybar/templates/waybar/config.jsonc.j2 index 4fec10f8..f02e0a50 100644 --- a/roles/waybar/templates/waybar/config.jsonc.j2 +++ b/roles/waybar/templates/waybar/config.jsonc.j2 @@ -92,7 +92,7 @@ "cpu": { "interval": 5, "format": "󰍛", - "on-click": "/etc/xdg/waybar/scripts/launch-tui btop" + "on-click-right": "/etc/xdg/waybar/scripts/launch-tui btop" }, "battery": { "format": "{capacity}% {icon}", -- cgit v1.2.3