This is a Collection of patches I use and have catified. Author credit goes to the respective users.
The base patches are from SeriousHornet. These customizations are an addition to those patches. Please follow the instructions in that repo, to install PT patches.
In addition you may also enjoy the new black cat supremacy iconspack from AggravatingDebt4621 and Additional-Scar-6262 on Reddit. Important. Do not replace icons in koreader/resources/icons/mdlight. Those are the system icons, which you need as base. Add them in your koreader/icons folder to overwrite them.
Please check the guide here.
This includes the black cat supremacy pack for the menu icons
- Download 2-new-status-icons.lua into
koreader/patches - replace the
dogearsvgs with the cat version in catIcons intokoreader/icons - For bigger Icon size, adjust in
2-new-status-icons.luathe linelocal corner_mark_size = math.floor(math.min(self.width, self.height) / 8)to any smaller divider. I am using 7.local corner_mark_size = math.floor(math.min(self.width, self.height) / 7)
- Download 2-pages-badge.lua into
koreader/patches - replace the
percent.badge.svgwith the cat version in catIcons intokoreader/icons - For better placement and size, adjust in
2-percent-badge.luatext_size= 0.26move_on_x= -5move_on_y= -13badge_w= 75badge_h= 42
You may need to tweak this based on the screensize you are using.
These are transparent PNGs which show up like a bookmark in your book. Just add any of Bookmark_Screensaver to your dedicated screensaver folder and select them in KOReader.
You have permission to change the mark color of the grey ribbon bookmarks, but you cannot redistribute these. Personal use only!!
I did not write any of those patches, I only customized them visually mainly. Any feature improvement is done by the original authors