From 3a2b6f3dd6b246d649ecde90d42a7db5c09d2765 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 12 Nov 2023 23:09:16 +0100 Subject: [PATCH] change waybar config --- modules/home/waybar/style.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/home/waybar/style.nix b/modules/home/waybar/style.nix index 1c42d2d..5ab38ea 100644 --- a/modules/home/waybar/style.nix +++ b/modules/home/waybar/style.nix @@ -39,23 +39,23 @@ border-radius: 15px; color: #${custom.background}; background: #89b4fa; - transition: all 0.3s ease-in-out; + transition: all 0.2s ease-in-out; } #workspaces button.active { - background-color: #b4befe; + background-color: #cba6f7; color: #${custom.background}; border-radius: 15px; - min-width: 20px; + min-width: 35px; background-size: 200% 200%; - transition: all 0.3s ease-in-out; + transition: all 0.2s ease-in-out; } #workspaces button:hover { background-color: #${custom.tertiary_accent}; color: #${custom.background}; border-radius: 15px; - min-width: 20px; + min-width: 35px; background-size: 200% 200%; }