mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
fixed waybar
This commit is contained in:
parent
5bc920d232
commit
a20993403f
3 changed files with 7 additions and 7 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"interval": 1,
|
"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,
|
"min-length": 6,
|
||||||
"max-length": 6,
|
"max-length": 6,
|
||||||
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
|
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue