Back to custom sb-battery script.
This commit is contained in:
parent
dfa6ab2633
commit
3529e172bf
2 changed files with 19 additions and 10 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue