NeoApplications / Neo-Launcher

Neo-Launcher
GNU General Public License v3.0
1.61k stars 106 forks source link

[FEATURE] Support for layer-list based dynamic clocks #357

Open Donnnno opened 1 year ago

Donnnno commented 1 year ago

Hey, I'm the developer of Arcticons, and I've implemented a way to have transparent dynamic clock icons with, by using only the layer-list attribute. It wasn't possible with standard adaptive icons because those need a background.

Currently, only Kvaesitso Launcher supports this as a feature, other launchers are picking this up too, so it would be great if Neo supported this too.

A link to how it looks: https://github.com/Donnnno/Arcticons/blob/main/app/src/main/res/drawable-nodpi-v26/clock.xml

How it looks in Kvaesitso Launcher (shows the current time): image image

It's a small but neat feature to have, also for other icon packs that have transparency.

Some extra docs here: https://kvaesitso.mm20.de/docs/developer-guide/integrations/icon-packs/#clock-icons

machiav3lli commented 1 year ago

Thanks, we'll be coming back to this soon enough as we get over 1.0.0 alpha stage

Donnnno commented 1 year ago

Thanks a lot!