A Spider-Man themed KDE Plasma 6 splash screen featuring the classic red & blue color palette. Fork of Styrup Jazz Animated Splash.
- Spider-Man classic theme with iconic red & blue colors
- Pure black background for dramatic contrast
- Smooth animations inherited from original jazz theme
- Pixel-perfect Loading text and animated progress bar
- Bitmap-style font Pixel Emulator
- Web-slinging vibes for your daily KDE startup
- Visit the KDE Store: Spider-Splash on Pling
- Click "Install" or download the package
- Activate in System Settings > Appearance > Splash Screen > Spider-Splash
- Log out & back in (or restart Plasma) to see your friendly neighborhood splash screen
- Download the latest release or clone this repository
- Copy the package folder into your Plasma look-and-feel directory:
cp -r spider-man_splash_animated ~/.local/share/plasma/look-and-feel/ - Activate in System Settings > Appearance > Splash Screen > Spider-Splash
- Log out & back in (or restart Plasma) to see your friendly neighborhood splash screen
The Spider-Man color palette is defined in the theme properties:
// Theme colors
property var theme: ({
primary: "#D80000",
secondary: "#000000",
text: "#FEFEFE",
border: "#D80000",
accent: "#0047AB",
win95teal: "#008080"
})💡 Quick Setup: Pre-translated versions are available in Releases for English and Spanish ! Customize the loading messages for different languages (Default in French):
// Plasma-specific stage handling
onStageChanged: {
switch (stage) {
case 1:
loadingText.text = "Initialisation..."; // Change to your language
root.progress = 0.2;
break;
case 2:
loadingText.text = "Chargement des Spider-Services..."; // Loading Spider-Services
root.progress = 0.4;
break;
case 3:
loadingText.text = "Démarrage de Spider-Desktop..."; // Starting Spider-Desktop
root.progress = 0.6;
break;
case 4:
loadingText.text = "Préparation..."; // Preparing
root.progress = 0.8;
break;
case 5:
loadingText.text = "Prêt"; // Ready
root.progress = 1.0;
break;
}
}This package is dual-licensed:
- QML code & helper scripts GNU GPL v3 (or later) Full text
- Images & fonts CC BY-SA 4.0 International Full text
See LICENSE for full details.
- Original Code & Concept: Jim Sines - raystanza@raystanza.uk
- Spider-Man Fork: SAWKIT - sawkit17@icloud.com
- Original Project: Styrup Jazz Animated Splash
Found a bug or want to contribute? Feel free to:
- Open an issue on GitHub
- Submit a pull request -- Suggest new Spider-Man variants (Miles Morales, Spider-Gwen, etc.)
With great power comes great splash screens! 🕸️
