From df9e3d7916e72f927a89165474cfeb0b0c6dc238 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:36:27 +0100 Subject: [PATCH] waybar: fix text size --- hosts/main-laptop/home.nix | 1 + modules/home/niri/waybar.css | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/main-laptop/home.nix b/hosts/main-laptop/home.nix index 15a7869..ff685f5 100644 --- a/hosts/main-laptop/home.nix +++ b/hosts/main-laptop/home.nix @@ -51,6 +51,7 @@ fish.enable = true; wpaperd.enable = true; kitty.enable = false; + waybar.enable = false; }; }; diff --git a/modules/home/niri/waybar.css b/modules/home/niri/waybar.css index c37a4da..e1b5745 100644 --- a/modules/home/niri/waybar.css +++ b/modules/home/niri/waybar.css @@ -2,8 +2,8 @@ window#waybar { background: transparent; color: #fdf6e3; padding: 1px 0; - min-height: 25px; - font-size: 23px; + min-height: 20px; + font-size: 15px; } .modules-right { @@ -49,4 +49,4 @@ window#waybar { #disk { color: #b58900; -} \ No newline at end of file +}