diff --git a/scripts/vimg b/scripts/vimg index 3810002..304f511 100755 --- a/scripts/vimg +++ b/scripts/vimg @@ -14,7 +14,7 @@ function render_at_size { img_path="${3}" # animation is turned off as it does werid things with the terminal output - chafa --animate=off --center=on --clear --size "${max_width}x${max_height}" "${img_path}" + chafa --clear --size "${max_width}x${max_height}" "${img_path}" } function draw_preview {