Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soliez/arcicon

A python script for manually changing the Arc Browser icon on macOS. No sharing necessary
https://github.com/soliez/arcicon

Last synced: about 11 hours ago
JSON representation

A python script for manually changing the Arc Browser icon on macOS. No sharing necessary

Awesome Lists containing this project

README

        

# Arc Browser Icon Changer

![arc icons](media/arc-icons.png)

A python script for manually changing the Arc Browser icon on macOS.

## Installation

### Step 1: Clone this repository

```bash
git clone https://github.com/Soliez/ArcIcon.git
```

### Step 2: Add the following line to your shell profile (Optional but recommended)

```bash
alias arcicon="/usr/bin/python3 "
```
Replace `` with the full path to the `arcicon.py` on your computer.

This step is optional but it allows you execute `arcicon` from any location without having to specify the python interpreter and path to the script each time you run it.

## Usage

```bash
arcicon set
```
Replace `` with any of the following options:
- `original`
- `candy`
- `hologram`
- `neon`
- `flutedGlass`
- `schoolbook`
- `colorful`


After running `arcicon`, restart Arc to see the applied change.

## Demonstration
![demo gif](media/arcicon-demo.gif)