From 8f1df839f7e458381705727e4eb45e995ff52b52 Mon Sep 17 00:00:00 2001 From: Eli Fouts <116454864+elifouts@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:10:06 -0500 Subject: [PATCH] waybar transition update --- .config/waybar/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 963dc1b..631092b 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -59,18 +59,17 @@ tooltip { all:unset; padding: 0px 5px; color: rgba(0,0,0,0); - transition: all .5s ease; - text-shadow: 0px 0px 1px rgba(0, 0, 0, .5); + text-shadow: 0px 0px 1px rgba(0, 0, 0, .4); } #workspaces button:hover { - transition: all .5s ease; color:rgba(0,0,0,0); - text-shadow: 0px 0px 1px rgba(0, 0, 0, .6); + text-shadow: 0px 0px 1px rgba(0, 0, 0, .7); + transition: all 1s ease; } #workspaces button.active { color: @color9; border: none; - transition: all .5s ease; + transition: all 1s ease; } #workspaces button.empty { color: rgba(0,0,0,0); @@ -81,11 +80,12 @@ tooltip { color: rgba(0,0,0,0); border: none; text-shadow: 0px 0px 1.5px rgba(0, 0, 0, .5); + transition: all 1s ease; } #workspaces button.empty.active { color: @color9; border: none; - transition: all .5s ease; + transition: all 1s ease; } #bluetooth{ padding: 0px 5px;