Skip to content

Commit

Permalink
customize an existing plymouth theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alesh Slovak committed Oct 16, 2019
1 parent 2ff905f commit 0b5ad06
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 21 deletions.
Binary file added background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ DISTRIB_DESCRIPTION=${SYSTEM_DESC}
mkdir -p /usr/var/lib/pacman
cp -r /var/lib/pacman/local /usr/var/lib/pacman/
# set plymouth theme
plymouth-set-default-theme -R simple-image
# clean up/remove unnecessary files
rm -rf \
/aur \
Expand All @@ -172,9 +175,8 @@ mkdir /var
mkdir /frzr_root
EOF

# install custom plymouth theme
rm -rf ${BUILD_PATH}/usr/share/plymouth
cp -r plymouth ${BUILD_PATH}/usr/share/
# install custom image for plymouth theme
cp background.png ${BUILD_PATH}/usr/share/plymouth/themes/simple-image/img.png

# must do this outside of chroot for unknown reason
echo "
Expand Down
4 changes: 0 additions & 4 deletions plymouth/plymouthd.defaults

This file was deleted.

8 changes: 0 additions & 8 deletions plymouth/themes/background/background.plymouth

This file was deleted.

Binary file removed plymouth/themes/background/background.png
Binary file not shown.
6 changes: 0 additions & 6 deletions plymouth/themes/background/background.script

This file was deleted.

1 change: 1 addition & 0 deletions profiles/default
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export AUR_PACKAGES="\
frzr \
steamos-compositor-plus \
plymouth \
plymouth-theme-simple-image-git \
python-vdf \
pycrc \
steam-tweaks \
Expand Down

0 comments on commit 0b5ad06

Please sign in to comment.