Switch to built-in network widget.
This commit is contained in:
parent
807e2e6d54
commit
96f0e639bc
2 changed files with 4 additions and 21 deletions
|
@ -148,18 +148,16 @@ screens = [
|
|||
update_interval=1,
|
||||
cmd="sb-mail",
|
||||
),
|
||||
widget.GenPollCommand(
|
||||
background='#770000',
|
||||
foreground='#ffffff',
|
||||
update_interval=1,
|
||||
cmd="sb-network",
|
||||
),
|
||||
widget.GenPollCommand(
|
||||
background='#770000',
|
||||
foreground='#ffffff',
|
||||
update_interval=1,
|
||||
cmd="sb-volume",
|
||||
),
|
||||
widget.Wlan(
|
||||
format='',
|
||||
disconnected_message="<span background='#770000' foreground='#ffffff' line_height='512'>no wifi</span>",
|
||||
),
|
||||
widget.Battery(
|
||||
format='{char} {percent:2.0%}',
|
||||
charge_char='\uf077',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue