Browse Source

Update neofetch

OldWorldOrdr 2 năm trước cách đây
mục cha
commit
bc89c50427
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      neofetch

+ 2 - 2
neofetch

@@ -4636,8 +4636,8 @@ get_cols() {
         printf -v block_spaces "%${block_height}s"
 
         # Convert the spaces into rows of blocks.
-        [[ "$blocks"  ]] && cols+="${block_spaces// /${blocks}nl}"
-        [[ "$blocks2" ]] && cols+="${block_spaces// /${blocks2}nl}"
+        [[ "$blocks"  ]] && cols+="${block_spaces// /${blocks}\[mnl}"
+        [[ "$blocks2" ]] && cols+="${block_spaces// /${blocks2}\[mnl}"
 
         # Determine the horizontal offset of the blocks.
         case $col_offset in