fixed waybar

This commit is contained in:
Bryan Ramos 2025-07-06 10:08:58 -04:00
parent 5bc920d232
commit a20993403f
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 7 additions and 7 deletions

View file

@ -52,24 +52,24 @@ in
}; };
font = { font = {
size = 14; size = 12;
normal = { normal = {
family = "Terminess Nerd Font Mono"; family = "Terminess Nerd Font Propo";
style = "Regular"; style = "Regular";
}; };
bold = { bold = {
family = "Terminess Nerd Font Mono"; family = "Terminess Nerd Font Propo";
style = "Bold"; style = "Bold";
}; };
italic = { italic = {
family = "Terminess Nerd Font Mono"; family = "Terminess Nerd Font Propo";
style = "Italic"; style = "Italic";
}; };
bold_italic = { bold_italic = {
family = "Terminess Nerd Font Mono"; family = "Terminess Nerd Font Propo";
style = "Bold Italic"; style = "Bold Italic";
}; };
}; };

View file

@ -1,7 +1,7 @@
* { * {
border: none; border: none;
font-size: 14px; font-size: 14px;
font-family: "Terminus Nerd Font Mono" ; font-family: "Terminus Nerd Font Propo" ;
min-height: 25px; min-height: 25px;
} }