https://github.com/aldomann/paper-extra-icons
Custom icons for Paper Icon Theme
https://github.com/aldomann/paper-extra-icons
customization icon-theme linux
Last synced: about 1 month ago
JSON representation
Custom icons for Paper Icon Theme
- Host: GitHub
- URL: https://github.com/aldomann/paper-extra-icons
- Owner: aldomann
- License: cc-by-sa-4.0
- Created: 2015-11-29T20:48:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T16:53:40.000Z (about 2 years ago)
- Last Synced: 2024-12-06T19:46:46.656Z (over 1 year ago)
- Topics: customization, icon-theme, linux
- Language: Python
- Homepage:
- Size: 1.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paper Extra Icons
[](https://creativecommons.org/licenses/by-sa/4.0/)
[](https://creativecommons.org/licenses/by-sa/4.0/)
Custom icons for Paper Icon Theme of the [Paper Project](https://snwh.org/paper) made by [Sam Hewitt](http://snwh.org/).

















Paper is a free culture icon theme by Sam Hewitt and is licenced under the terms of the [Creative Commons Attribution-Share Alike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/), unless otherwise specified.
## Downloading the original Icon Theme
The original source for Paper Icon Theme can be found [here](https://github.com/snwh/paper-icon-theme). You can clone the latest version from the git repository:
git clone https://github.com/snwh/paper-icon-theme.git
## Using the Source
There are scripts to simplify the rendering process; to run them (and edit icons) you will need:
* inkscape
* python3
* gtk-engine-murrine (optional)
To render new icons from their source SVG files, run the following:
python render-bitmaps.py
If it's throwing an error, the script may not be executable, try:
chmod +x render-bitmaps.py
This script will look in the source directory `(../src/*)` and render the respective icons (provided there are changes).
## Installation
Simple, you just run the script from the root of the source folder:
```bash
./INSTALL
```
Keep in mind that you need to have the original Paper Icon Theme for some symbolic links to work.