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

@ -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;
}