We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722d082 commit 30eb10cCopy full SHA for 30eb10c
1 file changed
chezmoi/dot_config/wezterm/wezterm.lua.tmpl
@@ -25,11 +25,12 @@ config.colors = {
25
26
-- ### Config font ###
27
-- Alternative font: Geist Mono/Fira Code/JetBrains Mono/MonoLisa/MesloLGS Nerd Font Mono/Maple Mono/Cartograph CF
28
-config.font = wezterm.font("Dank Mono")
29
{{- if eq .chezmoi.os "darwin"}}
30
config.font_size = 16.5
+config.font = wezterm.font("Dank Mono")
31
{{ else if eq .chezmoi.os "linux"}}
32
-config.font_size = 14.5
+config.font_size = 12.5
33
+config.font = wezterm.font("TX-02")
34
{{- end }}
35
36
-- https://wezfurlong.org/wezterm/config/lua/config/underline_thickness.html#underline_thickness
0 commit comments