From b0c93e7e00138e6a4a45d55c1486157ec9f4364a Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 29 Aug 2025 00:13:13 +0200 Subject: [PATCH] change styling & font Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/system/waybar/default.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/home/system/waybar/default.nix b/home/system/waybar/default.nix index 9632bf0..b554f3a 100644 --- a/home/system/waybar/default.nix +++ b/home/system/waybar/default.nix @@ -23,8 +23,8 @@ "group/extras" "pulseaudio" "battery" - "custom/notification" "clock" + "custom/notification" ]; battery = { @@ -156,6 +156,10 @@ }; style = '' + * { + font-family: ${config.stylix.fonts.serif.name}, sans-serif; + } + window#waybar { background-color: transparent; } @@ -239,17 +243,13 @@ border-radius: 15px; } - #clock { + #custom-notification { background: #${config.lib.stylix.colors.base0D}; color: #${config.lib.stylix.colors.base05}; - margin-right: 25px; - background-size: 300% 300%; - text-shadow: 0 0 5px rgba(0, 0, 0, 0.377); - font-size: 15px; - padding-top: 5px; - padding-right: 21px; + font-size: 20px; font-weight: bolder; - padding-left: 20px + padding-left: 20px; + padding-right: 24px; } #battery {