From 20d7ef189808e66321a45fe76eb72bb2a9d07eb1 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 18 Aug 2025 21:52:21 +0300 Subject: [PATCH] Update style.css --- .config/waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 5292152..1ab1125 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,6 +1,6 @@ * { font-family: Font Awesome, Roboto, Arial, sans-serif; - font-size: 13px; + font-size: 14px; color: #ffffff; border-radius: 20px; } @@ -92,7 +92,7 @@ font-weight: 300; animation-duration: 2s; } #custom-power { - background-color: #2b2d45; + background-color: transparent; border-radius: 100px; margin: 5px 5px; padding: 1px 1px 1px 6px;