Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Ninaad-Adhvaryu opened this issue Apr 24, 2024 · 3 comments
Open

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

Ninaad-Adhvaryu opened this issue Apr 24, 2024 · 3 comments

Comments

@Ninaad-Adhvaryu
Copy link

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
Copy link
Author

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

Still not sure how to change the menu bar icon.

@KiKaraage
Copy link
Owner

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
Copy link

dfyhf commented May 16, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants