From fafb3e228c41e069cb995efea52ab1985bcf8220 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 17 Sep 2026 09:43:03 +0200 Subject: [PATCH] fix: window title padding --- config/matugen/templates/waybar/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/config/matugen/templates/waybar/style.css b/config/matugen/templates/waybar/style.css index 86f8a9b..d564433 100644 --- a/config/matugen/templates/waybar/style.css +++ b/config/matugen/templates/waybar/style.css @@ -75,6 +75,7 @@ tooltip { #window { border-radius: 10px; + padding: 3px 9px; margin-left: 60px; margin-right: 60px; background-color: @surface;