Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add font size for Apple Terminal #2017

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -3371,7 +3371,8 @@ get_term_font() {

"Apple_Terminal")
term_font="$(osascript <<END
tell application "Terminal" to font name of window frontmost
tell application "Terminal" to font name of window frontmost \
& " " & font size of window frontmost
END
)"
;;
Expand Down