🚀 perf(waybar): disable animation

This commit is contained in:
Sergio Laín 2025-05-07 14:02:53 +02:00
parent a65716787d
commit 2dd80237ad
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -143,7 +143,7 @@ window#waybar.hidden {
rgba(238, 153, 160, 1) 100% rgba(238, 153, 160, 1) 100%
); );
background-size: 400% 400%; background-size: 400% 400%;
animation: gradient 15s ease infinite; /* animation: gradient 15s ease infinite; */
transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682); transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682);
color: @mauve; color: @mauve;
border-radius: 12px; border-radius: 12px;
@ -239,7 +239,7 @@ window#waybar.hidden {
rgba(238, 153, 160, 1) 100% rgba(238, 153, 160, 1) 100%
); );
background-size: 400% 400%; background-size: 400% 400%;
animation: gradient 15s ease infinite; /* animation: gradient 15s ease infinite; */
text-shadow: 0px 0px 5px @lavender; text-shadow: 0px 0px 5px @lavender;
font-weight: bold; font-weight: bold;
color: @mantle; color: @mantle;
@ -263,7 +263,7 @@ window#waybar.hidden {
rgba(238, 153, 160, 1) 100% rgba(238, 153, 160, 1) 100%
); );
background-size: 400% 400%; background-size: 400% 400%;
animation: gradient 15s ease infinite; /* animation: gradient 15s ease infinite; */
text-shadow: 0px 0px 5px @border; text-shadow: 0px 0px 5px @border;
font-weight: bold; font-weight: bold;
color: @mantle; color: @mantle;
@ -346,7 +346,7 @@ window#waybar.hidden {
rgba(238, 153, 160, 1) 100% rgba(238, 153, 160, 1) 100%
); );
background-size: 400% 400%; background-size: 400% 400%;
animation: gradient 15s ease infinite; /* animation: gradient 15s ease infinite; */
text-shadow: 0px 0px 5px @border; text-shadow: 0px 0px 5px @border;
font-weight: bold; font-weight: bold;
color: @mantle; color: @mantle;