papirus-icon-theme/README.md

121 lines
4.9 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"/>
<img alt="places" src="https://img.shields.io/badge/icons%20for%20places-90%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
2016-12-25 20:41:42 -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 in two variants - light and dark. It is available for both, 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
```
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-25 20:41:42 -05:00
**NOTE:** To get Papirus to work right with Hardcode-Tray, use the hardcode-tray option `--force-inkscape`:
2016-12-13 04:06:59 -05:00
```
hardcode-tray --size 22 --force-inkscape
```
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
2016-12-25 20:41:42 -05:00
Support for monochrome icons for KDE color scheme (with Breeze engine and supported Plasma Themes) is now available:
2016-12-08 06:59:59 -05:00
- Papirus - for dark plasma theme & light window theme
- Papirus Dark - for dark plasma theme & window theme or white plasma theme & window theme
![kde-color-scheme](kde-color-scheme.png)
2016-11-22 01:35:42 -05:00
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-10 09:51:32 -05:00
For Ubuntu users recommend use patched [Notify-OSD](https://launchpad.net/~leolik/+archive/ubuntu/leolik/+packages) with icon size 33px
**~/.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 20:41:42 -05:00
Also, you can change the logo of the main launcher and unity-tweak-tool icon. 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
2016-10-26 03:56:01 -04:00
If you like my project , you can donate:
<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>
2016-11-24 01:52:33 -05:00
<span class="Yandex.Money"><a href="http://yasobe.ru/na/varlesh#form_submit" title="Donate to this project using Yandex.Money"><img src="https://money.yandex.ru/img/ym_logo.gif" alt="Yandex.Money donate button" /></a></span>
2016-11-24 01:42:20 -05:00
# License
GNU LGPL v3