Skip to content

Instantly share code, notes, and snippets.

@gabe565
Last active May 6, 2024 09:53
Show Gist options
  • Star 49 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabe565/9654eea08a9f6c7c1f593049e5bed243 to your computer and use it in GitHub Desktop.
Save gabe565/9654eea08a9f6c7c1f593049e5bed243 to your computer and use it in GitHub Desktop.
Change Arc Browser Icon

Change Arc Browser Icon

arc

A collection of commands that change the Arc Browser icon.

Commands

Theme Command
Candy Arc defaults write company.thebrowser.Browser currentAppIconName candy
Hologram defaults write company.thebrowser.Browser currentAppIconName hologram
Neon defaults write company.thebrowser.Browser currentAppIconName neon
Fluted Glass defaults write company.thebrowser.Browser currentAppIconName flutedGlass
Schoolbook defaults write company.thebrowser.Browser currentAppIconName schoolbook
Colorful defaults write company.thebrowser.Browser currentAppIconName colorful

Steps

  1. Copy one of the above commands
  2. Open Terminal.app
  3. Close Arc
  4. Paste and run the command
  5. Open Arc
  6. The icon should change during startup!
@kotx
Copy link

kotx commented Mar 12, 2024

You can also click on the radio button in Settings > Icon after running the defaults write command to set the icon without restarting Arc!

@bastiendmt
Copy link

You can also click on the radio button in Settings > Icon after running the defaults write command to set the icon without restarting Arc!

Nice trick that avoids quitting and relaunching the browser !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment