Removed an prepended '=' sign from terminal font output for kitty

This commit is contained in:
Christopher Patrick Fair 2022-05-19 08:00:29 -06:00
parent ccd5d9f526
commit 6a393986ac

View file

@ -3442,7 +3442,7 @@ END
"kitty"*) "kitty"*)
term_font="from kitty.cli import *; o = create_default_opts(); \ term_font="from kitty.cli import *; o = create_default_opts(); \
print(f'{o.font_family} {o.font_size}')" print(f'{o.font_family} {o.font_size}')"
term_font="$(kitty +runpy ''"$term_font"'')" term_font="$(kitty +runpy ''"$term_font"''|sed 's/=//')"
;; ;;
"konsole" | "yakuake") "konsole" | "yakuake")