KiKaraage / ArcWTF

A userChrome.css theme to bring Arc Browser look on Windows to Firefox. Work with Windows, Linux and macOS ✨
1.13k stars 22 forks source link

How to change the start page and menu bar Arc icon? #45

Open Ninaad-Adhvaryu opened 5 months ago

Ninaad-Adhvaryu commented 5 months ago

Really like the theme but would like the icon not to be the Arc icon but a Firefox one instead.

I added a new icon file and called it "Arc.ico" and replaced the old one but that didn't work

Ninaad-Adhvaryu commented 5 months ago

To change start menu, change the "Arc.svg" file in the "chrome" folder.

Still not sure how to change the menu bar icon.

KiKaraage commented 4 months ago

You would want to replace icons/firefox.svg (indicator for Firefox own menu/sites, like the settings, default new tab and extensions page) and icons/menu.svg (for the Hamburger menu). You can use this Firefox icon from bmFtZQ/edge-frfox repo.

dfyhf commented 4 months ago

For Linux users take these steps in the Terminal:

Run: find /nix/store -name firefox.desktop

Copy The Result -- (it should start with '/nix/store/' and end with 'firefox.desktop')

Run: cp Your-Result-Output ~/.local/share/applications/

Run: nano ~/.local/share/applications/firefox.desktop

You can now edit the file to point to any Icon (and can also change the name, I used ArcWTF)

Make sure that you store the relevant icon (in either PNG of SVG) somewhere you won't move it -- and make sure you use the full explicity filepath for the icon.

Happy Browsing.

(Much Thanks to KiKaraage! ArcWTF is so great)