diff --git a/Theme.rc b/Theme.rc new file mode 100644 index 0000000..be9db77 --- /dev/null +++ b/Theme.rc @@ -0,0 +1,19 @@ +# =THEMENAME= + +[KSplash Theme: =THEMENAME=] +Name = =THEMENAME= KDE Splash Screen +Description = =THEMENAME= KDE Splash Screen +Version = =THEMERELEASE= +Author = The CentOS Project + +# Theme behaviour settings. +Engine = Default + +# Should icons blink ala KDE, or not? +Icons Flashing = true + +# Show progress bar? +Always Show Progress = false + +# Status text colour +Label Foreground = #FFFFFF diff --git a/render.conf b/render.conf new file mode 100644 index 0000000..fe88242 --- /dev/null +++ b/render.conf @@ -0,0 +1,37 @@ +[splash_active_bar.png] +render-type = "svg" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Ksplash/splash_active_bar.svgz" +render-flow = "base" + +[splash_bottom.png] +render-type = "svg" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Ksplash/splash_bottom.svgz" +render-flow = "base" + +[splash_inactive_bar.png] +render-type = "svg" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Ksplash/splash_inactive_bar.svgz" +render-flow = "base" + +[splash_top.png] +render-type = "svg" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Ksplash/splash_top.svgz" +render-flow = "base" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/24/centos.png:x24+10+189" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Final/ffffff/ffffff-0/48/5.png:x48+150+165" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+10+10" + +[Preview.png] +render-type = "images" +render-from = "Final/splash_top.png" +render-from = "Final/splash_active_bar.png" +render-from = "Final/splash_bottom.png" +command = "/usr/bin/convert -append" + +[ksplash.tar.gz] +render-type = "archive" +render-from = "Final/splash_top.png" +render-from = "Final/splash_active_bar.png" +render-from = "Final/splash_bottom.png" +render-from = "Final/Preview.png +command = "/bin/tar -czf" diff --git a/splash_active_bar.svgz b/splash_active_bar.svgz new file mode 100644 index 0000000..cda3e46 Binary files /dev/null and b/splash_active_bar.svgz differ diff --git a/splash_bottom.svgz b/splash_bottom.svgz new file mode 100644 index 0000000..f519191 Binary files /dev/null and b/splash_bottom.svgz differ diff --git a/splash_inactive_bar.svgz b/splash_inactive_bar.svgz new file mode 100644 index 0000000..27bd127 Binary files /dev/null and b/splash_inactive_bar.svgz differ diff --git a/splash_top.svgz b/splash_top.svgz new file mode 100644 index 0000000..6fd6f26 Binary files /dev/null and b/splash_top.svgz differ