From 2dd80237addc709fc01f06aa5c903e4d00f21cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 7 May 2025 14:02:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20perf(waybar):=20disable=20animat?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/waybar/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 529431b1..20fd0b4c 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -143,7 +143,7 @@ window#waybar.hidden { rgba(238, 153, 160, 1) 100% ); 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); color: @mauve; border-radius: 12px; @@ -239,7 +239,7 @@ window#waybar.hidden { rgba(238, 153, 160, 1) 100% ); background-size: 400% 400%; - animation: gradient 15s ease infinite; + /* animation: gradient 15s ease infinite; */ text-shadow: 0px 0px 5px @lavender; font-weight: bold; color: @mantle; @@ -263,7 +263,7 @@ window#waybar.hidden { rgba(238, 153, 160, 1) 100% ); background-size: 400% 400%; - animation: gradient 15s ease infinite; + /* animation: gradient 15s ease infinite; */ text-shadow: 0px 0px 5px @border; font-weight: bold; color: @mantle; @@ -346,7 +346,7 @@ window#waybar.hidden { rgba(238, 153, 160, 1) 100% ); background-size: 400% 400%; - animation: gradient 15s ease infinite; + /* animation: gradient 15s ease infinite; */ text-shadow: 0px 0px 5px @border; font-weight: bold; color: @mantle;