A minimal, sleek Plymouth theme for Q4OS. q4Riv elegantly conceals the boot process while presenting a smooth, luminous animation for the system’s first glance.
If you want to build the .deb package from the source theme files:
- Make sure you have required dependencies installed:
sudo apt install dpkg-dev q4os-devpack-base-
Navigate to the folder containing the theme directory (
usr/share/plymouth/themes/q4riv) anddebiancontrol folder. -
Run the build command:
dpkg-buildpackage -b -uc -us -tc-
Double click the
.qsiinstaller for an interactive setup. -
Alternatively, install using
.debpackage:
sudo apt install ./q4riv-plymouth-theme_1.0-a1_all.deb- You may need to tweak GRUB settings. Edit:
sudo nano /etc/default/grub- Comment out or modify the existing line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash loglevel=3 systemd.log_color=1 systemd.show_status=1"
- Replace with:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Note: On some systems, you might also need to add
i915.modeset=1at the end ofGRUB_CMDLINE_LINUX_DEFAULTto get Plymouth to work. Test on your own hardware — this is not a q4Riv issue.
- After saving the file, update grub:
sudo update-grub
- Set q4Riv as the default theme and update:
sudo plymouth-set-default-theme -R q4rivYour feedback is appreciated!
Please share your thoughts, issues, or improvement suggestions on the Q4OS Forum – q4Riv Discussion.