Switch to built-in wifi widget.
This commit is contained in:
parent
70de3ccd42
commit
17eebf0e42
2 changed files with 3 additions and 20 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue