As regards the first message of this thread, I read different values in my defaults.lua file:
Code:
-- configure "mini" progress bar
DMINIBAR_TOC_MARKER_WIDTH = 2 -- Looses usefulness > 3
DMINIBAR_HEIGHT = 7 -- Should be smaller than DMINIBAR_CONTAINER_HEIGHT
DMINIBAR_CONTAINER_HEIGHT = 14 -- Larger means more padding at the bottom, at the risk of eating into the last line
DMINIBAR_FONT_SIZE = 14
Can I add some of the values up there like the following?
DMINIBAR_ALL_AT_ONCE = true
DMINIBAR_PROGRESSBAR = true
DMINIBAR_TIME = false
DMINIBAR_PAGES = true
DMINIBAR_NEXT_CHAPTER = false
DMINIBAR_BATTERY = true
I have a three-weeks old build of Koreader.
Edit: I tried it but it changes nothing. so I erased my changes