From 641d06a8d5a1bd202d9527311d9c5f3d6ca705cd Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Mon, 23 Mar 2026 15:10:51 -0400 Subject: [PATCH] feat(waybar): increase the power button size to match the bar appearance --- waybar/.config/waybar/style.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index 2c49525..b6332ca 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -55,14 +55,6 @@ tooltip { min-height: 34px; } -#custom-launcher { - background: @accent; - border-color: @accent; - color: @background; - font-size: 18px; - padding: 0 14px 0 12px; -} - #workspaces { padding: 0 6px; } @@ -145,6 +137,7 @@ tooltip { #custom-power { color: @danger; + font-size: 22px; padding: 0 13px; }