From 6adf09409e23931689be999c91a2cdeb96c571f6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 28 Nov 2023 01:38:38 +0900 Subject: updates --- config/waybar/style/Pywal.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'config/waybar/style/Pywal.css') diff --git a/config/waybar/style/Pywal.css b/config/waybar/style/Pywal.css index 37618ae3..ee7cb14b 100644 --- a/config/waybar/style/Pywal.css +++ b/config/waybar/style/Pywal.css @@ -164,7 +164,7 @@ tooltip { #custom-weather.sunnyDay { color: @foreground; padding-right: 8px; - padding-left: 12px; + padding-left: 8px; } #temperature.critical { @@ -179,10 +179,7 @@ tooltip { #taskbar button.active { background-color: rgb(47, 46, 46); - margin-left: 3px; - padding-left: 12px; - padding-right: 12px; - margin-right: 3px; + border-radius: 30px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -190,6 +187,7 @@ tooltip { #taskbar button:hover { padding-left: 3px; padding-right: 3px; + border-radius: 15px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } -- cgit v1.2.3