forked from external/yambar
parent
66ec7a85a1
commit
8324112504
1 changed files with 12 additions and 5 deletions
|
@ -248,11 +248,10 @@ bar:
|
||||||
- battery:
|
- battery:
|
||||||
name: BAT0
|
name: BAT0
|
||||||
poll-interval: 30
|
poll-interval: 30
|
||||||
content:
|
anchors:
|
||||||
map:
|
discharging: &discharging
|
||||||
tag: state
|
list:
|
||||||
values:
|
items:
|
||||||
discharging:
|
|
||||||
- ramp:
|
- ramp:
|
||||||
tag: capacity
|
tag: capacity
|
||||||
items:
|
items:
|
||||||
|
@ -267,6 +266,14 @@ bar:
|
||||||
- string: {text: , font: *awesome}
|
- string: {text: , font: *awesome}
|
||||||
- string: {text: , foreground: 00ff00ff, font: *awesome}
|
- string: {text: , foreground: 00ff00ff, font: *awesome}
|
||||||
- string: {text: "{capacity}% {estimate}"}
|
- string: {text: "{capacity}% {estimate}"}
|
||||||
|
content:
|
||||||
|
map:
|
||||||
|
tag: state
|
||||||
|
values:
|
||||||
|
unknown:
|
||||||
|
<<: *discharging
|
||||||
|
discharging:
|
||||||
|
<<: *discharging
|
||||||
charging:
|
charging:
|
||||||
- string: {text: , foreground: 00ff00ff, font: *awesome}
|
- string: {text: , foreground: 00ff00ff, font: *awesome}
|
||||||
- string: {text: "{capacity}% {estimate}"}
|
- string: {text: "{capacity}% {estimate}"}
|
||||||
|
|
Loading…
Add table
Reference in a new issue