From cec18792026768a9da2ef347ccf954cddeefd816 Mon Sep 17 00:00:00 2001 From: april Date: Wed, 24 Jan 2024 09:31:27 -0600 Subject: [PATCH] Update wezterm config --- .config/wezterm/wezterm.lua | 42 +------------------------------------ 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index 59be818..8640d54 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -30,47 +30,7 @@ config.warn_about_missing_glyphs=false -- config.color_scheme = 'Catppuccin Mocha' config.color_scheme = "Gigavolt (base16)" -config.font = wezterm.font "JetBrainsMono Nerd Font" - --- config.font = wezterm.font({ --- family='MonaspiceNe Nerd Font', --- weight='Regular', --- harfbuzz_features={ 'calt', 'liga', 'dlig', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08' }, --- }) - --- config.font_rules = { --- { -- Italic --- intensity = 'Normal', --- italic = true, --- font = wezterm.font({ --- -- family="MonaspiceRa Nerd Font", -- script style --- family='MonaspiceXe Nerd Font', -- courier-like --- style = 'Italic', --- }) --- }, - --- { -- Bold --- intensity = 'Bold', --- italic = false, --- font = wezterm.font( { --- family='MonaspiceKr Nerd Font', --- family='MonaspiceKr Nerd Font', --- -- weight='ExtraBold', --- weight='Bold', --- }) --- }, - --- { -- Bold Italic --- intensity = 'Bold', --- italic = true, --- font = wezterm.font( { --- family='MonaspiceXe Nerd Font', --- style='Italic', --- weight='Bold', --- } --- ) --- }, --- } +config.font = wezterm.font 'JetBrains Mono' -- and finally, return the configuration to wezterm return config