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 +}