m-pilia / plasma-applet-ambientnoise

Ambient noise player applet (plasmoid) for KDE Plasma 6
GNU General Public License v3.0
17 stars 4 forks source link

Overwriting and soft code #8

Closed gusbemacbe closed 5 years ago

gusbemacbe commented 5 years ago

Hello @m-pilia !

If I add the icons to the icons set, will they overwrite the original icons of your plasmoid applet? Are they hardcoded or softcoded?

m-pilia commented 5 years ago

Hi @gusbemacbe! All icons are fetched from the system theme, so if your theme provides icons with the right name, they should be picked up and used by the plasmoid. All icons are standard from KDE themes, except for the one called "ambientnoise", that I created myself.

So, for instance, if you want to change the main icon of the plasmoid, you should add a custom icon called "ambientnoise" to your icon theme.

gusbemacbe commented 5 years ago

See, @roachsinai, I will add in the next version, I am focusing on adding Suru++ support for gradient in the small icons.

roachsinai commented 5 years ago

Yes, thanks for all you guys' work!