tweak(qtile): improve battery symbols
This commit is contained in:
parent
1d6ed89d87
commit
25d246b394
1 changed files with 2 additions and 0 deletions
|
@ -628,6 +628,8 @@ def init_widget_list(main=True, laptop=False):
|
||||||
format="{char} {percent:2.1%} {hour:d}h:{min:02d}m",
|
format="{char} {percent:2.1%} {hour:d}h:{min:02d}m",
|
||||||
update_interval=10,
|
update_interval=10,
|
||||||
padding=5,
|
padding=5,
|
||||||
|
charge_char="",
|
||||||
|
discharge_char="",
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue