File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,23 +48,28 @@ low_level = 20
4848full_design = true
4949
5050[charging ]
51- summary = " Battery charging"
51+ summary = " Battery"
52+ body = " Charging"
5253icon = " battery-good-charging"
5354
5455[discharging ]
55- summary = " Battery discharging"
56+ summary = " Battery"
57+ body = " Discharging"
5658icon = " battery-good"
5759
5860[full ]
59- summary = " Battery full"
61+ summary = " Battery"
62+ body = " Full"
6063icon = " battery-full"
6164
6265[low ]
63- summary = " Battery low"
66+ summary = " Battery"
67+ body = " Low"
6468icon = " battery-low"
6569
6670[critical ]
67- summary = " Battery critical"
71+ summary = " Battery"
72+ body = " Critical!"
6873icon = " battery-caution"
6974urgency = " critical"
7075```
Original file line number Diff line number Diff line change @@ -28,22 +28,27 @@ full_design = true
2828# `urgencey` optional urgency level, low | normal | critical
2929
3030[charging ]
31- summary = " Battery charging"
31+ summary = " Battery"
32+ body = " Charging"
3233icon = " battery-good-charging"
3334
3435[discharging ]
35- summary = " Battery discharging"
36+ summary = " Battery"
37+ body = " Discharging"
3638icon = " battery-good"
3739
3840[full ]
39- summary = " Battery full"
41+ summary = " Battery"
42+ body = " Full"
4043icon = " battery-full"
4144
4245[low ]
43- summary = " Battery low"
46+ summary = " Battery"
47+ body = " Low"
4448icon = " battery-low"
4549
4650[critical ]
47- summary = " Battery critical"
51+ summary = " Battery"
52+ body = " Critical!"
4853icon = " battery-caution"
4954urgency = " critical"
You can’t perform that action at this time.
0 commit comments