dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kitty image backend not working on startup

cbdRedGG opened this issue · comments

Hello, I'm using Kitty and I can visualize images on terminal but neofetch won't work on startup.

I added the instruction neofetch in .zshrc but it doesn't work.

neofetch_issue
That's what happens when I open Kitty

And this happens if I execute neofetch after Kitty starts
neofetch_issue2

Neofetch 7.1.0

Kitty 0.30.1

do you want to share your config? really liked it

do you want to share your config? really liked it

Sure thing my guy.

kitty.conf:

enable_audio_bell no

include color.ini

font_family HackNerdFont
font_size 11

disable_ligatures never

url_color #61afef

url_style curly

map ctrl+left neighboring_window left
map ctrl+right neighboring_window right
map ctrl+up neighboring_window up
map ctrl+down neighboring_window down

map f1 copy_to_buffer a
map f2 paste_from_buffer a
map f3 copy_to_buffer b
map f4 paste_from_buffer b

cursor_shape beam
cursor_beam_thickness 1.8

mouse_hide_wait 3.0
detect_urls yes

repaint_delay 10
input_delay 3
sync_to_monitor yes

map ctrl+shift+z toggle_layout stack
tab_bar_style powerline

inactive_tab_background #e06c75
active_tab_background #98c379
inactive_tab_foreground #000000
tab_bar_margin_color black

map ctrl+shift+enter new_window_with_cwd
map ctrl+shift+t new_tab_with_cwd
map alt+left send_text all \x1b\x62
map alt+right send_text all \x1b\x66

background_opacity 0.45

shell zsh

colors.ini:

cursor_shape          Underline
cursor_underline_thickness 1
window_padding_width  20

# Special
foreground #ffffe6
# OLD -> a9b1d6
background #1a1b26

# Black
color0 #414868
color8 #414868

# Red
color1 #f7768e
color9 #f7768e

# Green
color2  #73daca
color10 #73daca

# Yellow
color3  #e0af68
color11 #e0af68

# Blue
color4  #7aa2f7
color12 #7aa2f7

# Magenta
color5  #bb9af7
color13 #bb9af7

# Cyan
color6  #7dcfff
color14 #7dcfff

# White
color7  #c0caf5
color15 #c0caf5

# Cursor
cursor #c0caf5
cursor_text_color #1a1b26

# Selection highlight
selection_foreground #7aa2f7
selection_background #28344a

Bump- Same issue on Arch Linux.

Bump - Issue exists on Mac Sonoma as well

Screenshot from 2024-03-26 15-55-26

Similar issue on Arch, but additionally, except custom ascii, images sometimes won't load, and sometimes will (GNOME 46, neofetch 7.1.0-2, kitty 0.33.0-1)
It works on bare metal (GNOME 45.5) tho. I really doubt its a DE problem, so maybe it's a vm issue?