Create addtional battery indicator on waybar
This commit is contained in:
parent
d0d4c80fda
commit
37a6767e50
|
@ -55,7 +55,7 @@
|
|||
"format-alt": "{:%Y-%m-%d}"
|
||||
},
|
||||
"battery": {
|
||||
"bat": "BAT1",
|
||||
"bat": "BAT0",
|
||||
"states": {
|
||||
"good": 95,
|
||||
"warning": 60,
|
||||
|
@ -70,7 +70,7 @@
|
|||
"format-icons": ["", "", ""]
|
||||
},
|
||||
"battery#bat2": {
|
||||
"bat": "BAT0",
|
||||
"bat": "BAT1",
|
||||
"states": {
|
||||
"good": 95,
|
||||
"warning": 60,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
border-radius: 0;
|
||||
/* `otf-font-awesome` is required to be installed for icons */
|
||||
font-family: TerminessTTF Nerd Font;
|
||||
font-size: 16px;
|
||||
font-size: 17px;
|
||||
min-height: 0px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue