From 32a04aec5a1bb3018c4352129ed6001506cf90f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Mon, 21 Nov 2022 11:52:25 +0100 Subject: [PATCH] Increase lotte emoji res to 256x256px --- art/emoji/lotte/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/art/emoji/lotte/default.nix b/art/emoji/lotte/default.nix index 330ccef..6007784 100644 --- a/art/emoji/lotte/default.nix +++ b/art/emoji/lotte/default.nix @@ -14,7 +14,7 @@ nativeBuildInputs = [libjxl imagemagick]; buildPhase = '' djxl $name.jxl $name.png - convert $name.png -scale 128x128\> $name-scaled.png + convert $name.png -scale 256x256\> $name-scaled.png ''; installPhase = '' cp $name-scaled.png $out