Skip to content

Instantly share code, notes, and snippets.

@kRHYME7
Last active November 24, 2023 00:49
Show Gist options
  • Save kRHYME7/d7523656976c06a85eaf341396396dc0 to your computer and use it in GitHub Desktop.
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 )
"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