Create addtional battery indicator on waybar

This commit is contained in:
coolneng 2020-06-06 15:52:24 +02:00
parent d0d4c80fda
commit 37a6767e50
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

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