Switch to built-in network widget.

This commit is contained in:
Bartek Stalewski 2022-12-17 00:47:11 +01:00
parent 807e2e6d54
commit 96f0e639bc
2 changed files with 4 additions and 21 deletions

View file

@ -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',