feat(qtile): reduce battery update interval
This commit is contained in:
parent
d4a6b19703
commit
0c738578b6
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ def init_widget_list(main=True, laptop=False):
|
||||||
[
|
[
|
||||||
widget.Battery(
|
widget.Battery(
|
||||||
format="{char} {percent:2.1%} {hour:d}h:{min:02d}m",
|
format="{char} {percent:2.1%} {hour:d}h:{min:02d}m",
|
||||||
update_interval=30,
|
update_interval=10,
|
||||||
padding=5,
|
padding=5,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue