From 2e8b606bda8477c9cb108793cf2d8683d93edf5f Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 13 Nov 2023 00:03:37 +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 5c213e3..53d3e71 100644 --- a/modules/home/waybar/style.nix +++ b/modules/home/waybar/style.nix @@ -18,7 +18,7 @@ border-radius: 0px; font-family: ${custom.font}; font-weight: bold; - font-size: 14px; + font-size: 15px; min-height: 0; opacity: ${custom.opacity}; } @@ -31,13 +31,13 @@ background: #${custom.palette.tertiary_background_hex}; margin: 5px 5px; padding: 8px 5px; - border-radius: 15px; + border-radius: 10px 10px 24px 24px; color: #${custom.primary_accent} } #workspaces button { padding: 0px 5px; margin: 0px 3px; - border-radius: 10px 24px 10px 24px; + border-radius: 15px; color: #${custom.background}; background: #${custom.secondary_accent}; transition: all 0.2s ease-in-out;