[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:
@@ -3771,6 +3771,8 @@ END
|
|||||||
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"'')"
|
||||||
|
term_font="${term_font//=}"
|
||||||
|
term_font="${term_font//\'}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"konsole" | "yakuake")
|
"konsole" | "yakuake")
|
||||||
|
|||||||
Reference in New Issue
Block a user