1
0
Fork 0

update kitty font

update kitty font
This commit is contained in:
Luca Bilke 2023-04-20 18:15:03 +02:00
commit 19e38dcbdb
11 changed files with 79 additions and 98 deletions

View file

@ -1,27 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig> <fontconfig>
<!-- TEST: this might be causing crashes in dwm, dmenu etc -->
<!-- <match target="font"> -->
<!-- <edit mode="assign" name="antialias"> -->
<!-- <bool>true</bool> -->
<!-- </edit> -->
<!-- <edit mode="assign" name="embeddedbitmap"> -->
<!-- <bool>false</bool> -->
<!-- </edit> -->
<!-- <edit mode="assign" name="hinting"> -->
<!-- <bool>true</bool> -->
<!-- </edit> -->
<!-- <edit mode="assign" name="hintstyle"> -->
<!-- <const>hintslight</const> -->
<!-- </edit> -->
<!-- <edit mode="assign" name="lcdfilter"> -->
<!-- <const>lcddefault</const> -->
<!-- </edit> -->
<!-- <edit mode="assign" name="rgba"> -->
<!-- <const>rgb</const> -->
<!-- </edit> -->
<!-- </match> -->
<alias> <alias>
<family>serif</family> <family>serif</family>
<prefer> <prefer>

View file

@ -1,11 +1,11 @@
# vim:fileencoding=utf-8:foldmethod=marker # vim:fileencoding=utf-8:foldmethod=marker
#: Fonts {{{ #: Fonts {{{
font_family JetBrainsMono Nerd Font Mono font_family CourierCode Nerd Font Mono
bold_font auto bold_font CourierCode
italic_font auto italic_font CourierCode
bold_italic_font auto bold_italic_font CourierCode
font_size 10.0 font_size 11
disable_ligatures cursor disable_ligatures cursor
#: }}} #: }}}

View file

@ -2,9 +2,9 @@
ln  # LINK ln  # LINK
or  # ORPHAN or  # ORPHAN
tw t # STICKY_OTHER_WRITABLE tw t # STICKY_OTHER_WRITABLE
ow # OTHER_WRITABLE ow # OTHER_WRITABLE
st t # STICKY st t # STICKY
di # DIR di # DIR
pi p # FIFO pi p # FIFO
so s # SOCK so s # SOCK
bd b # BLK bd b # BLK
@ -12,7 +12,7 @@ cd c # CHR
su u # SETUID su u # SETUID
sg g # SETGID sg g # SETGID
ex  # EXEC ex  # EXEC
fi # FILE fi # FILE
# file extensions # file extensions
*.styl  *.styl 
@ -210,76 +210,76 @@ fi  # FILE
Vagrantfile  Vagrantfile 
# archives or compressed (extensions from dircolors defaults) # archives or compressed (extensions from dircolors defaults)
*.tar *.tar
*.tgz *.tgz
*.arc *.arc
*.arj *.arj
*.taz *.taz
*.lha *.lha
*.lz4 *.lz4
*.lzh *.lzh
*.lzma *.lzma
*.tlz *.tlz
*.txz *.txz
*.tzo *.tzo
*.t7z *.t7z
*.zip *.zip
*.z *.z
*.dz *.dz
*.gz *.gz
*.lrz *.lrz
*.lz *.lz
*.lzo *.lzo
*.xz *.xz
*.zst *.zst
*.tzst *.tzst
*.bz2 *.bz2
*.bz *.bz
*.tbz *.tbz
*.tbz2 *.tbz2
*.tz *.tz
*.deb *.deb
*.rpm *.rpm
*.jar *.jar
*.war *.war
*.ear *.ear
*.sar *.sar
*.rar *.rar
*.alz *.alz
*.ace *.ace
*.zoo *.zoo
*.cpio *.cpio
*.7z *.7z
*.rz *.rz
*.cab *.cab
*.wim *.wim
*.swm *.swm
*.dwm *.dwm
*.esd *.esd
# image formats # image formats
*.jpg *.jpg
*.jpeg *.jpeg
*.mjpg *.mjpg
*.mjpeg *.mjpeg
*.bmp *.bmp
*.pbm *.pbm
*.pgm *.pgm
*.ppm *.ppm
*.tga *.tga
*.xbm *.xbm
*.xpm *.xpm
*.tif *.tif
*.tiff *.tiff
*.png *.png
*.svg *.svg
*.svgz *.svgz
*.pcx *.pcx
*.webp *.webp
*.xcf *.xcf
*.xwd *.xwd
*.cgm *.cgm
*.emf *.emf
# video formats # video formats
*.gif  *.gif 
@ -330,4 +330,4 @@ Vagrantfile 
*.xspf  *.xspf 
# other formats # other formats
*.pdf *.pdf

1
.local/share/fonts/.uuid Normal file
View file

@ -0,0 +1 @@
21501f22-e1b6-485a-a1cf-7240acd310b7

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,6 +1,7 @@
# TODO # TODO
- [ ] Create a better bitwarden integration - [ ] Create a better bitwarden integration
- [ ] Remove username from ssh completion - [ ] Remove username from ssh completion
- [ ] Look into rifle.py for LF
# FIX # FIX
- [ ] sb-playerctl trailing dash when no artist - [ ] sb-playerctl trailing dash when no artist