From 6ad6008e1bc45150c198876f12ea9719f041fdde Mon Sep 17 00:00:00 2001 From: tumillanino Date: Wed, 8 Apr 2026 09:27:07 +1000 Subject: [PATCH] updated plymouth branding --- files/scripts/branding.sh | 3 + .../plymouth/themes/spinner/spinner.plymouth | 61 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 files/system/usr/share/plymouth/themes/spinner/spinner.plymouth diff --git a/files/scripts/branding.sh b/files/scripts/branding.sh index bf1c512..f66386e 100644 --- a/files/scripts/branding.sh +++ b/files/scripts/branding.sh @@ -5,6 +5,9 @@ mv /tmp/files/assets/images/distributor-logo.svg /usr/share/icons/hicolor/scalab mv /tmp/files/assets/splash/default.jxl /usr/share/backgrounds/default.jxl mv /tmp/files/assets/splash/default-dark.jxl /usr/share/backgrounds/default-dark.jxl mv /tmp/files/assets/images/watermark.png /usr/share/plymouth/themes/spinner/watermark.png +# Remove Bazzite animation/throbber frames so Plymouth uses only our watermark +rm -f /usr/share/plymouth/themes/spinner/animation-*.png +rm -f /usr/share/plymouth/themes/spinner/throbber-*.png mv /tmp/files/assets/images/fedora-gdm-logo.png /usr/share/pixmaps/fedora-gdm-logo.png mv /tmp/files/assets/images/fedora-logo-small.png /usr/share/pixmaps/fedora-logo-small.png mv /tmp/files/assets/images/fedora-logo-sprite.png /usr/share/pixmaps/fedora-logo-sprite.png diff --git a/files/system/usr/share/plymouth/themes/spinner/spinner.plymouth b/files/system/usr/share/plymouth/themes/spinner/spinner.plymouth new file mode 100644 index 0000000..cc0c1db --- /dev/null +++ b/files/system/usr/share/plymouth/themes/spinner/spinner.plymouth @@ -0,0 +1,61 @@ +[Plymouth Theme] +Name=Spinner +Description=A theme designed by jimmac that features a simple spinner. +ModuleName=two-step + +[two-step] +Font=Cantarell 12 +TitleFont=Cantarell Light 30 +ImageDir=/usr/share/plymouth/themes/spinner +DialogHorizontalAlignment=.5 +DialogVerticalAlignment=.382 +TitleHorizontalAlignment=.5 +TitleVerticalAlignment=.382 +HorizontalAlignment=.5 +VerticalAlignment=.7 +WatermarkHorizontalAlignment=.5 +WatermarkVerticalAlignment=.96 +Transition=none +TransitionDuration=0.0 +BackgroundStartColor=0x000000 +BackgroundEndColor=0x000000 +ProgressBarBackgroundColor=0x606060 +ProgressBarForegroundColor=0xffffff +MessageBelowAnimation=true + +[boot-up] +UseEndAnimation=false + +[shutdown] +UseEndAnimation=false + +[reboot] +UseEndAnimation=false + +[updates] +SuppressMessages=true +ProgressBarShowPercentComplete=true +UseProgressBar=true +Title=Installing Updates... +SubTitle=Do not turn off your computer + +[system-upgrade] +SuppressMessages=true +ProgressBarShowPercentComplete=true +UseProgressBar=true +Title=Upgrading System... +SubTitle=Do not turn off your computer + +[firmware-upgrade] +SuppressMessages=true +ProgressBarShowPercentComplete=true +UseProgressBar=true +Title=Upgrading Firmware... +SubTitle=Do not turn off your computer + +[system-reset] +SuppressMessages=true +ProgressBarShowPercentComplete=true +UseProgressBar=true +Title=Resetting System... +SubTitle=Do not turn off your computer