diff --git a/SDDM/Chicago95.tar.gz b/KDE/SDDM/Chicago95.tar.gz similarity index 100% rename from SDDM/Chicago95.tar.gz rename to KDE/SDDM/Chicago95.tar.gz diff --git a/KDE/Splash/chicago95.splashscreen/README .md b/KDE/Splash/chicago95.splashscreen/README .md new file mode 100644 index 0000000..29a1fd8 --- /dev/null +++ b/KDE/Splash/chicago95.splashscreen/README .md @@ -0,0 +1,3 @@ +# Vader-SplashScreen +A Chicago95 Splash Screen. + diff --git a/KDE/Splash/chicago95.splashscreen/contents/defaults b/KDE/Splash/chicago95.splashscreen/contents/defaults new file mode 100644 index 0000000..2c2b14c --- /dev/null +++ b/KDE/Splash/chicago95.splashscreen/contents/defaults @@ -0,0 +1,14 @@ +[kdeglobals][KDE] +widgetStyle=breeze + +[kdeglobals][General] +ColorScheme=Numix + +[kdeglobals][Icons] +Theme=Numix-Circle + +[plasmarc][Theme] +name=org.numixproject.kde + +[kcminputrc][Mouse] +cursorTheme=breeze_cursors diff --git a/KDE/Splash/chicago95.splashscreen/contents/previews/splash.png b/KDE/Splash/chicago95.splashscreen/contents/previews/splash.png new file mode 100644 index 0000000..de151e9 Binary files /dev/null and b/KDE/Splash/chicago95.splashscreen/contents/previews/splash.png differ diff --git a/KDE/Splash/chicago95.splashscreen/contents/splash/Splash.qml b/KDE/Splash/chicago95.splashscreen/contents/splash/Splash.qml new file mode 100644 index 0000000..0f74879 --- /dev/null +++ b/KDE/Splash/chicago95.splashscreen/contents/splash/Splash.qml @@ -0,0 +1,8 @@ +import QtQuick 2.1 + + +Image { + id: root + source: "images/background.png" + property int stage +} diff --git a/KDE/Splash/chicago95.splashscreen/contents/splash/Splash.qmlc b/KDE/Splash/chicago95.splashscreen/contents/splash/Splash.qmlc new file mode 100644 index 0000000..0e446fc Binary files /dev/null and b/KDE/Splash/chicago95.splashscreen/contents/splash/Splash.qmlc differ diff --git a/KDE/Splash/chicago95.splashscreen/contents/splash/images/background.jpg b/KDE/Splash/chicago95.splashscreen/contents/splash/images/background.jpg new file mode 100644 index 0000000..c0e40ae Binary files /dev/null and b/KDE/Splash/chicago95.splashscreen/contents/splash/images/background.jpg differ diff --git a/KDE/Splash/chicago95.splashscreen/contents/splash/images/background.png b/KDE/Splash/chicago95.splashscreen/contents/splash/images/background.png new file mode 100644 index 0000000..490bda3 Binary files /dev/null and b/KDE/Splash/chicago95.splashscreen/contents/splash/images/background.png differ diff --git a/KDE/Splash/chicago95.splashscreen/metadata.desktop b/KDE/Splash/chicago95.splashscreen/metadata.desktop new file mode 100644 index 0000000..a9ba7cf --- /dev/null +++ b/KDE/Splash/chicago95.splashscreen/metadata.desktop @@ -0,0 +1,21 @@ +[Desktop Entry] +Comment=Chicago95 + +Encoding=UTF-8 +Keywords=Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate; +Name=Chicago95 + +Type=Service + +X-KDE-ServiceTypes=Plasma/LookAndFeel +X-KDE-ParentApp= +X-KDE-PluginInfo-Author=Grassmunk +X-KDE-PluginInfo-Category=KDE splashscreen +X-KDE-PluginInfo-Email= +X-KDE-PluginInfo-License=GNU GPL v3 +X-KDE-PluginInfo-Name=chicago95.splashscreen +X-KDE-PluginInfo-Version=0.1 +X-KDE-PluginInfo-Website= +X-KDE-fallbackPackage=org.kde.breeze.desktop +X-Plasma-MainScript=defaults +X-KPackage-Dependencies= diff --git a/README.md b/README.md index ea7f6ca..3df1f88 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,9 @@ A Window compositor ## Install the LightDM login manager theme [Click here](Lightdm/Chicago95/README.md) for install steps. -OR - -## Install the SDDM login manager theme -Click `Install from file...` in Loggin Screen (SDDM) manager. Select `SDDM/Chicago95.tar.gz` to install the theme. +## KDE Support (experimental) +- SDDM Logon Manager:: Click `Install from file...` in Loggin Screen (SDDM) manager. Select `SDDM/Chicago95.tar.gz` to install the theme. +- Splash Screen: `plasmapkg2 -t lookandfeel -i KDE/Splash/chicago95.splashscreen` ## Screenshots [Click here to view screenshots](Screenshots/SCREENSHOTS.md)