Muchkin icons it's an app to unify the icon of the webapps in SailfishOS. https://openrepos.net/content/kirbylife/muchkin
 
 
 
 
Go to file
kirbylife 7d3ea8ea53 Release 0.5.0 2024-04-09 00:41:14 -06:00
dat Remove unnecesary lines 2024-04-02 01:16:25 -06:00
qml Add option to restore the old icon 2024-04-04 01:41:15 -06:00
screenshots Release 0.5.0 2024-04-09 00:41:14 -06:00
src Add option to restore the old icon 2024-04-04 01:41:15 -06:00
.gitignore Add option to restore the old icon 2024-04-04 01:41:15 -06:00
Makefile Release 0.5.0 2024-04-09 00:41:14 -06:00
README.md Add option to restore the old icon 2024-04-04 01:41:15 -06:00
appname.txt Initial commit 2021-05-10 13:59:52 -05:00
changelog.txt Add option to restore the old icon 2024-04-04 01:41:15 -06:00
dependencies.txt Add SVG support 2024-04-02 01:15:59 -06:00

README.md

Muchkin icons

==============

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

Build dependencies

Build your own RPM package

  1. Clone the repository: git clone https://git.kirbylife.dev/kirbylife/harbour-muchkin
  2. Go to the directory: cd harbour-muchkin
  3. Build the package:
    1. armv7hl: make rpm-jolla
    2. i686: make rpm-i686
    3. aarch64: make rpm-aarch64
  4. (if fpm is not in PATH or has a different name you can set the env var "FPM_BIN" with the path to the binary).
  5. the .rpm file will be on output/.

TO-DO

  • Support to aarch64 arquitecture
  • Choice non-transparent color to fill the empty spaces
  • Fix the issue with sailjail
  • Make betters Make commands
  • Add SVG support
  • Add option to modify the size of the original icon to fit better
  • Make all icons in the main grid the same size
  • Add option to request favicon
  • Add option to restore the original icon
  • Add option to modify name and link
  • Improve the shitty icon (maybe)
  • Add translations
  • ...

Contributors are welcome :).