Realized that you will not take pipes so did it this way instead
This commit is contained in:
parent
c779230f0b
commit
3f7b6aa3e2
1 changed files with 3 additions and 1 deletions
4
neofetch
4
neofetch
|
@ -3442,7 +3442,9 @@ 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/=//"|sed "s/'//g")"
|
||||
term_font="$(kitty +runpy ''"$term_font"'')"
|
||||
term_font="${term_font//=}"
|
||||
term_font="${term_font//\'}"
|
||||
;;
|
||||
|
||||
"konsole" | "yakuake")
|
||||
|
|
Loading…
Reference in a new issue