Make the icons of your sailfishOS webapps in the app box look better with the rest of the native apps. New repository: harbour-muchkin
 
Go to file
kirbylife b55c431504 Add link to the new repository 2021-05-19 14:33:46 -05:00
git_images add README 2021-05-04 00:37:32 -05:00
README.md Add link to the new repository 2021-05-19 14:33:46 -05:00
sailify_webapps.py add exception so that webapps with generic icon do not give errors 2021-05-04 00:58:33 -05:00

README.md

Sailify webapps (cli)

Make your webapps icons in the app box look better with the rest of your native apps by choosing whether the corners are rounded or pointed

Dependencies

Usage

  • Clone the repository or download the sailify_webapps.py on your phone
  • On a terminal (or under SSH) type "python3 sailify_webapps.py"
  • The program will show you the webapps you currently have on your device, select the one you want to change the icon for
  • 4 numbers (0 or 1) depending on whether you want the corner rounded or pointed
    • if you write 1001 the upper left corner and the lower right corner will be pointed and the rest will be rounded
    • if you write 1111 all the corners will end in a point (they will make a perfect square)
    • if you type 0100 the upper right corner will end in a point and the rest will be rounded

Images

Amazon example

Amazon instructions Amazon result

Uber example

Uber instructions Uber result

TO-DO

  • fault tolerant
  • create a GUI
  • option to restore the original icon

Disclaimer

This is a very earlier version of this software and the results are not waranted, use it under your own responsability This program create an .desktop_backup inside of ~/.local/share/applications/ that containing an intact version of the original icon

Contributors are welcome :)