feat(qtile): reduce battery update interval

This commit is contained in:
Infinidoge 2021-10-11 15:20:18 -04:00
parent d4a6b19703
commit 0c738578b6

View file

@ -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,
), ),
], ],