mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-03-21 17:24:51 -05:00
Fix terminal font output in kitty (#484)
Some checks failed
Shellcheck / check (push) Has been cancelled
Some checks failed
Shellcheck / check (push) Has been cancelled
[fix] fix terminal font output in kitty
This commit is contained in:
parent
b81d5fed1b
commit
352a1ba086
4
neofetch
4
neofetch
|
|
@ -4783,8 +4783,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//\'}"
|
||||
term_font="${term_font#family=}"
|
||||
term_font="$(trim_quotes "${term_font}")"
|
||||
;;
|
||||
|
||||
"konsole" | "yakuake")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user