More sane intervals for widgets.

This commit is contained in:
Bartek Stalewski 2022-08-23 00:19:44 +02:00
parent 75517d5ad3
commit b4d17a825e

View file

@ -125,7 +125,7 @@ screens = [
func=lambda: subprocess.check_output("sb-emerge").decode(),
),
widget.GenPollText(
update_interval=0.5,
update_interval=1,
func=lambda: subprocess.check_output("sb-mail").decode(),
),
widget.GenPollText(
@ -133,11 +133,11 @@ screens = [
func=lambda: subprocess.check_output("sb-volume").decode(),
),
widget.GenPollText(
update_interval=0.5,
update_interval=1,
func=lambda: subprocess.check_output("sb-network").decode(),
),
widget.GenPollText(
update_interval=0.5,
update_interval=1,
func=lambda: subprocess.check_output("sb-battery").decode(),
),
widget.Clock(