Skip to content

Instantly share code, notes, and snippets.

@IntrovertedMage
Last active November 26, 2025 00:44
Show Gist options
  • Select an option

  • Save IntrovertedMage/ee3d0b7231e6bff98f7a815444ba4bcc to your computer and use it in GitHub Desktop.

Select an option

Save IntrovertedMage/ee3d0b7231e6bff98f7a815444ba4bcc to your computer and use it in GitHub Desktop.
A KOReader user patch to change the text in the title above the filemanager page
local FileManager = require("apps/filemanager/filemanager")
-- Type what you want to replace the 'KOReader' title above your filemanger in the quotes on the next line
local title = "ENTER CUSTOM TITLE HERE (ORIGINALLY 'KOReader')"
-- Example: local title = "Library"
FileManager.title = title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment