浏览代码

pot argument fix (#1498)

* pot argument fix

* removing '\'
SeungheonOh 5 年之前
父节点
当前提交
59335d3581
共有 1 个文件被更改,包括 1 次插入2 次删除
  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")