elementary / wingpanel

Stylish top panel that holds indicators and spawns an application launcher
https://elementary.io
GNU General Public License v3.0
137 stars 46 forks source link

How to replace the search icon on Wingpanel #232

Closed Yakumo-Yukari closed 5 years ago

Yakumo-Yukari commented 5 years ago

How to replace the search icon on Wingpanel, the old version can be rebuilt with the new icon, how to modify it in Wingpanel 2.2.5?

cassidyjames commented 5 years ago

I'm not sure exactly what you're asking for. The icon is set here in the Applications Menu code: https://github.com/elementary/applications-menu/blob/d1661105ddde3e5d110afbcecd82df3586ee058b/src/Slingshot.vala#L80

You could modify the source code and recompile to change how the Applications Menu appears.

Yakumo-Yukari commented 5 years ago

Thank you