mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 20:12:31 +00:00
Fix padding not working in some systems
This commit is contained in:
2
fetch
2
fetch
@@ -2121,7 +2121,7 @@ if [ "$image" != "off" ]; then
|
||||
fi
|
||||
|
||||
# Display the image if enabled
|
||||
if [ "$image" != "off" ] || [ "$image" != "ascii" ]; then
|
||||
if [ "$image" != "off" ] && [ "$image" != "ascii" ]; then
|
||||
case "$image_backend" in
|
||||
"w3m")
|
||||
printf "%b%s\n" "0;1;$xoffset;$yoffset;$imgsize;$imgsize;;;;;$img\n4;\n3;" |\
|
||||
|
||||
Reference in New Issue
Block a user