1.7 KiB
1.7 KiB
plymouth-blåhaj
This is a Plymouth theme which gives you a spinning low-poly Blåhaj as your Linux system boots.
The 3D model used is by @IsabelleDotJpeg via Sketchfab, licensed under the Creative Commons Attribution 4.0 International license.
Usage
-
Install by copying the
blåhajdirectory to/usr/share/plymouth/themes -
Follow your distribution's instructions for changing the theme. On Arch you need to:
- change the
Themeoption in/etc/plymouth/plymouthd.conftoblåhaj - run
plymouth-set-default-theme -R blåhajas root. For me, this generates a ton of warnings about UTF-8 filenames, but it does end up working.
It's probably the same on other distros, but it's worth checking.
- change the
Files
spinny.blendis a Blender project containing the 3D model set up to spin around in a loopframescontains 4K (in retrospect, overkill) renders of the blåhaj in various orientationsblåhajcontains the theme itself, mostly copied from the defaultspinnertheme except for the blåhaj images and name/descriptionscriptscontains a few scripts I used to generate the final images. Generally the workflow is to run./scripts/crop.shand then./scripts/fade.shfrom this repository. See comments in each script for more on what they do. You need Python 3, ffmpeg, GNU parallel, and optionally optipng (comment out the lines that call it if you don't want to use it).