Skip to content

Commit af8138a

Browse files
hykilpikonnaMVS
andcommitted
[PR] dylanaraps/neofetch#2017 from MVS - Add font size for Apple Terminal
Upstream PR: dylanaraps/neofetch#2017 Thanks to @MVS Co-authored-by: MVS <MVS@users.noreply.github.com>
2 parents b313147 + e6a11ca commit af8138a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

neofetch

+2-1
Original file line numberDiff line numberDiff line change
@@ -3481,7 +3481,8 @@ get_term_font() {
34813481

34823482
"Apple_Terminal")
34833483
term_font="$(osascript <<END
3484-
tell application "Terminal" to font name of window frontmost
3484+
tell application "Terminal" to font name of window frontmost \
3485+
& " " & font size of window frontmost
34853486
END
34863487
)"
34873488
;;

0 commit comments

Comments
 (0)