Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/edwardloveall/atom-replacement-icon
- Owner: edwardloveall
- License: mit
- Created: 2014-03-01T17:01:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T17:10:33.000Z (over 7 years ago)
- Last Synced: 2024-10-25T01:35:54.794Z (about 2 months ago)
- Topics: atom, atom-replacement-icon, icon
- Language: Shell
- Size: 1.93 MB
- Stars: 157
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.txt
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)