From 3a981257de1c70dd8582eb8ddd9616b547a1cfca Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 8 Nov 2021 09:55:16 +0100 Subject: [simple theme] create favicon.png from src/svg/searxng-wordmark.svg new bash function convert_if_newer() / usage:: convert_if_newer [, ...] convert_if_newer "path/to/origin.svg" "path/to/converted.png" -transparent white -resize 64x64 Run's ImageMagik' convert comand to generate from , if is newer than . The command line is to convert is:: convert [, ...] PNG 'searx/static/themes/simple/img/favicon.png' has been created by:: $ make themes.simple CONVERT searx/static/themes/simple/src/svg/searxng-wordmark.svg -transparent white -resize 64x64 searx/static/themes/simple/img/favicon.png ... Signed-off-by: Markus Heiser --- searx/static/themes/simple/img/favicon.png | Bin 1474 -> 4734 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'searx/static') diff --git a/searx/static/themes/simple/img/favicon.png b/searx/static/themes/simple/img/favicon.png index 36be5fc01..409ede8ab 100644 Binary files a/searx/static/themes/simple/img/favicon.png and b/searx/static/themes/simple/img/favicon.png differ -- cgit v1.2.3