mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 20:12:31 +00:00
term_font: add qterminal support
This commit is contained in:
5
neofetch
5
neofetch
@@ -2195,6 +2195,11 @@ END
|
|||||||
term_font="$(trim_quotes "$term_font")"
|
term_font="$(trim_quotes "$term_font")"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"qterminal")
|
||||||
|
term_font="$(awk -F '=' '/fontFamily=/ {a=$2} /fontSize=/ {b=$2} END{print a " " b}' \
|
||||||
|
"${XDG_CONFIG_HOME}/qterminal.org/qterminal.ini")"
|
||||||
|
;;
|
||||||
|
|
||||||
"sakura"*)
|
"sakura"*)
|
||||||
term_font="$(awk -F '=' '/^font=/ {print $2; exit}' \
|
term_font="$(awk -F '=' '/^font=/ {print $2; exit}' \
|
||||||
"${XDG_CONFIG_HOME}/sakura/sakura.conf")"
|
"${XDG_CONFIG_HOME}/sakura/sakura.conf")"
|
||||||
|
|||||||
Reference in New Issue
Block a user