back to 16 font and using symbols nerd font mono

This commit is contained in:
JesseBot 2023-03-08 22:08:54 +01:00
parent d8fb2eabd8
commit ad8817054b
No known key found for this signature in database
GPG key ID: C01D207CE04D55D9

View file

@ -11,8 +11,8 @@ return {
-- font stuff
-- don't complain if an icon or character is missing
warn_about_missing_glyphs = false,
font = wezterm.font_with_fallback { 'mononoki', 'Hack Nerd Font' },
font_size = 15,
font = wezterm.font_with_fallback { 'mononoki', 'Symbols Nerd Font Mono' },
font_size = 16,
-- window look and feel
hide_tab_bar_if_only_one_tab = true,