feat: make waybar a little smaller

This commit is contained in:
Ahwx 2024-06-21 09:51:38 +02:00
parent d439e22d56
commit b8ccc8da0b

View file

@ -1,7 +1,7 @@
{ ... }: { ... }:
let custom = { let custom = {
font = "JetBrainsMono Nerd Font"; font = "JetBrainsMono Nerd Font";
font_size = "15px"; font_size = "10px";
font_weight = "bold"; font_weight = "bold";
text_color = "#cdd6f4"; text_color = "#cdd6f4";
secondary_accent= "89b4fa"; secondary_accent= "89b4fa";
@ -29,7 +29,7 @@ in
} }
#workspaces { #workspaces {
font-size: 18px; font-size: 10px;
padding-left: 15px; padding-left: 15px;
} }