diff --git a/Makefile b/Makefile index af47b8c..c1f3c80 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ uninstall: -rm -r $(DESTDIR)$(PREFIX)/share/color-schemes/Darkine.colors -rm -rf $(DESTDIR)$(PREFIX)/share/Kvantum/Darkine -rm -rf $(DESTDIR)$(PREFIX)/share/plasma/desktoptheme/Darkine - -rm -rf $(DESTDIR)$(PREFIX)/share/plasma/look-and-feel/com.github.Rokin05.darkine + -rm -rf $(DESTDIR)$(PREFIX)/share/plasma/look-and-feel/org.kde.darkine -rm -rf $(DESTDIR)$(PREFIX)/share/wallpapers/Darkine -rm -rf $(DESTDIR)$(PREFIX)/share/sddm/themes/Darkine diff --git a/README.md b/README.md index 5b9741c..1b8e756 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ qdbus org.kde.KWin /KWin reconfigure ``` -

Darkine-KDE fonts

+

Darkine-KDE fonts

#### Use the same fonts from the screenshot : ``` @@ -79,9 +79,9 @@ kquitapp5 plasmashell && kstart5 plasmashell ``` -

Darkine-KDE kvantum

+

Darkine-KDE kvantum

-#### Arch : How install Kvantum : +#### Arch : How install Kvantum engine : Official guide - can be change over the time ! : ``` @@ -95,7 +95,7 @@ make install make distclean ``` -

Darkine-KDE papirus

+

Darkine-KDE papirus

#### How to change main colors of Papirus iconpack : @@ -115,11 +115,10 @@ find -L $HOME/.local/share/icons/Papirus-Adapta-Nokto -name "*.svg" -exec sed -i 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 +

+ Darkine-KDE changecolor + 1. The main color : #00bcd4 | 2. The backend color : #0096aa | 3. The logo color : #00424A +

## License diff --git a/install.sh b/install.sh index 8874e59..d0274a2 100755 --- a/install.sh +++ b/install.sh @@ -50,7 +50,7 @@ _uninstall() { _rm "$PREFIX/share/color-schemes/Darkine.colors" _rm "$PREFIX/share/Kvantum/Darkine" _rm "$PREFIX/share/plasma/desktoptheme/Darkine" - _rm "$PREFIX/share/plasma/look-and-feel/com.github.Rokin05.darkine" + _rm "$PREFIX/share/plasma/look-and-feel/org.kde.darkine" _rm "$PREFIX/share/wallpapers/Darkine" _rm "$PREFIX/share/sddm/themes/Darkine" }