From 14c9c448e3f6dcc30cc713cbcf1df5f803db7d25 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sat, 1 Aug 2026 21:13:59 +0300 Subject: [PATCH] waybar style --- home/user/.config/waybar/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/home/user/.config/waybar/style.css b/home/user/.config/waybar/style.css index 78b4a31..0193708 100644 --- a/home/user/.config/waybar/style.css +++ b/home/user/.config/waybar/style.css @@ -7,7 +7,7 @@ } window#waybar { - background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); + background: linear-gradient(to top, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0) 80%); color: #ffffff; transition-property: background-color; transition-duration: .5s; @@ -47,10 +47,8 @@ window#waybar.hidden { #custom-userhost, #custom-battery, #custom-time { - padding: 0 12px; - margin: 0 2px; - background: rgba(255, 255, 255, 0.05); - border-radius: 6px; + padding: 0 6px; + margin: 0 1px; } #custom-wireless {