-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Ability to set custom icons for apps #86
Labels
Comments
I plan to implement this feature in a future release, perhaps alongside the reworked Shorthand & app relabelling/renaming functionality. Thank you for the suggestion! |
F4uzan
added a commit
that referenced
this issue
Dec 16, 2020
As requested by #86, this feature allows the user to be able to select an icon from icon packs, replacing the default and/or existing icons provided by the current icon pack. This implementation caches the icon into a PNG, saving it to the launcher's files directory. This means that it is not saved to a backup, but it will persist even if the source of this icon (the icon pack where icon came from) is removed. At the moment, there should be a consideration on the use of simple index instead of having to cache an entire file to save on space, but this works for now.
F4uzan
added a commit
that referenced
this issue
Dec 16, 2020
As requested by #86, this feature allows the user to be able to select an icon from icon packs, replacing the default and/or existing icons provided by the current icon pack. This implementation caches the icon into a PNG, saving it to the launcher's files directory. This means that it is not saved to a backup, but it will persist even if the source of this icon (the icon pack where icon came from) is removed. At the moment, there should be a consideration on the use of simple index instead of having to cache an entire file to save on space, but this works for now.
F4uzan
added a commit
that referenced
this issue
Dec 16, 2020
As requested by #86, this feature allows the user to be able to select an icon from icon packs, replacing the default and/or existing icons provided by the current icon pack. This implementation caches the icon into a PNG, saving it to the launcher's files directory. This means that it can't be saved to when backing up the launcher configuration, but it will persist even if the source of this icon (the icon pack where icon came from) is removed. At the moment, there should be a consideration on the use of simple index instead of having to cache an entire file to save on space, but this works for now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have the ability to set custom icons for apps not supported by the current icon pack.
The text was updated successfully, but these errors were encountered: