mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -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"
|
shape = "Block"
|
||||||
blinking = "On"
|
blinking = "On"
|
||||||
|
|
||||||
|
{{ if eq .chezmoi.hostname "helix" -}}
|
||||||
[font]
|
[font]
|
||||||
|
size = 16
|
||||||
|
{{- else }}
|
||||||
size = 13
|
size = 13
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "Hack"
|
family = "Hack"
|
Loading…
Reference in a new issue