config(wezterm): add Iosevka font

main
sudo pacman -Syu 2024-03-03 14:19:36 +07:00
parent f2645f7205
commit 0ba3712dbe
1 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,16 @@ local wezterm = require("wezterm")
local act = wezterm.action
-- Custom fonts config
-- https://github.com/be5invis/Iosevka
local font_iosevka = {
font = wezterm.font({
family = "Iosevka Term SS08",
}),
font_size = 16.0,
line_height = 1.2,
default_cursor_style = "SteadyBar",
}
-- https://github.com/jenskutilek/sudo-font
local font_sudo = {
font = wezterm.font({
@ -86,7 +96,6 @@ local font_berkeley = {
}
local current_font = font_berkeley
local current_color_scheme = "Catppuccin Mocha"
return {