- Color Selection: Freely choose any theme color you want.
- Logo & Info Layouts: Choose between logo-only or "full" mode with all details.
- Background Settings: Set the background color or make it transparent.
- Stylish Animation: Be greeted by a modern effect where characters appear one by one during system startup.
The install.sh script automates everything:
- Asks for your preferences (color, layout, background).
- Copies files to the correct directory (
~/.local/share/plasma/look-and-feel/fastfetch-splash). - Automatically completes the configuration.
# to clone the repository
git clone https://github.com/herzane52/fastfetch-kde-splash.git
cd fastfetch-kde-splash# to give permission to run the installation script
chmod +x install.sh# to run the installation script
./install.shIf you installed the theme via KDE Store, you will encounter the "Configuration Required" error. To fix this, you can manually edit the following file (see lines 10-13):
nano ~/.local/share/plasma/look-and-feel/fastfetch-splash/contents/splash/Splash.qml- Open the
Splash.qmlfile. - Set
property bool isConfiguredtotrue. - Customize
themeColor,displayMode, andbgColorvalues according to your preference.
- KDE Plasma: Version 5 or 6.
- Fastfetch: Must be installed on your system.
- Qt5Compat.GraphicalEffects: Required for visual effects.
- Open System Settings.
- Go to the Appearance > Splash Screen tab.
- Select fastfetch-splash from the list and click Apply.
- "Configuration Required" Error: This happens when the theme is installed without using the script (
install.sh). Run the installation script or setisConfiguredtotrueinSplash.qmlto fix it. - "'fastfetch' not found" Error:
fastfetchis not installed on your system. Install it using your distribution's package manager (e.g.,sudo pacman -S fastfetchorsudo apt install fastfetch). - "'fastfetch' returned empty output" Error: The command is running but not returning any output. Verify that
fastfetchworks correctly in your terminal. - Visual Glitches/Issues: If effects (neon glow, glitch, etc.) are invisible, ensure that the
Qt5Compat.GraphicalEffectspackage is installed.
Protected under the MIT License.


