papirus-icon-theme/README.md

158 lines
6.4 KiB
Markdown
Raw Normal View History

2016-06-15 02:12:40 -04:00
<p align="center">
2016-11-27 07:49:57 -05:00
<img src="https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme/master/preview.png" alt="preview"/>
2016-06-15 02:12:40 -04:00
</p>
2016-11-29 06:40:43 -05:00
2016-11-29 08:33:13 -05:00
<p align="center">
2016-11-29 09:42:56 -05:00
<img alt="apps" src="https://img.shields.io/badge/icons%20for%20apps-2400%2B-5294e2.svg?style=flat-square"/>
<img alt="actions" src="https://img.shields.io/badge/icons%20for%20actions-1700%2B-5294e2.svg?style=flat-square"/>
<img alt="panel" src="https://img.shields.io/badge/icons%20for%20panel-1600%2B-5294e2.svg?style=flat-square"/>
2017-01-18 07:06:31 -05:00
<img alt="places" src="https://img.shields.io/badge/icons%20for%20places-680%2B-5294e2.svg?style=flat-square"/>
2016-11-29 08:33:13 -05:00
</p>
2016-11-29 06:27:27 -05:00
2016-11-24 01:39:22 -05:00
# About
2017-01-05 04:47:27 -05:00
Papirus - A free and open source SVG icon theme for Linux systems, based on [Paper](https://github.com/snwh/paper-icon-theme) with a few extras like ([hardcode-tray support](#hardcoded-tray-icons), [kde-color-scheme support](#kde-color-scheme), [libreoffice icon theme](https://github.com/PapirusDevelopmentTeam/papirus-libreoffice-theme), [filezilla theme](https://github.com/PapirusDevelopmentTeam/papirus-filezilla-themes), [smplayer themes](https://github.com/PapirusDevelopmentTeam/papirus-smplayer-theme) ...) and other modifications. The theme is available for GTK and KDE.
2016-10-26 03:56:01 -04:00
2016-11-10 08:21:14 -05:00
# Install / Update
2016-11-24 01:39:22 -05:00
## ROOT directory
2016-06-05 18:29:32 -04:00
```
2016-11-27 07:49:57 -05:00
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme/master/install-papirus-root.sh | sh
2016-06-15 02:12:40 -04:00
```
2016-11-27 07:49:57 -05:00
## HOME directory for GTK
2016-11-11 05:21:32 -05:00
```
2016-11-27 07:49:57 -05:00
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme/master/install-papirus-home-gtk.sh | sh
2016-11-11 05:21:32 -05:00
```
2016-11-27 07:49:57 -05:00
## HOME directory for KDE
```
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme/master/install-papirus-home-kde.sh | sh
```
2016-12-25 20:41:42 -05:00
**Dependencies:**
2016-11-26 10:14:44 -05:00
- wget
2016-11-25 18:41:01 -05:00
- tar
2016-11-11 06:21:48 -05:00
- libqt4-svg (optional, need for right work on Qt4-apps)
2016-11-10 08:21:14 -05:00
2016-11-11 06:08:58 -05:00
# Remove
```
2016-11-27 07:49:57 -05:00
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme/master/remove-papirus.sh | sh
2016-11-11 06:08:58 -05:00
```
2017-01-18 11:22:36 -05:00
#Official packages
| **Distro** | **Maintainer** | **Package** |
|:--------------------------|:---------------|:------------|
| Ubuntu-based distros | Sergei Eremenko| [papirus-icon-theme](https://launchpad.net/~papirus/+archive/ubuntu/papirus) (PPA) |
2017-01-10 07:48:04 -05:00
# Unofficial packages
Packages in this section are not part of the official repositories. If you have a trouble or a question please contact with package maintainer.
| **Distro** | **Maintainer** | **Package** |
|:-----------|:------------------|:------------|
| Arch Linux | Edgard Castro | [papirus-icon-theme-git](https://aur.archlinux.org/packages/papirus-icon-theme-git/) (AUR) |
| Arch Linux | Josip Ponjavic | [papirus-icon-theme-git](https://build.opensuse.org/package/show/home:metakcahura/papirus-icon-theme-git) (OBS) |
| Manjaro | Nikola Yanev | [papirus-icon-theme](http://download.tuxfamily.org/gericom/README.html) |
| openSUSE | Konstantin Voinov | [papirus-icon-theme](https://build.opensuse.org/package/show/home:kill_it/papirus-icon-theme) (OBS) |
| Solus | Joshua Strobl | `sudo eopkg install papirus-icon-theme` |
2017-01-10 07:48:04 -05:00
**NOTE:** If you maintainer and want be in the list please create an issue or send a pull request.
2016-11-08 05:34:17 -05:00
# Hardcoded tray icons
2016-10-26 03:57:18 -04:00
2016-12-25 20:41:42 -05:00
Papirus icon theme now supports [Hardcode-Tray](https://github.com/bil-elmoussaoui/Hardcode-Tray) script
2016-10-26 03:56:01 -04:00
2016-12-29 21:13:59 -05:00
**NOTE:** To get Papirus to work right with Hardcode-Tray, use the hardcode-tray option `--conversion-tool Inkscape`:
2016-12-13 04:06:59 -05:00
```
2016-12-29 21:13:59 -05:00
hardcode-tray --conversion-tool Inkscape
```
or:
```
hardcode-tray -ct Inkscape
2016-12-13 04:06:59 -05:00
```
2016-11-08 05:34:17 -05:00
![hardcode-tray](hardcode-tray-preview.png)
2016-11-08 05:26:56 -05:00
2016-12-08 06:59:59 -05:00
# KDE color scheme
2017-01-05 04:47:27 -05:00
Support for monochrome icons for KDE color scheme is now available:
2017-01-04 05:13:55 -05:00
- Papirus - for dark plasma theme & light color scheme
2017-01-05 04:47:27 -05:00
- Papirus Dark - for dark plasma theme & color scheme
- Papirus Light - for light plasma theme & color scheme
2016-12-08 06:59:59 -05:00
![kde-color-scheme](kde-color-scheme.png)
2016-11-22 01:35:42 -05:00
2017-01-05 04:47:27 -05:00
**NOTE:** Non-KDE apps not support KDE color scheme on tray, but you can replace color by manually.
2017-01-04 05:13:55 -05:00
> What used colors for monochrome icons on KDE?
Papirus:
- actions, devices, places - class **Text** color:#5c616c and class **Highlight** color:#5294e2
- panel - class **Button Background** color:#d3dae3 and class **Highlight** color:#5294e2
Papirus-Dark:
- actions, devices, places an panel - class **Text** color:#d3dae3 and class **Highlight** color:#5294e2
2016-12-29 22:14:37 -05:00
2017-01-05 04:47:27 -05:00
Papirus-Light:
- actions, devices, places an panel - class **Text** color:#5c616c and class **Highlight** color:#5294e2
2016-12-25 20:41:42 -05:00
# Recommendations
- For GTK, better use icons alongside GTK theme [Arc Dark](https://github.com/horst3180/arc-theme)
- For KDE, better use alongside [Arc KDE](https://github.com/PapirusDevelopmentTeam/arc-kde)
2016-11-22 01:35:42 -05:00
2016-12-10 09:51:32 -05:00
# Manual fixes
2016-12-25 20:41:42 -05:00
For Cinnamon users with Arc Dark, use another color for tray icons for an optimal experience:
2016-12-10 09:51:32 -05:00
```
2016-12-10 13:03:21 -05:00
sudo sed -i.orig 's/white/#d3dae3/g' /usr/share/themes/Arc-Dark/cinnamon/cinnamon.css
2016-12-10 09:51:32 -05:00
```
![cinnamon-fix](cinnamon-fix.png)
2016-12-25 20:41:42 -05:00
Also increase panel size with text option because Papirus is only available for tray apps with sizes of 22px & 24px.
2016-12-10 09:51:32 -05:00
2016-12-18 23:56:27 -05:00
2016-12-25 20:46:22 -05:00
For Ubuntu users, we recommend using patched [Notify-OSD](https://launchpad.net/~leolik/+archive/ubuntu/leolik/+packages) with an icon size of 33px.
2016-12-10 09:51:32 -05:00
**~/.notify-osd** example:
```
slot-allocation = dynamic
bubble-expire-timeout = 10sec
bubble-vertical-gap = 10px
bubble-horizontal-gap = 10px
bubble-corner-radius = 24px
bubble-icon-size = 33px
bubble-gauge-size = 6px
bubble-width = 240px
bubble-background-color = 2f343f
bubble-background-opacity = 95%
text-margin-size = 10px
text-title-size = 100%
text-title-weight = bold
text-title-color = adb7bf
text-title-opacity = 100%
text-body-size = 90%
text-body-weight = normal
text-body-color = eaeaea
text-body-opacity = 100%
text-shadow-opacity = 50%
location = 1
bubble-prevent-fade = 1
bubble-close-on-click = 1
bubble-as-desktop-bg = 0
```
2016-12-10 09:53:26 -05:00
![notify-fix](notify-fix.png)
2016-12-10 09:51:32 -05:00
2016-12-25 23:20:26 -05:00
Also, you can change ubuntu logo of the main launcher and unity-tweak-tool icons. Check the **extra** folder in the icon theme.
2016-12-10 09:51:32 -05:00
2016-11-24 01:39:22 -05:00
# Icon request
- Application name
- Icon name (see desktop-file option **Icon** on `/usr/share/applications`)
- Original icon image
2016-12-25 20:41:42 -05:00
# For new designers and developers
Papirus now has a manual to aid in easy development of new icons. Please see this [info](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/tree/master/tools/work)
2016-12-11 02:54:15 -05:00
2016-11-24 01:42:20 -05:00
# Donate
**varlesh**:
2016-10-26 03:56:01 -04:00
<span class="paypal"><a href="https://www.paypal.me/varlesh" title="Donate to this project using Paypal"><img src="https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-100px.png" alt="PayPal donate button" /></a></span>
**SmartFinn**:
2016-11-24 01:52:33 -05:00
2016-11-24 01:42:20 -05:00
# License
GNU LGPL v3