[PR] dylanaraps/neofetch#2116 from chrisfair - Removed an prepended '=' sign from terminal font output for kitty

Upstream PR: https://github.com/dylanaraps/neofetch/pull/2116
Thanks to @chrisfair

Co-authored-by: Christopher Patrick Fair <christopherpfair@comcast.net>
This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-08-11 14:37:50 -04:00
commit e1494bf07d

View file

@ -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")