summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2024-04-02 12:51:13 +0300
committerVon Random <von@vdrandom.org>2024-04-02 12:51:13 +0300
commit9b15fbfec68417031ced47ccfc8142348c56ca3f (patch)
tree429a6f542ee02ccf9646167a67575278387eabb5
parent940196288bb5b2945e5ecba70b235b81ed02f6fd (diff)
wezterm: fonts
-rw-r--r--gui/.config/wezterm/wezterm.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/.config/wezterm/wezterm.lua b/gui/.config/wezterm/wezterm.lua
index 2e4663f..a28616e 100644
--- a/gui/.config/wezterm/wezterm.lua
+++ b/gui/.config/wezterm/wezterm.lua
@@ -21,14 +21,14 @@ cfg.check_for_updates = false
cfg.harfbuzz_features = nil
cfg.cursor_blink_rate = 0
cfg.bold_brightens_ansi_colors = false
-cfg.font = wt.font('Fantasque Sans Mono')
+cfg.font = wt.font('VascadiaMod')
cfg.font_size = fn.set_by_os{
- Darwin = 16,
- others = 12
+ Darwin = 14,
+ others = 11
}
-- visuals
-cfg.window_decorations = 'INTEGRATED_BUTTONS|RESIZE|MACOS_FORCE_ENABLE_SHADOW'
+cfg.window_decorations = 'INTEGRATED_BUTTONS|RESIZE'
cfg.xcursor_theme = 'Adwaita'
cfg.use_fancy_tab_bar = true
cfg.hide_tab_bar_if_only_one_tab = false