diff --git a/neofetch b/neofetch index d9ca3162..81a2924a 100755 --- a/neofetch +++ b/neofetch @@ -3771,6 +3771,8 @@ END term_font="from kitty.cli import *; o = create_default_opts(); \ print(f'{o.font_family} {o.font_size}')" term_font="$(kitty +runpy ''"$term_font"'')" + term_font="${term_font//=}" + term_font="${term_font//\'}" ;; "konsole" | "yakuake")