Thread: Clara HD Display time when reading
View Single Post
Old 01-05-2019, 06:17 PM   #170
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
it's just "{battery}", if you use "[{battery}]" it should literally show as "[42%]" on screen. (without the quotes)

the % char could be problematic, since that is also format string for date so... "{battery}d" could come out as 42%d -> 4206 instead of 42% so - yeah

I'll be fixing that... until then add a space or comma or harmless after {battery}

Last edited by frostschutz; 01-05-2019 at 06:19 PM.
frostschutz is offline   Reply With Quote