diff --git a/lib/functions/artifacts/artifact-armbian-plymouth-theme.sh b/lib/functions/artifacts/artifact-armbian-plymouth-theme.sh index 1c8657480..3d539b461 100644 --- a/lib/functions/artifacts/artifact-armbian-plymouth-theme.sh +++ b/lib/functions/artifacts/artifact-armbian-plymouth-theme.sh @@ -22,7 +22,7 @@ function artifact_armbian-plymouth-theme_prepare_version() { # get the hashes of the lib/ bash sources involved... declare hash_files="undetermined" - calculate_hash_for_bash_deb_artifact "compilation/packages/armbian-plymouth-theme-deb.sh" + calculate_hash_for_bash_deb_artifact "compilation/packages/armbian-plymouth-theme-deb.sh" "${SRC}/packages/plymouth-theme-armbian/armbian.plymouth" declare bash_hash="${hash_files}" declare bash_hash_short="${bash_hash:0:${short_hash_size}}" diff --git a/packages/plymouth-theme-armbian/armbian.plymouth b/packages/plymouth-theme-armbian/armbian.plymouth index d538ecc46..027f2f2d3 100644 --- a/packages/plymouth-theme-armbian/armbian.plymouth +++ b/packages/plymouth-theme-armbian/armbian.plymouth @@ -14,7 +14,9 @@ TitleVerticalAlignment=.382 HorizontalAlignment=.5 VerticalAlignment=.7 WatermarkHorizontalAlignment=.5 -WatermarkVerticalAlignment=.89 +WatermarkVerticalAlignment=.5 +WatermarkXOffset=0 +WatermarkYOffset=-100 Transition=none TransitionDuration=0.0 BackgroundStartColor=0x000000 @@ -26,15 +28,15 @@ MessageBelowAnimation=true [boot-up] UseEndAnimation=false -UseFirmwareBackground=true +UseFirmwareBackground=false [shutdown] UseEndAnimation=false -UseFirmwareBackground=true +UseFirmwareBackground=false [reboot] UseEndAnimation=false -UseFirmwareBackground=true +UseFirmwareBackground=false [updates] SuppressMessages=true diff --git a/packages/plymouth-theme-armbian/watermark.png b/packages/plymouth-theme-armbian/watermark.png index 23051d78c..7477bf5db 100644 Binary files a/packages/plymouth-theme-armbian/watermark.png and b/packages/plymouth-theme-armbian/watermark.png differ