[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:
commit
e1494bf07d
1 changed files with 2 additions and 0 deletions
2
neofetch
2
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")
|
||||
|
|
Loading…
Reference in a new issue