From 75d4c5215c92a357488454177605d724ee77abf5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 29 Nov 2023 01:00:42 +0900 Subject: [PATCH] updated waybar style --- config/waybar/style/Translucent Chromatic.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/waybar/style/Translucent Chromatic.css b/config/waybar/style/Translucent Chromatic.css index 338bf49..791c166 100644 --- a/config/waybar/style/Translucent Chromatic.css +++ b/config/waybar/style/Translucent Chromatic.css @@ -26,13 +26,13 @@ padding: 1px; } window#waybar { - background-color: rgba(50, 50, 50, 0.0); + background-color: rgba(0,0,0,0.2); /*background-color: @bgcolor;*/ /* border-bottom: 0px solid rgba(100, 114, 125, 0.5); */ color: #ffffff; transition-property: background-color; transition-duration: .5s; - border-radius: 0; + border-radius: 10px; } window#waybar.hidden { @@ -154,6 +154,8 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { + padding-top: 3px; + padding-bottom: 3px; padding: 0px 10px; background-color:transparent; }