From 9434d00294fac4b891acc793aeda9cfe561b96c2 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 29 Nov 2023 12:12:59 +0900 Subject: Complete workout of waybar CSS --- config/waybar/style/Rose-Pine.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'config/waybar/style/Rose-Pine.css') diff --git a/config/waybar/style/Rose-Pine.css b/config/waybar/style/Rose-Pine.css index 8df0c9fb..84c514ac 100644 --- a/config/waybar/style/Rose-Pine.css +++ b/config/waybar/style/Rose-Pine.css @@ -36,8 +36,8 @@ tooltip { text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; color: @main-fg; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); @@ -46,8 +46,8 @@ tooltip { #workspaces button.active { background: @wb-act-bg; color: @wb-act-fg; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -55,8 +55,8 @@ tooltip { #workspaces button:hover { background: @wb-hvr-bg; color: @wb-hvr-fg; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -76,8 +76,8 @@ tooltip { #taskbar button.active { background: @wb-act-bg; color: @wb-act-color; - padding-left: 12px; - padding-right: 12px; + padding-left: 6px; + padding-right: 6px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -140,10 +140,10 @@ tooltip { color: @main-fg; background: @main-bg; opacity: 1; - padding-top: 3px; - padding-bottom: 3px; - padding-left: 6px; - padding-right: 6px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } #temperature.critical { -- cgit v1.2.3