From 331deaf2935c68b25e99ec9fffb126537d5fd59e Mon Sep 17 00:00:00 2001 From: PowerMan2206 <61635519+PowerMan2206@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:13:52 +0200 Subject: [PATCH] Made sixel use -I Made the sixel image backend use high color mode (-I) as it gives better image quality --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 48b96d21..31a59d32 100755 --- a/neofetch +++ b/neofetch @@ -4493,7 +4493,7 @@ display_image() { ;; "sixel") - img2sixel \ + img2sixel -I \ -w "$width" \ -h "$height" \ "$image"