Quantcast
Channel: MobileRead Forums - KOReader
Viewing all articles
Browse latest Browse all 1608

How to configure full mini bar to show only graphic progres (how to instructions)

$
0
0
I asked this feature request in github: https://github.com/koreader/koreader/issues/1724

Basically I wanted to have graphic progress bar in separate line, leaving space for textual information. At the moment, it's not possible to achieve it just in one place, we need to use full (upper) status bar for graphic progress bar and lower one we can control from koreader's menu.

So, we need to edit first defaults.lua (I suggest you make this into defaults.persistent.lua, so it survives updates):

Quote:

-- crereader progress bar
-- 0 for top "full" progress bar
-- 1 for bottom "mini" progress bar
DCREREADER_PROGRESS_BAR = 1
We should use here 0 as value to have full (upper) progress bar visible.

Important notice - When we change this, currently active book(s) already used information and saved it, so we need to start a new book, or delete information. Deleting information also looses information about progress, so be aware of that.

After that, we can configure full (upper) progress bar in koreader/data/cr3.ini changing this lines:

Quote:

window.status.battery=1
window.status.battery.percent=0
window.status.clock=0
window.status.line=0
window.status.pos.page.count=1
window.status.pos.page.number=1
window.status.pos.percent=0
window.status.title=1
I put everything here to 0, so there's only graphical line.

Only problem at the moment is spacing from top, line could be a bit higher.

In case you use many information in lower status bar, you'll maybe like to move graphic progress bar from there to upper part of screen.

Viewing all articles
Browse latest Browse all 1608

Trending Articles