This commit is contained in:
github-actions 2021-08-09 22:48:26 +00:00
parent 55ae06aaee
commit 862630cb48

View file

@ -85,12 +85,12 @@ in {
mkdir $out
cp $themeTxtPath $out/theme.txt
${
if config.boot.plymouth.enable
# Make sure the background image is .png by asking to convert it
then "${pkgs.imagemagick}/bin/convert ${config.stylix.image} png32:$out/background.png"
else "cp ${pixel "base00"} $out/background.png"
}
${if config.boot.plymouth.enable
# Make sure the background image is .png by asking to convert it
then
"${pkgs.imagemagick}/bin/convert ${config.stylix.image} png32:$out/background.png"
else
"cp ${pixel "base00"} $out/background.png"}
cp ${pixel "base01"} $out/background_c.png
cp ${pixel "base0B"} $out/selection_c.png