More sane intervals for widgets.
This commit is contained in:
parent
75517d5ad3
commit
b4d17a825e
1 changed files with 3 additions and 3 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue