From 32fece816f3469007fdfa67a5ade7d5fdcc24378 Mon Sep 17 00:00:00 2001 From: MVS Date: Wed, 29 Dec 2021 21:06:17 -0600 Subject: [PATCH 1/2] Add font size for Apple Terminal This PR extends the Apple Terminal AppleScript call that fetches the font. It now fetches the font size and appends it to the font name to make the output match other terminals. --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 48b96d215..69a2b441a 100755 --- a/neofetch +++ b/neofetch @@ -3371,7 +3371,8 @@ get_term_font() { "Apple_Terminal") term_font="$(osascript < Date: Wed, 29 Dec 2021 21:15:13 -0600 Subject: [PATCH 2/2] Tabs -> spaces --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 69a2b441a..38738aa55 100755 --- a/neofetch +++ b/neofetch @@ -3372,7 +3372,7 @@ get_term_font() { "Apple_Terminal") term_font="$(osascript <