Switch to built-in wifi widget.

This commit is contained in:
Bartek Stalewski 2023-10-23 18:36:25 +02:00
parent 70de3ccd42
commit 17eebf0e42
2 changed files with 3 additions and 20 deletions

View file

@ -178,11 +178,11 @@ screens = [
update_interval=1,
cmd="sb-volume",
),
widget.GenPollCommand(
widget.Wlan(
background='#770000',
foreground='#feffff',
update_interval=1,
cmd="sb-network",
format='',
disconnected_message="no wifi",
),
widget.GenPollCommand(
update_interval=1,