A simple splashscreen for Nobara Linux KDE. Nothing fancy, just something to make Nobara Linux feel more official. Feel free to fork to make something fancier.
Important
The main branch is being worked on for Plasma 6. For Plasma 5 code, see: https://github.com/JiayuanWen/nobara-kde-splashscreen/tree/plasma-5
Note
This splashscreen is not uploaded to KDE Store, thus it cannot be found via settings
Download the tar archive here, save it somewhere convinent.
Extract the archive with tar
:
tar -xvf Nobara-Splashscreen.tar
Go into the extracted folder:
cd Nobara-SplashScreen/
To install automatically, run install
as root:
sudo ./install
If ./install
give permission error, give execute permission:
sudo sh -c 'chmod +x ./install && ./install'
Alternatively, you can copy the splashscreen manually:
cp -rv ./Nobara.SplashScreen ~/.local/share/plasma/look-and-feel/
Built on top of Breeze splashscreen by KDE Visual Design Group.