diff options
| author | Robert Günzler <r@gnzler.io> | 2023-07-13 17:46:19 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-07-13 17:58:48 +0900 |
| commit | c2c99761de427aed030199a0b29869e802a8c78f (patch) | |
| tree | 036e524c5dae492c091de4991096829af2e99b5d /.config/flavours/change_font.sh | |
| parent | 55e12519e03a44ee6c2ef99cc6829b9fbebdcc46 (diff) | |
flavours: bring colors into dotfiles
and fix accents and font Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/flavours/change_font.sh')
| -rw-r--r-- | .config/flavours/change_font.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/flavours/change_font.sh b/.config/flavours/change_font.sh index 42781eb..79f34a8 100644 --- a/.config/flavours/change_font.sh +++ b/.config/flavours/change_font.sh @@ -2,7 +2,7 @@ set -ex UIFONT="Iosevka Etoile" -MONOFONT="DejaVu Sans Mono" +MONOFONT="Iosevka SS04 Extended" fd 'hibiki.mustache.in' \ -x sh -c "sed -e 's,@uifont@,$UIFONT,g' -e 's,@monofont@,$MONOFONT,g' {} >{.}" |