mirror of
https://github.com/danth/stylix
synced 2024-11-22 20:23:15 +00:00
Beautify 55ae06aaee
This commit is contained in:
parent
55ae06aaee
commit
862630cb48
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue