View Single Post
Old 06-29-2024, 07:43 PM   #81
certciv
Member
certciv actually enjoys Vogon poetry.certciv actually enjoys Vogon poetry.certciv actually enjoys Vogon poetry.certciv actually enjoys Vogon poetry.certciv actually enjoys Vogon poetry.certciv actually enjoys Vogon poetry.certciv actually enjoys Vogon poetry.certciv actually enjoys Vogon poetry.certciv actually enjoys Vogon poetry.certciv actually enjoys Vogon poetry.certciv actually enjoys Vogon poetry.
 
Posts: 11
Karma: 56298
Join Date: Jun 2024
Location: Los Angeles, CA United States
Device: PocketBook Era Color
On the Era I discovered that any app icon can be changed in "/mnt/ext1/system/config/desktop/view.json". That includes built in applications. The replaced icons also work on the home page. To change the dictionary icon for example:


Code:
        "PB_Dictionary": {
			"icon": "[path to .bmp]",
			"focused_icon": "[path to .bmp]"

	}
The only bug is that these custom icons don't work in the home page's "Replace application" context menu. That's a minor issue though, since accessing the context menu to change home page applications is rarely done.
certciv is offline   Reply With Quote