dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
21.88k stars 1.76k forks source link

neofatch displays after a mouse click & can't detect host #2315

Open GinBoiii opened 1 year ago

GinBoiii commented 1 year ago

When I run neofetch I have to click anywhere in my browser for neofetch to print. Furthermore I have no idea to why neofetch can't detect host.

I use Black Box as my default terminal emulator and zsh. It does support sixel (though experimental), which is the image backend that I use with neofetch. img2sixel command prints images without a problem. So I don't know what gives.

Neofetch version 7.1.0

Screenshot image

Config file

print_info() {
    info title
#   info underline

    info "distro" distro
    info "host" model
    info "kernel" kernel
    info "packages" packages
    info "memory" memory

    info cols
}

distro_shorthand="off"
os_arch="off"
package_managers="off"
seperator="<200b>"
ascii_distro="ubuntu"
colors=(5 0 5 4 4 7)
ascii_colors=(6 4)
image_backend="sixel"
image_source="/home/gin/Pictures/torii_day_big.png"

Verbose log https://pastebin.com/CnEmGKN5

4r7if3x commented 1 year ago

When I run neofetch I have to click anywhere in my browser for neofetch to print.

It's not necessarily a browser, but any window other than the terminal itself. You can avoid this issue by running the command via sudo until a solution is provided.