Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > KOReader

Notices

Reply
 
Thread Tools Search this Thread
Old 07-01-2018, 09:19 AM   #1
danielr
Enthusiast
danielr began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Jul 2018
Device: Kobo Aura One
status bar

Is it possible to enlarge the size of the font in the status bar? and in the progress bar? If possible, how? I have Koreader in a Kobo Aura One

Last edited by danielr; 07-01-2018 at 09:27 AM.
danielr is offline   Reply With Quote
Old 07-01-2018, 11:34 AM   #2
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
In "defaults.lua":

-- 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

Note the green comments.

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Old 07-01-2018, 12:26 PM   #3
danielr
Enthusiast
danielr began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Jul 2018
Device: Kobo Aura One
Quote:
Originally Posted by Ken Maltby View Post
In "defaults.lua":

-- 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

Note the green comments.

Luck;
Ken
I replaced the two 14 by two 20 and it was perfect. I edited the .lua file with note pad. Thank you very much.
danielr is offline   Reply With Quote
Old 07-02-2018, 08:18 PM   #4
danielr
Enthusiast
danielr began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Jul 2018
Device: Kobo Aura One
It is posible with the upper statusbar? How?
danielr is offline   Reply With Quote
Old 07-03-2018, 01:54 AM   #5
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
You could try fiddling with the likely settings in "koreader/data/cr3.ini" and seeing if that effects the status bar. Be sure to do it one at a time. Maybe add a window.status.font size entry?

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Old 07-03-2018, 10:35 AM   #6
cramoisi
Librarian
cramoisi did not drink the Kool Aid.cramoisi did not drink the Kool Aid.cramoisi did not drink the Kool Aid.cramoisi did not drink the Kool Aid.cramoisi did not drink the Kool Aid.cramoisi did not drink the Kool Aid.cramoisi did not drink the Kool Aid.cramoisi did not drink the Kool Aid.cramoisi did not drink the Kool Aid.cramoisi did not drink the Kool Aid.cramoisi did not drink the Kool Aid.
 
Posts: 346
Karma: 72225
Join Date: Apr 2015
Location: Liège - Belgium
Device: kobo gloHD - KA1
Quote:
It is posible with the upper statusbar? How?
There is only these values, as Ken said, in data/cr3.ini : 1 to display, 0 to hide.

crengine.page.header.chapter.marks=1
crengine.page.header.font.color=0xFF000000
crengine.page.header.font.face=Noto Sans
crengine.page.header.font.size=22 // it won't have any effect, use a reader.settings.lua value instead.

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

This said, the top bar is a legacy of crengine. KOReader is kinda meant to be use with the pretty and customisable bottom bar only

Last edited by cramoisi; 07-03-2018 at 10:39 AM.
cramoisi is offline   Reply With Quote
Old 07-03-2018, 10:58 AM   #7
danielr
Enthusiast
danielr began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Jul 2018
Device: Kobo Aura One
Thanks!
danielr is offline   Reply With Quote
Old 07-19-2018, 03:19 PM   #8
danielr
Enthusiast
danielr began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Jul 2018
Device: Kobo Aura One
can I leave the lower status bar fixed and it does not disappear even if you press it?

Last edited by danielr; 07-20-2018 at 12:34 AM.
danielr is offline   Reply With Quote
Old 07-19-2018, 04:43 PM   #9
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012492
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
A sticky status bar would indeed be a nice thing to have if it's not currently doable .
NiLuJe is offline   Reply With Quote
Old 07-21-2018, 09:33 AM   #10
danielr
Enthusiast
danielr began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Jul 2018
Device: Kobo Aura One
Quote:
Originally Posted by NiLuJe View Post
A sticky status bar would indeed be a nice thing to have if it's not currently doable .
I do not understand
danielr is offline   Reply With Quote
Old 07-21-2018, 11:13 AM   #11
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
If you are toggling thru a number of selected items, it might take quite a few taps, to dismiss the mini-progress bar. If you long-press you will get the "Go to" message box. There is currently no setting to disable dismissing the mini-progress bar.

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Old 07-21-2018, 11:52 AM   #12
danielr
Enthusiast
danielr began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Jul 2018
Device: Kobo Aura One
Quote:
Originally Posted by Ken Maltby View Post
If you are toggling thru a number of selected items, it might take quite a few taps, to dismiss the mini-progress bar. If you long-press you will get the "Go to" message box. There is currently no setting to disable dismissing the mini-progress bar.

Luck;
Ken
Thanks!
danielr is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
status bar cramoisi KOReader 4 07-22-2017 05:10 PM
Hide status bar zmaster Kindle Developer's Corner 2 01-28-2015 01:39 PM
Show the Status bar always tochill Marvin 7 09-16-2013 09:53 PM
status bar size Dodo PocketBook 3 12-08-2009 02:01 PM


All times are GMT -4. The time now is 02:12 AM.


MobileRead.com is a privately owned, operated and funded community.