ghostty: fonts fontelifonts
This commit is contained in:
parent
a82ffe7012
commit
44bf38a484
1 changed files with 8 additions and 7 deletions
|
@ -14,16 +14,17 @@
|
||||||
settings = {
|
settings = {
|
||||||
font-size = 11;
|
font-size = 11;
|
||||||
font-family = "Berkeley Mono";
|
font-family = "Berkeley Mono";
|
||||||
font-family-bold-italic = "Monaspace Radon Var";
|
font-family-italic = "Monaspace Radon Var";
|
||||||
|
font-family-bold-italic = "Monaspace Krypton Var";
|
||||||
font-style = "Regular";
|
font-style = "Regular";
|
||||||
font-style-bold = "Bold";
|
font-style-bold = "Bold";
|
||||||
font-style-italic = "SemiLight Oblique";
|
font-style-italic = "Italic";
|
||||||
font-style-bold-italic = "Italic";
|
font-style-bold-italic = "ExtraLight";
|
||||||
font-synthetic-style = false;
|
font-synthetic-style = false;
|
||||||
|
|
||||||
adjust-cursor-thickness = 4;
|
adjust-cursor-thickness = 4;
|
||||||
adjust-underline-position = 5;
|
adjust-underline-position = 3;
|
||||||
adjust-underline-thickness = -2;
|
adjust-underline-thickness = -1;
|
||||||
|
|
||||||
mouse-hide-while-typing = true;
|
mouse-hide-while-typing = true;
|
||||||
unfocused-split-opacity = 0.85;
|
unfocused-split-opacity = 0.85;
|
||||||
|
@ -75,7 +76,7 @@
|
||||||
"TerminalEmulator"
|
"TerminalEmulator"
|
||||||
];
|
];
|
||||||
exec = ''
|
exec = ''
|
||||||
ghostty --class=com.mitchellh.ghostty-secondary --font-style="UltraCondensed" --font-style-bold="Bold UltraCondensed" --font-style-italic="UltraCondensed Oblique" -e bash
|
ghostty --class=com.mitchellh.ghostty-secondary --background-opacity=0.7 --font-style="UltraCondensed" --font-style-bold="Bold UltraCondensed" --font-style-italic="UltraCondensed Oblique" -e bash
|
||||||
'';
|
'';
|
||||||
genericName = "Secondary Ghostty";
|
genericName = "Secondary Ghostty";
|
||||||
icon = "com.mitchellh.ghostty";
|
icon = "com.mitchellh.ghostty";
|
||||||
|
@ -113,7 +114,7 @@
|
||||||
"TerminalEmulator"
|
"TerminalEmulator"
|
||||||
];
|
];
|
||||||
exec = ''
|
exec = ''
|
||||||
ghostty --class=com.mitchellh.ghostty-devel-secondary --font-style="ExtraCondensed" --font-style-bold="Bold ExtraCondensed" --font-style-italic="ExtraCondensed Oblique" --command="ssh -t devel" --initial-command="ssh -t devel"
|
ghostty --class=com.mitchellh.ghostty-devel-secondary --background-opacity=0.7 --font-style="ExtraCondensed" --font-style-bold="Bold ExtraCondensed" --font-style-italic="ExtraCondensed Oblique" --command="ssh -t devel" --initial-command="ssh -t devel"
|
||||||
'';
|
'';
|
||||||
genericName = "Secondary Ghostty (devel)";
|
genericName = "Secondary Ghostty (devel)";
|
||||||
icon = "com.mitchellh.ghostty";
|
icon = "com.mitchellh.ghostty";
|
||||||
|
|
Loading…
Add table
Reference in a new issue