From b8ccc8da0b3ec5d7a03b887874063f2b952b4bc8 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 09:51:38 +0200 Subject: [PATCH] feat: make waybar a little smaller --- modules/home/waybar/style.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/waybar/style.nix b/modules/home/waybar/style.nix index f34fd6b..9e36dea 100644 --- a/modules/home/waybar/style.nix +++ b/modules/home/waybar/style.nix @@ -1,7 +1,7 @@ { ... }: let custom = { font = "JetBrainsMono Nerd Font"; - font_size = "15px"; + font_size = "10px"; font_weight = "bold"; text_color = "#cdd6f4"; secondary_accent= "89b4fa"; @@ -29,7 +29,7 @@ in } #workspaces { - font-size: 18px; + font-size: 10px; padding-left: 15px; }