David

Results 11 comments of David

So far, I've only looked at Neo Launcher, and they simply add their own drawable as a badge. https://github.com/NeoApplications/Neo-Launcher/blob/a57fad5eb108b33d3e3fa356867fe169201f9d05/libs_systemui/iconloaderlib/src/com/android/launcher3/icons/BitmapInfo.java#L159 https://github.com/NeoApplications/Neo-Launcher/blob/a57fad5eb108b33d3e3fa356867fe169201f9d05/libs_systemui/iconloaderlib/res/drawable/ic_work_app_badge.xml

I started a small application that creates a complementary icon pack with the edge detection algorithm discussed above. It's not great right now, but it does the trick. https://codeberg.org/kaanelloed/Iconeration

Thanks ! I'll try to add other type of generated icons, like letters with Arcticons font/SVG.

It's still experimental, but you can try the lastest release

> How do you activate this? I just installed Arcticons Light from Play Store, but didn't see an option to enable automatic generation. It's not in the Arcticons app, it's...

The intent created for a folder is {discreetlauncher.folder/discreetlauncher.folder[folder name]}, so the launcher would have to be modified for this to work. But it should be pretty easy to implement, I...

The PR: https://github.com/falzonv/discreet-launcher/pull/322 We must hope that the dev will accept this

@TotallyAvailable In any case, right now Discreet Launcher doesn't search icon packs for the folder. So we need to make a PR anyway. I'm not sure how useful it would...

I think it's because version 9.0.0 have a double "{" in the component info : ComponentInfo{{discreetlauncher.folder/discreetlauncher.folder} It's fixed in the main branch, so it should work in the next release.

I don't think this is directly possible, but in the latest version of Iconeration, if you select Arcticons You in Icon Pack, select your colors, check Themed Icons, refresh the...