mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
alacritty: make template for different font sizes
This commit is contained in:
parent
af77c8e850
commit
3e3ed8dacb
1 changed files with 4 additions and 0 deletions
|
@ -17,8 +17,12 @@ y = 20
|
|||
shape = "Block"
|
||||
blinking = "On"
|
||||
|
||||
{{ if eq .chezmoi.hostname "helix" -}}
|
||||
[font]
|
||||
size = 16
|
||||
{{- else }}
|
||||
size = 13
|
||||
{{- end }}
|
||||
|
||||
[font.bold]
|
||||
family = "Hack"
|
Loading…
Reference in a new issue