mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-11-05 11:56:13 +01:00
Merge pull request #212 from h4m6urg1r/master
flake.nix simplified splashImage changing
This commit is contained in:
commit
82c47cfa55
@ -39,12 +39,8 @@
|
|||||||
--icon ${cfg.icon};
|
--icon ${cfg.icon};
|
||||||
|
|
||||||
if [ -n "${splashImage}" ]; then
|
if [ -n "${splashImage}" ]; then
|
||||||
filename=$(basename -- "${splashImage}")
|
|
||||||
extension="''${filename##*.}"
|
|
||||||
rm $out/grub/themes/${cfg.theme}/background.jpg;
|
rm $out/grub/themes/${cfg.theme}/background.jpg;
|
||||||
cp ${splashImage} $out/grub/themes/${cfg.theme}/background.$extension;
|
${pkgs.imagemagick}/bin/convert ${splashImage} $out/grub/themes/${cfg.theme}/background.jpg;
|
||||||
cp ${splashImage} $out/grub/themes/${cfg.theme}/background;
|
|
||||||
sed -i "s/background.jpg/background.$extension/g" $out/grub/themes/${cfg.theme}/theme.txt;
|
|
||||||
fi;
|
fi;
|
||||||
if [ ${pkgs.lib.trivial.boolToString cfg.footer} == "false" ]; then
|
if [ ${pkgs.lib.trivial.boolToString cfg.footer} == "false" ]; then
|
||||||
sed -i ':again;$!N;$!b again; s/\+ image {[^}]*}//g' $out/grub/themes/${cfg.theme}/theme.txt;
|
sed -i ':again;$!N;$!b again; s/\+ image {[^}]*}//g' $out/grub/themes/${cfg.theme}/theme.txt;
|
||||||
|
Loading…
Reference in New Issue
Block a user