Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edwardloveall/atom-replacement-icon

Replacement icon for the Atom text editor
https://github.com/edwardloveall/atom-replacement-icon

atom atom-replacement-icon icon

Last synced: about 2 months ago
JSON representation

Replacement icon for the Atom text editor

Awesome Lists containing this project

README

        

# Atom Replacement Icon

![](https://rawgithub.com/edwardloveall/atom-replacement-icon/master/screenshot.png)

## Install on macOS

This icon comes with an install shell script. To use it:

* Quit Atom
* Run the following script in your shell:

```shell
$ path/to/install.sh
```

* Launch Atom

## Install on Windows

Follow [this guide](http://www.howtogeek.com/75983/stupid-geek-tricks-how-to-modify-the-icon-of-an-.exe-file)

## Install on Linux (gnome)

* Move the `atom.png` to a location like `/usr/share/atom/atom-replacement-icon-png-icon/atom.png`
* Open `/usr/share/applications/atom.desktop`
* Change the line `Icon=atom` to `Icon=/usr/share/atom/atom-replacement-icon-png-icon/atom.png` or wherever you placed the image at the start.

Thanks to [@mateoric](https://github.com/edwardloveall/atom-replacement-icon/issues/5#issuecomment-290458578) for the instructions.

## Uninstall on macOS

This icon also comes with an uninstall script. To use it:

* Quit Atom
* Run the following script in your shell:

```shell
$ path/to/uninstall.sh
```

* Launch Atom

### Made with

* [Blender](http://www.blender.org)
* Photoshop
* [Slicy](http://macrabbit.com/slicy/)
* [Icon Slate](http://www.kodlian.com/apps/icon-slate)