Update kitty font

This commit is contained in:
pancakes 2025-09-19 13:06:42 +10:00
parent 12ecc50737
commit c6e44c4712
Signed by: pancakes
SSH key fingerprint: SHA256:yrp4c4hhaPoPG07fb4QyQIgAdlbUdsJvUAydJEWnfTw
2 changed files with 10 additions and 2 deletions

View file

@ -87,7 +87,7 @@ helix-editor:
[group("graphical")]
kitty-terminal:
@just _echowarning "1) Installing Kitty and dependencies"
paru -S imagemagick kitty python-pygments ttf-firacode-nerd
paru -S imagemagick kitty otf-commit-mono-nerd python-pygments
@just _echowarning "\n2) Stowing Kitty config"
stow --dotfiles -S kitty

View file

@ -3,7 +3,7 @@ include Tokyo Night.conf
background_opacity 0.9
# Fonts
font_family FiraCode Nerd Font
# font_family family="B612 Mono Liga"
font_size 12.0
# Bell
@ -24,3 +24,11 @@ map alt+h neighboring_window left
map alt+j neighboring_window down
map alt+k neighboring_window up
map alt+l neighboring_window right
# BEGIN_KITTY_FONTS
font_family family='CommitMono Nerd Font' postscript_name=CommitMonoNF-Regular
bold_font auto
italic_font auto
bold_italic_font auto
# END_KITTY_FONTS