| Member 
				 
				Posts: 23 Karma: 10 Join Date: Oct 2018 Device: Kobo Glo Clara HD      | 
			
			I didn't enable the 'status bar lock' option; I didn't know it was there
 
 settings.reader.lua:
 
 -- we can read Lua syntax here!
 return {
 ["start_with"] = "last",
 ["frontlight_intensity"] = 45,
 ["is_frontlight_on"] = false,
 ["lastdir"] = "/mnt/onboard/.books",
 ["multiswipes_enabled"] = false,
 ["quickstart_shown_version"] = 202007010000,
 ["home_dir"] = "/mnt/onboard/.books",
 ["show_hidden"] = true,
 ["statistics"] = {
 ["calendar_start_day_of_week"] = 2,
 ["convert_to_db"] = true,
 ["is_enabled"] = true,
 ["max_sec"] = 120,
 ["min_sec"] = 5,
 ["calendar_browse_future_months"] = false,
 ["calendar_nb_book_spans"] = 3,
 ["calendar_show_histogram"] = true
 },
 ["auto_restore_wifi"] = true,
 ["auto_save_settings_interval_minutes"] = 15,
 ["collate"] = "strcoll",
 ["copt_b_page_margin"] = 30,
 ["copt_css"] = "./data/tfl.css",
 ["style_tweaks"] = {
 ["text_align_most_left"] = true,
 ["footnote-inpage_epub_smaller"] = true,
 ["footnote-inpage_fb2"] = true
 },
 ["copt_font_gamma"] = 43,
 ["copt_font_size"] = 24,
 ["copt_h_page_margins"] = {
 [2] = 30,
 [1] = 30
 },
 ["copt_line_spacing"] = 90,
 ["copt_status_line"] = 1,
 ["copt_sync_t_b_page_margins"] = 1,
 mini-2:koreader cynthial$ cat settings.reader.lua
 -- we can read Lua syntax here!
 return {
 ["start_with"] = "last",
 ["frontlight_intensity"] = 45,
 ["is_frontlight_on"] = false,
 ["lastdir"] = "/mnt/onboard/.books",
 ["multiswipes_enabled"] = false,
 ["quickstart_shown_version"] = 202007010000,
 ["home_dir"] = "/mnt/onboard/.books",
 ["show_hidden"] = true,
 ["statistics"] = {
 ["calendar_start_day_of_week"] = 2,
 ["convert_to_db"] = true,
 ["is_enabled"] = true,
 ["max_sec"] = 120,
 ["min_sec"] = 5,
 ["calendar_browse_future_months"] = false,
 ["calendar_nb_book_spans"] = 3,
 ["calendar_show_histogram"] = true
 },
 ["auto_restore_wifi"] = true,
 ["auto_save_settings_interval_minutes"] = 15,
 ["collate"] = "strcoll",
 ["copt_b_page_margin"] = 30,
 ["copt_css"] = "./data/tfl.css",
 ["style_tweaks"] = {
 ["text_align_most_left"] = true,
 ["footnote-inpage_epub_smaller"] = true,
 ["footnote-inpage_fb2"] = true
 },
 ["copt_font_gamma"] = 43,
 ["copt_font_size"] = 24,
 ["copt_h_page_margins"] = {
 [2] = 30,
 [1] = 30
 },
 ["copt_line_spacing"] = 90,
 ["copt_status_line"] = 1,
 ["copt_sync_t_b_page_margins"] = 1,
 ["copt_t_page_margin"] = 30,
 ["coverbrowser_initial_default_setup_done"] = true,
 ["cre_font"] = "Libertinus Serif",
 ["device_id"] = "C6984DFC4B2049FB9EEB317058C03B93",
 ["dicts_disabled"] = {
 ["data/dict/OxfordDictionaryEnEn.ifo"] = true
 },
 ["dicts_order"] = {},
 ["filemanagermenu_tab_index"] = 5,
 ["footer"] = {
 ["pages_left"] = false,
 ["percentage"] = false,
 ["progress_bar_min_width_pct"] = 20,
 ["progress_margin_width"] = 13,
 ["reclaim_height"] = false,
 ["skim_widget_on_hold"] = true,
 ["text_font_bold"] = false,
 ["text_font_size"] = 22,
 ["toc_markers"] = true,
 ["toc_markers_width"] = 2,
 ["wifi_status"] = false,
 ["all_at_once"] = true,
 ["battery"] = true,
 ["book_chapter"] = false,
 ["book_chapter_max_width_pct"] = 30,
 ["book_time_to_read"] = false,
 ["book_title"] = false,
 ["book_title_max_width_pct"] = 30,
 ["chapter_time_to_read"] = false,
 ["container_bottom_padding"] = 1,
 ["container_height"] = 14,
 ["disable_progress_bar"] = true,
 ["disabled"] = false,
 ["frontlight"] = true,
 ["item_prefix"] = "icons",
 ["time"] = true,
 ["mem_usage"] = false,
 ["page_progress"] = true
 },
 ["lastfile"] = "/mnt/onboard/.books/Forester Hornblower and the Hotspur.epub",
 ["wifi_was_on"] = false,
 ["wifi_enable_action"] = "turn_on",
 ["text_lang_fallback"] = "en-US",
 ["dev_no_c_blitter"] = false,
 ["reader_footer_mode"] = 0
 }
 |