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
|
- iproute2
|
||||||
- curl
|
- curl
|
||||||
- reflector
|
- reflector
|
||||||
- ttf-inconsolata
|
- ttf-ibm-plex
|
||||||
- systemd-ukify
|
- systemd-ukify
|
||||||
- efibootmgr
|
- efibootmgr
|
||||||
- git-delta
|
- git-delta
|
||||||
|
|
@ -21,4 +21,5 @@ mkinitcpio_templates: []
|
||||||
|
|
||||||
server_domain: fudiggity.nl
|
server_domain: fudiggity.nl
|
||||||
|
|
||||||
|
wezterm_font: IBM Plex Mono Medm
|
||||||
wezterm_font_size: 12
|
wezterm_font_size: 12
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ packages:
|
||||||
- iproute2
|
- iproute2
|
||||||
- curl
|
- curl
|
||||||
- reflector
|
- reflector
|
||||||
- otf-monaspace-nerd
|
- ttf-ibm-plex
|
||||||
- systemd-ukify
|
- systemd-ukify
|
||||||
- efibootmgr
|
- efibootmgr
|
||||||
- git-delta
|
- git-delta
|
||||||
|
|
@ -50,4 +50,4 @@ mkinitcpio_templates:
|
||||||
- src: 'templates/desktop/mkinitcpio/linux-lts.preset.j2'
|
- src: 'templates/desktop/mkinitcpio/linux-lts.preset.j2'
|
||||||
dest: '/etc/mkinitcpio.d/linux-lts.preset'
|
dest: '/etc/mkinitcpio.d/linux-lts.preset'
|
||||||
|
|
||||||
wezterm_font_size: 13
|
wezterm_font_size: 12
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ packages:
|
||||||
- iproute2
|
- iproute2
|
||||||
- curl
|
- curl
|
||||||
- reflector
|
- reflector
|
||||||
- otf-monaspace-nerd
|
- ttf-ibm-plex
|
||||||
- systemd-ukify
|
- systemd-ukify
|
||||||
- efibootmgr
|
- efibootmgr
|
||||||
- git-delta
|
- git-delta
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ packages:
|
||||||
- iproute2
|
- iproute2
|
||||||
- curl
|
- curl
|
||||||
- reflector
|
- reflector
|
||||||
- otf-monaspace-nerd
|
- ttf-ibm-plex
|
||||||
- systemd-ukify
|
- systemd-ukify
|
||||||
- efibootmgr
|
- efibootmgr
|
||||||
- git-delta
|
- git-delta
|
||||||
|
|
@ -55,4 +55,4 @@ mkinitcpio_templates:
|
||||||
- src: 'templates/xps/mkinitcpio/linux-lts.preset.j2'
|
- src: 'templates/xps/mkinitcpio/linux-lts.preset.j2'
|
||||||
dest: '/etc/mkinitcpio.d/linux-lts.preset'
|
dest: '/etc/mkinitcpio.d/linux-lts.preset'
|
||||||
|
|
||||||
wezterm_font_size: 10
|
wezterm_font_size: 11
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ local wezterm = require 'wezterm';
|
||||||
|
|
||||||
return {
|
return {
|
||||||
font = wezterm.font(
|
font = wezterm.font(
|
||||||
'Inconsolata Medium',
|
'{{ wezterm_font }}',
|
||||||
{ weight = 'Regular', stretch = 'Normal', style = 'Normal' }
|
{ weight = 'Regular', stretch = 'Normal', style = 'Normal' }
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue