diff options
Diffstat (limited to 'config/waybar/style')
| -rw-r--r-- | config/waybar/style/Pywal.css | 6 | ||||
| -rw-r--r-- | config/waybar/style/Rose-Pine.css | 3 | ||||
| -rw-r--r-- | config/waybar/style/Simple Pink.css | 1 |
3 files changed, 8 insertions, 2 deletions
diff --git a/config/waybar/style/Pywal.css b/config/waybar/style/Pywal.css index 59804921..7a50f8af 100644 --- a/config/waybar/style/Pywal.css +++ b/config/waybar/style/Pywal.css @@ -77,12 +77,16 @@ tooltip { padding: 2px; color: @foreground; margin-right: 5px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button.active { color: @foreground; border-radius: 40%; background-color: @color0; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button.focused { @@ -97,6 +101,8 @@ tooltip { #workspaces button:hover { color: @color4; border-radius: 15px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #clock#2 { diff --git a/config/waybar/style/Rose-Pine.css b/config/waybar/style/Rose-Pine.css index 4e971a3d..7d9f79c7 100644 --- a/config/waybar/style/Rose-Pine.css +++ b/config/waybar/style/Rose-Pine.css @@ -27,7 +27,7 @@ window#waybar { tooltip { background: @main-bg; color: @main-fg; - border-radius: 7px; + border-radius: 8px; border-width: 0px; } @@ -145,7 +145,6 @@ tooltip { color: @main-fg; background: @main-bg; opacity: 1; - margin: 4px 0px 4px 0px; padding-top: 2px; padding-bottom: 2px; padding-left: 6px; diff --git a/config/waybar/style/Simple Pink.css b/config/waybar/style/Simple Pink.css index 75e45b98..d2a85d71 100644 --- a/config/waybar/style/Simple Pink.css +++ b/config/waybar/style/Simple Pink.css @@ -145,6 +145,7 @@ tooltip { #custom-weather.sunnyDay { color: whitesmoke; padding: 0px 10px; + margin: 3px; } |
