mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-06-02 21:45:25 -05:00
Removed the single quotes in the font as well in kitty
This commit is contained in:
parent
6a393986ac
commit
c779230f0b
2
neofetch
2
neofetch
|
|
@ -3442,7 +3442,7 @@ END
|
|||
"kitty"*)
|
||||
term_font="from kitty.cli import *; o = create_default_opts(); \
|
||||
print(f'{o.font_family} {o.font_size}')"
|
||||
term_font="$(kitty +runpy ''"$term_font"''|sed 's/=//')"
|
||||
term_font="$(kitty +runpy ''"$term_font"''|sed "s/=//"|sed "s/'//g")"
|
||||
;;
|
||||
|
||||
"konsole" | "yakuake")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user