Update font configuration

This commit is contained in:
Sonny Bakker 2025-12-18 14:12:05 +01:00
parent 09fbaf597c
commit 92f761f4bb
5 changed files with 8 additions and 7 deletions

View file

@ -8,7 +8,7 @@ packages:
- iproute2
- curl
- reflector
- ttf-inconsolata
- ttf-ibm-plex
- systemd-ukify
- efibootmgr
- git-delta
@ -21,4 +21,5 @@ mkinitcpio_templates: []
server_domain: fudiggity.nl
wezterm_font: IBM Plex Mono Medm
wezterm_font_size: 12

View file

@ -8,7 +8,7 @@ packages:
- iproute2
- curl
- reflector
- otf-monaspace-nerd
- ttf-ibm-plex
- systemd-ukify
- efibootmgr
- git-delta
@ -50,4 +50,4 @@ mkinitcpio_templates:
- src: 'templates/desktop/mkinitcpio/linux-lts.preset.j2'
dest: '/etc/mkinitcpio.d/linux-lts.preset'
wezterm_font_size: 13
wezterm_font_size: 12

View file

@ -8,7 +8,7 @@ packages:
- iproute2
- curl
- reflector
- otf-monaspace-nerd
- ttf-ibm-plex
- systemd-ukify
- efibootmgr
- git-delta

View file

@ -8,7 +8,7 @@ packages:
- iproute2
- curl
- reflector
- otf-monaspace-nerd
- ttf-ibm-plex
- systemd-ukify
- efibootmgr
- git-delta
@ -55,4 +55,4 @@ mkinitcpio_templates:
- src: 'templates/xps/mkinitcpio/linux-lts.preset.j2'
dest: '/etc/mkinitcpio.d/linux-lts.preset'
wezterm_font_size: 10
wezterm_font_size: 11

View file

@ -4,7 +4,7 @@ local wezterm = require 'wezterm';
return {
font = wezterm.font(
'Inconsolata Medium',
'{{ wezterm_font }}',
{ weight = 'Regular', stretch = 'Normal', style = 'Normal' }
),