From 5133e22184025c56fe9c8489c792de829c68f498 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Mon, 20 Nov 2023 09:52:19 +0900 Subject: some waybar small tweaks --- config/waybar/style/Pywal.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/waybar/style/Pywal.css') 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 { -- cgit v1.2.3