Back to custom sb-battery script.

This commit is contained in:
Bartek Stalewski 2023-02-09 01:23:49 +01:00
parent d7f736b07c
commit 417c39af19
2 changed files with 13 additions and 3 deletions

View file

@ -154,9 +154,11 @@ screens = [
update_interval=1,
cmd="sb-volume",
),
widget.Wlan(
format='',
disconnected_message="<span background='#770000' foreground='#ffffff' line_height='512'>no wifi</span>",
widget.GenPollCommand(
background='#770000',
foreground='#ffffff',
update_interval=1,
cmd="sb-network",
),
widget.Battery(
format='{char} {percent:2.0%}',