Use real KAMOS branding: red wallpaper, penguin logo + Plymouth boot watermark
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
9fb709cdcd
commit
a8756623db
5 changed files with 14 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
output/
|
output/
|
||||||
*.iso
|
*.iso
|
||||||
|
branding/
|
||||||
|
|
|
||||||
|
|
@ -35,13 +35,24 @@ if [ -f "$WALL" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### ---------------------------------------------------------------
|
### ---------------------------------------------------------------
|
||||||
### 4. First-boot Flatpak apps (list: /usr/share/kamos/flatpaks.list)
|
### 4. Boot splash: KAMOS penguin as Plymouth watermark
|
||||||
|
### ---------------------------------------------------------------
|
||||||
|
MARK=/usr/share/kamos/plymouth-watermark.png
|
||||||
|
if [ -f "$MARK" ]; then
|
||||||
|
for theme in spinner bgrt; do
|
||||||
|
tdir=/usr/share/plymouth/themes/$theme
|
||||||
|
[ -d "$tdir" ] && cp -f "$MARK" "$tdir/watermark.png"
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
|
### ---------------------------------------------------------------
|
||||||
|
### 5. First-boot Flatpak apps (list: /usr/share/kamos/flatpaks.list)
|
||||||
### ---------------------------------------------------------------
|
### ---------------------------------------------------------------
|
||||||
chmod +x /usr/libexec/kamos-install-flatpaks
|
chmod +x /usr/libexec/kamos-install-flatpaks
|
||||||
systemctl enable kamos-flatpaks.service
|
systemctl enable kamos-flatpaks.service
|
||||||
|
|
||||||
### ---------------------------------------------------------------
|
### ---------------------------------------------------------------
|
||||||
### 5. System defaults
|
### 6. System defaults
|
||||||
### ---------------------------------------------------------------
|
### ---------------------------------------------------------------
|
||||||
# Enable weekly automatic OS updates (staged, applied on reboot)
|
# Enable weekly automatic OS updates (staged, applied on reboot)
|
||||||
systemctl enable rpm-ostreed-automatic.timer || true
|
systemctl enable rpm-ostreed-automatic.timer || true
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 311 KiB After Width: | Height: | Size: 978 KiB |
BIN
system_files/usr/share/kamos/plymouth-watermark.png
Normal file
BIN
system_files/usr/share/kamos/plymouth-watermark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 710 KiB |
Loading…
Reference in a new issue