falzonv / discreet-launcher

Enjoy a clean home screen while accessing everything in an instant! (Profitez d'un écran d'accueil épuré tout en accédant à tout en un instant !)
https://vincent-falzon.com
GNU General Public License v3.0
224 stars 42 forks source link

Search in icon packs for folder icon #322

Closed kaanelloed closed 7 months ago

kaanelloed commented 10 months ago

Description

Let icon packs create icon for folder by searching for discreetlauncher.folder/discreetlauncher.folder[# of apps inside].

I understand that you don't really want to review code, but this is just 8 new lines of code using your own code. So I hope you still accept to merge it.

falzonv commented 7 months ago

Hello @kaanelloed, @Donnnno,

I made the adaptations described in https://github.com/Arcticons-Team/Arcticons/issues/1859#issuecomment-1937009427 so that the FolderIcon constructor can now take a different base icon (see commit https://github.com/falzonv/discreet-launcher/commit/e6dd92cf86d19472e7b32b7e41cd7c5e7b3f4928), which is now searched in icon packs (intent "discreetlauncher.folder/discreetlauncher.folder") with the current base icon as fallback (see this PR).

Unfortunately I don't have the time to finalize and publish the new release right now, hopefully soon, but at least this change is now in the code base :-)

Best regards