ghostty: use ultracondensed berkeley mono for secondary term

This commit is contained in:
Daniel Lundin 2025-01-06 19:03:55 +01:00
parent c56bb18827
commit d8f97650e5
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -108,7 +108,7 @@
"TerminalEmulator" "TerminalEmulator"
]; ];
exec = '' exec = ''
ghostty --class=com.mitchellh.ghostty-secondary --font-style="ExtraCondensed" --font-style-bold="Bold ExtraCondensed" --font-style-italic="ExtraCondensed Oblique" -e bash ghostty --class=com.mitchellh.ghostty-secondary --font-style="UltraCondensed" --font-style-bold="Bold UltraCondensed" --font-style-italic="UltraCondensed Oblique" -e bash
''; '';
genericName = "Ghostty Secondary"; genericName = "Ghostty Secondary";
icon = "com.mitchellh.ghostty"; icon = "com.mitchellh.ghostty";