Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soliez/arcicon
- Owner: Soliez
- Created: 2024-08-14T21:23:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T22:21:17.000Z (5 months ago)
- Last Synced: 2024-11-25T04:15:39.777Z (2 months ago)
- Language: Python
- Homepage:
- Size: 36.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)