Installed Netrunner Plymouth screens.

[code][orbmiser@Winterfell ~]$ plymouth-set-default-theme -l

details
fade-in
glow
Manjaro-Redefined-Bsplash
netrunner-logo
script
solar
spinfinity
spinner
text[/code]

Use the command to list installed Plymouth screens.
How do we see what they look like. As have to manually execute commands to install different one.

All you have to do to change your plymouth-theme is to install the respective package of course,
and then you have to run

Code: [Select]

sudo plymouth-set-default-theme -R <theme-name>

Here you’ll have to use the theme-name without the leading “plymouth-theme”, so for example:

Code: [Select]

sudo plymouth-set-default-theme -R manjaro-very-elegant

Done!

To list your installed plymouth-themes you can run
Code: [Select]

plymouth-set-default-theme -l

So wondering in that list above are all listed themes? And how do we get eyes on what they look like?
Without hacking in one at a time. As tried googling to no avail.

Thanks! :smiley:

Themes can be previewed without rebuilding, press Ctrl+Alt+F2 to change to console, log in as root and type:

# plymouth-set-default-theme -R <theme-name>
# plymouthd
# plymouth --show-splash

To quit the preview, press Ctrl+Alt+F2 again and type:

# plymouth --quit

Reference: https://wiki.archlinux.org/index.php/plymouth

Thanks for the help!