Last active
November 24, 2023 00:49
-
-
Save kRHYME7/d7523656976c06a85eaf341396396dc0 to your computer and use it in GitHub Desktop.
Hypdots double battery configuration , Change the bat : (into what the system tells you )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
"battery": { | |
"bat": "BAT0", | |
"states": { | |
"good": 95, | |
"warning": 30, | |
"critical": 20 | |
}, | |
"format": "{icon} {capacity}%", | |
"format-charging": " {capacity}%", | |
"format-plugged": " {capacity}%", | |
"format-alt": "{time} {icon}", | |
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""] | |
}, | |
"battery#bat2": { | |
"bat": "BAT1", | |
"states": { | |
"good": 95, | |
"warning": 30, | |
"critical": 20 | |
}, | |
"format": "{icon} {capacity}%", | |
"format-charging": " {capacity}%", | |
"format-plugged": " {capacity}%", | |
"format-alt": "{time} {icon}", | |
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""] | |
}, | |
"battery#bat3": { | |
"bat": "BAT2", | |
"states": { | |
"good": 95, | |
"warning": 30, | |
"critical": 20 | |
}, | |
"format": "{icon} {capacity}%", | |
"format-charging": " {capacity}%", | |
"format-plugged": " {capacity}%", | |
"format-alt": "{time} {icon}", | |
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""] | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment