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 = {
size = 14;
size = 12;
normal = {
family = "Terminess Nerd Font Mono";
family = "Terminess Nerd Font Propo";
style = "Regular";
};
bold = {
family = "Terminess Nerd Font Mono";
family = "Terminess Nerd Font Propo";
style = "Bold";
};
italic = {
family = "Terminess Nerd Font Mono";
family = "Terminess Nerd Font Propo";
style = "Italic";
};
bold_italic = {
family = "Terminess Nerd Font Mono";
family = "Terminess Nerd Font Propo";
style = "Bold Italic";
};
};

View file

@ -75,7 +75,7 @@
"cpu": {
"interval": 1,
"format": "<span color='#ffd808'> </span><span color='#ffffff'>{usage}%</span>",
"format": "<span color='#ffd808'> </span><span color='#ffffff'> {usage}%</span>",
"min-length": 6,
"max-length": 6,
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],

View file

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