diff --git a/INFO/screenshots/thumbs/mini.changecolor.png b/INFO/screenshots/thumbs/mini.changecolor.png new file mode 100644 index 0000000..25a6fc5 Binary files /dev/null and b/INFO/screenshots/thumbs/mini.changecolor.png differ diff --git a/INFO/screenshots/thumbs/mini.fonts.png b/INFO/screenshots/thumbs/mini.fonts.png new file mode 100644 index 0000000..7e6c990 Binary files /dev/null and b/INFO/screenshots/thumbs/mini.fonts.png differ diff --git a/INFO/screenshots/thumbs/mini.kvantum.png b/INFO/screenshots/thumbs/mini.kvantum.png new file mode 100644 index 0000000..b8e384b Binary files /dev/null and b/INFO/screenshots/thumbs/mini.kvantum.png differ diff --git a/INFO/screenshots/thumbs/mini.lockscreen.png b/INFO/screenshots/thumbs/mini.lockscreen.png new file mode 100644 index 0000000..5767143 Binary files /dev/null and b/INFO/screenshots/thumbs/mini.lockscreen.png differ diff --git a/INFO/screenshots/thumbs/mini.papirus.png b/INFO/screenshots/thumbs/mini.papirus.png new file mode 100644 index 0000000..24dcaa5 Binary files /dev/null and b/INFO/screenshots/thumbs/mini.papirus.png differ diff --git a/README.md b/README.md index 8fe5936..035b334 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,14 @@ wget -qO- https://raw.githubusercontent.com/Rokin05/darkine-kde/master/install.s ## Configuration +

Darkine-KDE lockscreen

#### Set the background lockscreen dark-grey : ``` kwriteconfig5 --file kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.color --group General --key Color 29,29,29 qdbus org.kde.KWin /KWin reconfigure ``` +

Darkine-KDE fonts

#### Use the same fonts from the screenshot : ``` # Arch : @@ -69,6 +71,7 @@ qdbus org.kde.KWin /KWin reconfigure kquitapp5 plasmashell && kstart5 plasmashell ``` +

Darkine-KDE kvantum

#### Arch : How install Kvantum : Official guide - can be change over the time ! : ``` @@ -82,6 +85,31 @@ make install make distclean ``` +

Darkine-KDE papirus

+ +#### How to change main colors of Papirus iconpack : + +After installation of Papirus : + +- If the icons are installed at ROOT directory : +``` +sudo find -L /usr/share/icons/Papirus-Adapta-Nokto -name "*.svg" -exec sed -i 's/#00bcd4/#5d3263/g' {} \; +sudo find -L /usr/share/icons/Papirus-Adapta-Nokto -name "*.svg" -exec sed -i 's/#0096aa/#351c39/g' {} \; +sudo find -L /usr/share/icons/Papirus-Adapta-Nokto -name "*.svg" -exec sed -i 's/#00424A/#1a1a1a/g' {} \; +``` + +- If the icons are installed at HOME directory for KDE : +``` +find -L $HOME/.local/share/icons/Papirus-Adapta-Nokto -name "*.svg" -exec sed -i 's/#00bcd4/#5d3263/g' {} \; +find -L $HOME/.local/share/icons/Papirus-Adapta-Nokto -name "*.svg" -exec sed -i 's/#0096aa/#351c39/g' {} \; +find -L $HOME/.local/share/icons/Papirus-Adapta-Nokto -name "*.svg" -exec sed -i 's/#00424A/#1a1a1a/g' {} \; +``` + +

Darkine-KDE changecolor

+1. The main color : #00bcd4 +2. The backend color : #0096aa +3. The logo color : #00424A + ## License @@ -94,3 +122,6 @@ GNU GPL v3 + + +