From d74e26770ce78b217392ee06c0f57a190cd78440 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 12 Nov 2023 23:04:40 +0100 Subject: [PATCH] change waybar config --- modules/home/waybar/style.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/home/waybar/style.nix b/modules/home/waybar/style.nix index 3759c9f..13c396e 100644 --- a/modules/home/waybar/style.nix +++ b/modules/home/waybar/style.nix @@ -30,33 +30,33 @@ background: #${custom.palette.tertiary_background_hex}; margin: 5px 5px; padding: 8px 5px; - border-radius: 16px; + border-radius: 15px; color: #${custom.primary_accent} } #workspaces button { padding: 0px 5px; margin: 0px 3px; - border-radius: 16px; - color: transparent; - background: ${custom.palette.primary_background_rgba}; + border-radius: 15px; + color: #${custom.background}; + background: #89b4fa; transition: all 0.3s ease-in-out; } #workspaces button.active { - background-color: #${custom.secondary_accent}; + background-color: #89dceb; color: #${custom.background}; - border-radius: 16px; + border-radius: 15px; min-width: 50px; - background-size: 400% 400%; + background-size: 250% 250%; transition: all 0.3s ease-in-out; } #workspaces button:hover { background-color: #${custom.tertiary_accent}; color: #${custom.background}; - border-radius: 16px; + border-radius: 15px; min-width: 50px; - background-size: 400% 400%; + background-size: 250% 250%; } #tray, #pulseaudio, #network, @@ -100,7 +100,7 @@ background: #${custom.palette.tertiary_background_hex}; border-radius: 0px 0px 40px 0px; margin: 0px; - padding: 0px 35px 0px 15px; + padding: 0px 25px 0px 15px; font-size: 28px; }