Update font configuration
This commit is contained in:
parent
09fbaf597c
commit
92f761f4bb
5 changed files with 8 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ packages:
|
|||
- iproute2
|
||||
- curl
|
||||
- reflector
|
||||
- otf-monaspace-nerd
|
||||
- ttf-ibm-plex
|
||||
- systemd-ukify
|
||||
- efibootmgr
|
||||
- git-delta
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ local wezterm = require 'wezterm';
|
|||
|
||||
return {
|
||||
font = wezterm.font(
|
||||
'Inconsolata Medium',
|
||||
'{{ wezterm_font }}',
|
||||
{ weight = 'Regular', stretch = 'Normal', style = 'Normal' }
|
||||
),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue