diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-20 09:52:19 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-20 09:52:19 +0900 |
| commit | 5133e22184025c56fe9c8489c792de829c68f498 (patch) | |
| tree | a421b4e1eade455fbec705dd38a26ab782d82f50 /config/waybar/style/Pywal.css | |
| parent | 0492d4194c1be52c843590ada97f0422fd0ade2b (diff) | |
some waybar small tweaks
Diffstat (limited to 'config/waybar/style/Pywal.css')
| -rw-r--r-- | config/waybar/style/Pywal.css | 6 |
1 files changed, 6 insertions, 0 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 { |
