pot argument fix (#1498)

* pot argument fix

* removing '\'
master
SeungheonOh 6 years ago committed by GitHub
parent 77a34f884d
commit 59335d3581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      neofetch

@ -4222,8 +4222,7 @@ display_image() {
"pot")
pot \
"$image" \
--size="$((width / font_width))x$((height / font_height))" \
--loader=std
--size="$((width / font_width))x$((height / font_height))"
;;
"pixterm")

Loading…
Cancel
Save