Back to custom sb-battery script.

This commit is contained in:
Bartek Stalewski 2023-04-13 23:52:59 +02:00
parent dfa6ab2633
commit 3529e172bf
2 changed files with 19 additions and 10 deletions

View file

@ -166,17 +166,9 @@ screens = [
update_interval=1,
cmd="sb-network",
),
widget.Battery(
format='{char} {percent:2.0%}',
charge_char='\uf077',
discharge_char='\uf078',
unknown_char='\uf444',
full_char='\uf102',
widget.GenPollCommand(
update_interval=1,
hide_threshold=0.8,
low_background='#770000',
low_foreground='#feffff',
low_percentage=0.2,
cmd="sb-battery",
),
widget.Clock(
format='[%d] %H:%M:%S',