darkine-kde/README.md

125 lines
6.2 KiB
Markdown
Raw Normal View History

2018-03-31 23:11:06 +02:00
<p align="center">
2019-05-13 15:26:47 +02:00
<a href="https://raw.githubusercontent.com/Rokin05/darkine-kde/master/plasma/look-and-feel/darkine/contents/previews/fullscreenpreview.jpg">
<img width="100%" src="plasma/look-and-feel/darkine/contents/previews/fullscreenpreview.jpg" alt="Darkine theme - KDE Plasma"/>
2019-05-13 15:08:36 +02:00
</a>
2019-05-13 15:26:47 +02:00
<a href="https://raw.githubusercontent.com/Rokin05/darkine-kde/master/sddm/themes/darkine/preview.jpg"><img width="400" src="sddm/themes/darkine/preview.jpg" alt="Darkine - SDDM theme"/></a> <a href="https://raw.githubusercontent.com/Rokin05/darkine-kde/master/wallpapers/Darkine/contents/screenshot.png"> <img width="380" src="wallpapers/Darkine/contents/screenshot.png" alt="Darkine - SDDM theme"/></a>
2019-05-13 15:08:36 +02:00
</p>
## Darkine KDE - Theme for KDE Plasma 5 desktop :
2019-05-13 16:59:37 +02:00
The full theme collection is available on [OpenDesktop.org](https://www.opendesktop.org/c/1304956/) and on KDE Plasma Discover. <br>
2019-05-13 15:08:36 +02:00
You can also use the script below to install the latest version directly from this repo (independently on your distro).
<br>
2019-05-14 15:41:28 +02:00
| Name | Git (path) | OpenDesktop (tar.gz) | Misc |
|:--------------------------|:---------------------------------:|:-----------------------------------------------------:|:--------------------------|
| Plasma Look-and-Feel Pack | [:link:](plasma/look-and-feel) | [:inbox_tray:](https://www.opendesktop.org/p/1226052) | |
| Plasma Desktop Theme | [:link:](plasma/desktoptheme) | [:inbox_tray:](https://www.opendesktop.org/p/1226050) | |
| Plasma Color Scheme | [:link:](color-schemes) | [:inbox_tray:](https://www.opendesktop.org/p/1226045) | |
| Aurorae Theme | [:link:](aurorae) | [:inbox_tray:](https://www.opendesktop.org/p/1226049) | |
| Kvantum Theme | [:link:](Kvantum) | [:inbox_tray:](https://www.opendesktop.org/p/1226051) | |
| Icon-pack | [:link:](icons) | [:inbox_tray:](https://www.opendesktop.org/p/1304954) | |
| SDDM Theme | [:link:](sddm) | [:inbox_tray:](https://www.opendesktop.org/p/1226079) | |
| Konsole color-scheme | [:link:](konsole) | [:inbox_tray:](https://www.opendesktop.org/p/1305370) | |
| Wallpapers | [:link:](wallpapers/Darkine) | [:inbox_tray:](https://www.opendesktop.org/p/1305212) | |
| Wallpapers (2018) | [:link:](wallpapers/Darkine-2018) | [:inbox_tray:](https://www.opendesktop.org/p/1226061) | |
| Firefox Quantum Theme | [:link:](extra/firefox) | [:inbox_tray:](https://www.opendesktop.org/p/1304958) | [Darkine at addons.mozilla.org](https://addons.mozilla.org/addon/darkine) |
2019-05-13 15:08:36 +02:00
<br>
2018-03-31 23:11:06 +02:00
## Installation
#### Install
```
wget -qO- https://raw.githubusercontent.com/Rokin05/darkine-kde/master/install.sh | sh
```
#### Uninstall
```
wget -qO- https://raw.githubusercontent.com/Rokin05/darkine-kde/master/install.sh | uninstall=true sh
2018-04-28 09:51:12 +02:00
2019-05-13 15:08:36 +02:00
```
<br>
#### Note about SDDM theme :
_The SDDM Thème is build from scratch with [QtQuick 2](https://doc.qt.io/qt-5/qtquick-index.html) (Qt 5.7 >=)._<br>
_This is compatible with and without [KDE Plasma](https://kde.org/plasma-desktop) and not depend of KDE Framework._<br>
_You can learn more about it at : [SDDM-Themes (Git)](https://github.com/Rokin05/SDDM-Themes)._
Dependencies (sddm only)
> On KDE Plasma desktop, you normally have nothing more to install, but if one dependency is not present on other environments here are those used :
##### ● Debian / Ubuntu :
```shell
# On Ubuntu, universe repo maybe necessary :
# add-apt-repository universe
apt-get update
apt-get install qml-module-qtquick-layouts qml-module-qtquick-controls2 qml-module-qtquick-templates2 qml-module-qtgraphicaleffects
```
2018-04-28 09:51:12 +02:00
2019-05-13 15:08:36 +02:00
##### ● Arch :
```shell
pacman -S qt5-quickcontrols2 qt5-graphicaleffects qt5-svg
```
<br>
2018-04-28 09:51:12 +02:00
2018-03-31 23:11:06 +02:00
## Recommendations
2019-05-13 15:08:36 +02:00
- For better looking please use this pack with [Kvantum engine](https://github.com/tsujan/Kvantum/tree/master/Kvantum). <br>
Run `kvantummanager --set Darkine` to choose and apply theme.
<br>
2018-03-31 23:18:02 +02:00
2019-05-13 15:08:36 +02:00
#### Fonts :
2018-03-31 23:11:06 +02:00
```
2019-05-13 15:08:36 +02:00
# Arch :
sudo pacman -S adobe-source-code-pro-fonts ttf-roboto
2018-03-31 23:11:06 +02:00
2019-05-13 15:08:36 +02:00
# dnf (Fedora)
sudo dnf install adobe-source-code-pro-fonts google-roboto-fonts
2018-03-31 23:18:02 +02:00
2019-05-13 15:08:36 +02:00
# pkg(8) (FreeBSD)
pkg install sourcecodepro-ttf roboto-fonts-ttf
2018-03-31 23:11:06 +02:00
2019-05-13 15:08:36 +02:00
kwriteconfig5 --file kdeglobals --group General --key fixed "Source Code Pro,9,-1,5,50,0,0,0,0,0,Regular"
kwriteconfig5 --file kdeglobals --group General --key font "Roboto,10,-1,5,50,0,0,0,0,0,Regular"
kwriteconfig5 --file kdeglobals --group General --key menuFont "Roboto,10,-1,5,50,0,0,0,0,0,Regular"
kwriteconfig5 --file kdeglobals --group General --key smallestReadableFont "Roboto,8,-1,5,50,0,0,0,0,0,Regular"
kwriteconfig5 --file kdeglobals --group General --key toolBarFont "Roboto,10,-1,5,50,0,0,0,0,0,Regular"
kwriteconfig5 --file kdeglobals --group WM --key activeFont "Roboto,9,-1,5,50,0,0,0,0,0,Regular"
2018-03-31 23:11:06 +02:00
qdbus org.kde.KWin /KWin reconfigure
kquitapp5 plasmashell && kstart5 plasmashell
```
2019-05-13 15:08:36 +02:00
#### Toolbar icon size :
2018-03-31 23:11:06 +02:00
```
2019-05-13 15:08:36 +02:00
kwriteconfig5 --file kdeglobals --group MainToolbarIcons --key Size "22"
kwriteconfig5 --file kdeglobals --group ToolbarIcons --key Size "22"
2018-03-31 23:11:06 +02:00
2019-05-13 15:08:36 +02:00
qdbus org.kde.KWin /KWin reconfigure
kquitapp5 plasmashell && kstart5 plasmashell
2018-03-31 23:11:06 +02:00
```
2019-05-13 15:08:36 +02:00
<br>
2018-03-31 23:11:06 +02:00
2019-05-13 15:08:36 +02:00
## Licence
2018-03-31 23:11:06 +02:00
2019-05-13 15:08:36 +02:00
Source code of is licensed under GNU GPL version 3.<br>
QML files are MIT licensed and images are CC BY 3.0.
2018-03-31 23:11:06 +02:00
2019-05-13 15:08:36 +02:00
<br>
2018-03-31 23:11:06 +02:00
2019-05-13 15:08:36 +02:00
## Credits
2018-03-31 23:11:06 +02:00
2019-05-13 15:08:36 +02:00
- KDE Plasma - [icons](https://github.com/KDE/breeze-icons) _(Breeze)_.
- Papirus - [icons](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) _(PapirusDevelopmentTeam)_.
2018-03-31 23:11:06 +02:00
2019-05-13 15:08:36 +02:00
<br>
2018-03-31 23:11:06 +02:00
2019-05-13 15:08:36 +02:00
## Donate
2018-03-31 23:11:06 +02:00
2019-05-13 15:08:36 +02:00
The development, the publication and the different tests are done in my free time,<br>
If you like my project, you can send a coffee at :
2018-03-31 23:11:06 +02:00
2019-05-13 15:08:36 +02:00
<span class="paypal"><a href="https://www.paypal.me/Rokin05" 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>