From 5579bc48092d6450c755af6dffad9723ec8665e9 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 12 Nov 2023 23:15:40 +0100 Subject: [PATCH] change waybar config --- modules/home/waybar/style.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/waybar/style.nix b/modules/home/waybar/style.nix index 5ab38ea..63992d8 100644 --- a/modules/home/waybar/style.nix +++ b/modules/home/waybar/style.nix @@ -38,12 +38,12 @@ margin: 0px 3px; border-radius: 15px; color: #${custom.background}; - background: #89b4fa; + background: #${custom.secondary_accent}; transition: all 0.2s ease-in-out; } #workspaces button.active { - background-color: #cba6f7; + background-color: #${custom.primary_accent}; color: #${custom.background}; border-radius: 15px; min-width: 35px; @@ -100,7 +100,7 @@ background: #${custom.palette.tertiary_background_hex}; border-radius: 0px 0px 40px 0px; margin: 0px; - padding: 0px 20px 0px 15px; + padding: 0px 25px 0px 10px; font-size: 28px; }