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

Commit

Permalink
feat: Add Apple Terminal Fontsize
Browse files Browse the repository at this point in the history
  • Loading branch information
tnsicdr committed Apr 29, 2022
1 parent 9fca88a commit d970f85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -3385,7 +3385,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

0 comments on commit d970f85

Please sign in to comment.