waybar: Added battery wattage and time display
This commit is contained in:
parent
55f71d7483
commit
b9b469b3a4
1 changed files with 3 additions and 2 deletions
|
@ -89,11 +89,12 @@
|
||||||
"warning": 30,
|
"warning": 30,
|
||||||
"critical": 20
|
"critical": 20
|
||||||
},
|
},
|
||||||
"format": "{icon} {capacity}%",
|
"format": "{icon} {capacity}% ({time} at {power}W)",
|
||||||
"format-charging": " {capacity}%",
|
"format-charging": " {capacity}%",
|
||||||
"format-plugged": " {capacity}%",
|
"format-plugged": " {capacity}%",
|
||||||
"format-alt": "{time} {icon}",
|
"format-alt": "{time} {icon}",
|
||||||
"format-icons": ["", "", "", "", ""]
|
"format-icons": ["", "", "", "", ""],
|
||||||
|
"interval": 3
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/gpu_status": {
|
"custom/gpu_status": {
|
||||||
|
|
Loading…
Reference in a new issue