font switch and some more shit
This commit is contained in:
parent
59f582f8fd
commit
dd153d651d
5 changed files with 11 additions and 11 deletions
|
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
|
||||
* {
|
||||
font-family: "Hasklug Nerd Font";
|
||||
font-family: "Caskaydia Nerd Font";
|
||||
}
|
||||
|
||||
.modules-left, .modules-center, .modules-right {
|
||||
|
|
|
|||
|
|
@ -30,8 +30,7 @@ in {
|
|||
};
|
||||
"battery" = {
|
||||
format = "{icon} {capacity}%";
|
||||
format-critical = "{icon} {time}";
|
||||
format-time = "{H}h {M}s";
|
||||
format-charging = " {capacity}%";
|
||||
};
|
||||
"cpu" = {
|
||||
format = " {usage}%";
|
||||
|
|
@ -58,9 +57,8 @@ in {
|
|||
format-alt = "{:%d\n%m\n%y}";
|
||||
};
|
||||
"battery" = {
|
||||
format = "{icon} {capacity}";
|
||||
format-critical = "{icon} {time}";
|
||||
format-time = "{m}m";
|
||||
format = "{icon}{capacity}";
|
||||
format-charging = "{capacity}";
|
||||
};
|
||||
"cpu" = {
|
||||
format = " {usage}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue