Browse Source

pot argument fix (#1498)

* pot argument fix

* removing '\'
SeungheonOh 5 years ago
parent
commit
59335d3581
1 changed files with 1 additions and 2 deletions
  1. 1 2
      neofetch

+ 1 - 2
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")