base
@@ -0,0 +1,2 @@
|
||||
# chillcraftos-splash
|
||||
The plymouth splash screen for ChillcraftOS, based on homeworld by debian
|
||||
@@ -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"
|
||||
@@ -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.
|
||||
@@ -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
|
||||
|
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
|
||||
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 986 B |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 230 B |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 3.2 KiB |