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,
|
||||
"critical": 20
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format": "{icon} {capacity}% ({time} at {power}W)",
|
||||
"format-charging": " {capacity}%",
|
||||
"format-plugged": " {capacity}%",
|
||||
"format-alt": "{time} {icon}",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
"format-icons": ["", "", "", "", ""],
|
||||
"interval": 3
|
||||
},
|
||||
|
||||
"custom/gpu_status": {
|
||||
|
|
Loading…
Reference in a new issue