This commit is contained in:
2025-03-25 17:40:12 -07:00
commit 3dda199fc0
17 changed files with 1112 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# chillcraftos-splash
The plymouth splash screen for ChillcraftOS, based on homeworld by debian
Executable
+15
View File
@@ -0,0 +1,15 @@
#!/bin/bash
# Path to the package root directory
PKG_DIR="./splash"
# Calculate installed size in KB
PKG_SIZE=$(du -sk "$PKG_DIR" | cut -f1)
# Update control file
sed -i "/^Installed-Size:/c\Installed-Size: $PKG_SIZE" "$PKG_DIR/DEBIAN/control"
# Build the .deb package
dpkg-deb --build "$PKG_DIR" ./chillcraftos-plymouth-theme.deb
echo "Package built with Installed-Size: $PKG_SIZE KB"
+10
View File
@@ -0,0 +1,10 @@
Package: chillcraftos-plymouth-theme
Version: 1.0
Maintainer: Seth Olivarez <contact@oxmc.me>
Section: metapackages
Priority: required
Architecture: all
Depends: plymouth
Installed-Size: 228
Description: Default plymouth theme for ChillcraftOS
This package contains the default plymouth theme for ChillcraftOS.
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
set -e
# Set the plymouth theme
plymouth-set-default-theme chillcraftos
# Update the initramfs
echo "Updating initramfs..."
update-initramfs -u
exit 0
Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

@@ -0,0 +1,8 @@
[Plymouth Theme]
Name=Splash screen for HooverHighOS (wip)
Description=A splash theme for plymouth
ModuleName=script
[script]
ImageDir=/usr/share/plymouth/themes/hooverhigh
ScriptFile=/usr/share/plymouth/themes/hooverhigh/hooverhigh.script
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 986 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB