You are not logged in.

#1 2024-04-13 18:53:53

whiteman808
Member
Registered: 2024-04-13
Posts: 22

rxvt-unicode-truecolor - truncated symbols in variable-width fonts

Hello,

I have a problem with truncated symbols when using variable-width fonts as shown in the picture https://imgur.com/a/1um1zpM

~ ❯ cat ~/.Xresources                                                                                                                                                            ✘ INT 20:53:00
#include ".Xresources.d/rxvt-unicode"
#include ".Xresources.d/fonts"
#include ".Xresources.d/cursors"
!#include ".Xresources.d/themes/Tokyo_Night"
!#include ".Xresources.d/themes/Night_Owl"
#include ".Xresources.d/themes/Elementary"
~ ❯ cat ~/.Xresources.d/rxvt-unicode                                                                                                                                                   20:53:10
! disable ugly scrollbar
URxvt.scrollBar: false

! do not scroll with output
URxvt*scrollTtyOutput: false

! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true

! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true

! scrollback buffer in secondary screen
URxvt*secondaryScreen: 1
URxvt*secondaryScroll: 0

! set font
URxvt*font: xft:Hack Nerd Font Mono:style=Regular:size=13

! font spacing
URxvt*letterSpace: -2

! disable printing the terminal contents when pressing PrintScreen
URxvt*print-pipe: "cat > /dev/null"

! transparency
URxvt*inheritPixmap: true
URxvt*transparent: true
! URxvt*shading: 0 to 99 darkens, 101 to 200 lightens
URxvt*shading: 15

! extensions
URxvt*perl-ext-common: default,clipboard,selection-to-clipboard,url-select,keyboard-select,fullscreen,resize-font

! cut and paste
URxvt.clipboard.autocopy: true
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste

! urls
URxvt.url-select.launcher:  firefox
URxvt.url-select.underline: true
URxvt.keysym.M-u:           perl:url-select:select_next
URxvt.keysym.M-Escape:      perl:keyboard-select:activate
URxvt.keysym.M-s:           perl:keyboard-select:search

! fullscreen
URxvt.keysym.F11: perl:fullscreen:switch

! changing font size on the fly
URxvt.iso14755: false
URxvt.iso14755_52: false

! Xterm escape sequences
!Xterm escapes, word by word movement
URxvt.keysym.Control-Left:    \033[1;5D
URxvt.keysym.Control-Right:    \033[1;5C

! fix wrong window geometry
URxvt.geometry: 400x400
~ ❯ cat ~/.Xresources.d/fonts                                                                                                                                                          20:53:15
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
~ ❯ cat ~/.Xresources.d/cursors                                                                                                                                                        20:53:18
Xcursor.theme: Vimix-cursors
~ ❯ cat ~/.Xresources.d/themes/Elementary                                                                                                                                              20:53:29
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground:  #f2f2f2
*.background:  #101010
*.cursorColor: #bbbbbb
!
! Black
*.color0:      #303030
*.color8:      #5d5d5d
!
! Red
*.color1:      #e1321a
*.color9:      #ff361e
!
! Green
*.color2:      #6ab017
*.color10:     #7bc91f
!
! Yellow
*.color3:      #ffc005
*.color11:     #ffd00a
!
! Blue
*.color4:      #004f9e
*.color12:     #0071ff
!
! Magenta
*.color5:      #ec0048
*.color13:     #ff1d62
!
! Cyan
*.color6:      #2aa7e7
*.color14:     #4bb8fd
!
! White
*.color7:      #f2f2f2
!*.color15:     #8c00ec
*.color15:     #ffffff
!
! Bold, Italic, Underline
*.colorBD:     #ffffff
!*.colorIT:
!*.colorUL:

Offline

#2 2024-04-13 20:30:13

seth
Member
Registered: 2012-09-03
Posts: 51,655

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

Offline

#3 2024-04-13 20:36:29

whiteman808
Member
Registered: 2024-04-13
Posts: 22

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

Yes, with the result as shown in the picture https://imgur.com/a/40iBh23 when URxvt*letterSpace is set to 0
Even more, the font is displayed with too wide spacing between characters
Here is the picture when I set URxvt*letterSpace to -1 https://imgur.com/a/GFh7ZfB

Last edited by whiteman808 (2024-04-13 20:38:06)

Offline

#4 2024-04-13 20:43:37

seth
Member
Registered: 2012-09-03
Posts: 51,655

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

A neagtive letterspace won't help you here.
Is this actually https://aur.archlinux.org/packages/rxvt … ide-glyphs or https://aur.archlinux.org/packages/rxvt … -truecolor ?
What utf8 codepoint is the specific glyph?

Offline

#5 2024-04-13 20:45:07

whiteman808
Member
Registered: 2024-04-13
Posts: 22

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

Is this actually https://aur.archlinux.org/packages/rxvt … ide-glyphs or https://aur.archlinux.org/packages/rxvt … -truecolor ?

The first one

What utf8 codepoint is the specific glyph?

It's the one from nvim-web-devicons

Offline

#6 2024-04-13 21:58:31

seth
Member
Registered: 2012-09-03
Posts: 51,655

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

It's the one from nvim-web-devicons

That doesn't answer the question at all…
https://github.com/nvim-tree/nvim-web-devicons has u+f40e as "Log", https://www.nerdfonts.com/cheat-sheet

This one would render fine for me in https://aur.archlinux.org/packages/rxvt … ide-glyphs but not in eg. xterm where it gets the right end chopped off because it reaches into the next box
It'll however overlap w/ whatever is the next box (unless you add a blank)

Offline

#7 2024-04-13 22:12:59

whiteman808
Member
Registered: 2024-04-13
Posts: 22

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

Any idea why font spacing and icons aren't working as expected in rxvt-unicode-truecolor-wide-glyphs?

Offline

#8 2024-04-13 22:14:33

seth
Member
Registered: 2012-09-03
Posts: 51,655

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

All I can tell you is that they do here. What you see looks like urxvt minus the wide-glyphs patch but for a definitive answer you'll have to reveal the code point of the troublesome icon.

Offline

#9 2024-04-13 22:19:17

whiteman808
Member
Registered: 2024-04-13
Posts: 22

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

That's the icon f016a \udb80\udd6a and f487 \uf487

Last edited by whiteman808 (2024-04-13 22:20:29)

Offline

#10 2024-04-13 22:24:38

seth
Member
Registered: 2012-09-03
Posts: 51,655

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

fc-list :charset=f016a

The glyph renders perfectly fine out of the saucecode nerd font here in https://aur.archlinux.org/packages/rxvt … ide-glyphs (there isn't even any overlap into the next box) - but not in xterm where it looks exactly like your screenshot (and I'd not be sureprised if rxvt-unicode-truecolor had the same problem)

pacman -Qs rxvt
pacman -Qikk rxvt-unicode-truecolor-wide-glyphs

Offline

#11 2024-04-13 22:26:13

whiteman808
Member
Registered: 2024-04-13
Posts: 22

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

~ ❯ pacman -Qs rxvt                                                                    00:24:38
local/libptytty 2.0-4
    An offspring of rxvt-unicode that handles pty/tty/utmp/wtmp/lastlog handling in mostly
    OS-independent ways
local/rxvt-unicode-truecolor-wide-glyphs 9.31-7
    Unicode enabled rxvt-clone terminal emulator (urxvt) with true color, enhanced glyphs and
    improved font rendering support
local/urxvt-fullscreen 1-1
    script to switch fullscreen and above-other-windows on urxvt
local/urxvt-vtwheel 0.3-3
    Scroll wheel support for urxvt
~ ❯ pacman -Qikk rxvt-unicode-truecolor-wide-glyphs                                    00:25:06
Name            : rxvt-unicode-truecolor-wide-glyphs
Version         : 9.31-7
Description     : Unicode enabled rxvt-clone terminal emulator (urxvt) with true color,
                  enhanced glyphs and improved font rendering support
Architecture    : x86_64
URL             : http://software.schmorp.de/pkg/rxvt-unicode.html
Licenses        : GPL
Groups          : None
Provides        : rxvt-unicode  rxvt-unicode-terminfo  urxvt-resize-font
                  urxvt-keyboard-select
Depends On      : libxft  libxt  perl  startup-notification  libnsl  libptytty  libxext
Optional Deps   : gtk2-perl: to use the urxvt-tabbed [installed]
Required By     : urxvt-fullscreen  urxvt-vtwheel
Optional For    : None
Conflicts With  : rxvt-unicode  rxvt-unicode-terminfo  urxvt-resize-font  urxvt-perls
Replaces        : None
Installed Size  : 3,01 MiB
Packager        : whiteman808 <whiteman808@paraboletancza.org>
Build Date      : sob, 13 kwi 2024, 20:06:46
Install Date    : sob, 13 kwi 2024, 22:31:01
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature

rxvt-unicode-truecolor-wide-glyphs: 82 total files, 0 altered files
~ ❯ echo $TERM                                                                         00:25:22
xterm-256color

Offline

#12 2024-04-13 22:28:47

seth
Member
Registered: 2012-09-03
Posts: 51,655

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

seth also wrote:
fc-list :charset=f016a

Offline

#13 2024-04-13 22:28:57

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,556
Website

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

If, by chance, you are running urxvtd, you'd need to restart it after switching to the -wide-gylphs package.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#14 2024-04-13 22:34:44

whiteman808
Member
Registered: 2024-04-13
Posts: 22

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

/usr/share/fonts/TTF/M+1NerdFontPropo-Light.ttf: M+1 Nerd Font Propo,M+1 Nerd Font Propo Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-ExtraCondensedRegular.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM ExtCond:style=ExtraCondensed Regular,Regular
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-LightItalic.ttf: BlexMono Nerd Font Propo,BlexMono Nerd Font Propo Light:style=Light Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond:style=Condensed Italic,Italic
/usr/share/fonts/TTF/UbuntuNerdFont-MediumItalic.ttf: Ubuntu Nerd Font,Ubuntu Nerd Font Med:style=Medium Italic,Italic
/usr/share/fonts/TTF/IosevkaTermNerdFont-LightOblique.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF Light Obl:style=Light Oblique,Italic
/usr/share/fonts/TTF/IosevkaTermNerdFont-Medium.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF Medium:style=Medium,Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-Bold.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-Bold.ttf: NotoSerif Nerd Font,NotoSerif NF:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFont-ExtraCondensedLight.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF ExtCond Light:style=ExtraCondensed Light,Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-Bold.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM:style=Bold
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-Light.ttf: BlexMono Nerd Font Propo,BlexMono Nerd Font Propo Light:style=Light,Regular
/usr/share/fonts/OTF/MonaspiceKrNerdFont-MediumItalic.otf: MonaspiceKr Nerd Font,MonaspiceKr NF,MonaspiceKr NF Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-ThinItalic.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/IntoneMonoNerdFontPropo-Italic.ttf: IntoneMono Nerd Font Propo,IntoneMono NFP:style=Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-Thin.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM Thin:style=Thin,Regular
/usr/share/fonts/TTF/BlexMonoNerdFont-TextItalic.ttf: BlexMono Nerd Font,BlexMono Nerd Font Text:style=Text Italic,Italic
/usr/share/fonts/TTF/EnvyCodeRNerdFontMono-Bold.ttf: EnvyCodeR Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/VictorMonoNerdFontMono-MediumOblique.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM Medium Obl:style=Medium Oblique,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-SemiBoldItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF,SauceCodePro NF SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/OTF/HasklugNerdFont-Italic.otf: Hasklug Nerd Font:style=Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-ExtraBoldItalic.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM ExtraBold:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedMedium.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond Med:style=SemiCondensed Medium,Regular
/usr/share/fonts/OTF/MonaspiceNeNerdFontMono-Medium.otf: MonaspiceNe Nerd Font Mono,MonaspiceNe NFM,MonaspiceNe NFM Medium:style=Medium,Regular
/usr/share/fonts/OTF/MonaspiceXeNerdFontPropo-Regular.otf: MonaspiceXe Nerd Font Propo,MonaspiceXe NFP:style=Regular
/usr/share/fonts/OTF/OverpassMNerdFontMono-Regular.otf: OverpassM Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedBlackItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond Black:style=SemiCondensed Black Italic,Italic
/usr/share/fonts/TTF/ArimoNerdFont-BoldItalic.ttf: Arimo Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-Thin.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP Thin:style=Thin,Regular
/usr/share/fonts/TTF/M+CodeLat60NerdFontMono-Thin.ttf: M+CodeLat60 Nerd Font Mono,M+CodeLat60 Nerd Font Mono Thin:style=Thin,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-SemiCondensedThin.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM SemCond Thin:style=SemiCondensed Thin,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedLightItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond Light:style=SemiCondensed Light Italic,Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFont-SemiLightItalic.ttf: CaskaydiaCove Nerd Font,CaskaydiaCove NF,CaskaydiaCove NF SemiLight:style=SemiLight Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-LightItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM,SauceCodePro NFM Light:style=Light Italic,Italic
/usr/share/fonts/OTF/OverpassMNerdFontPropo-Regular.otf: OverpassM Nerd Font Propo:style=Regular
/usr/share/fonts/OTF/MonaspiceRnNerdFontMono-MediumItalic.otf: MonaspiceRn Nerd Font Mono,MonaspiceRn NFM,MonaspiceRn NFM Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/M+1CodeNerdFont-Bold.ttf: M+1Code Nerd Font:style=Bold
/usr/share/fonts/TTF/M+CodeLat60NerdFontPropo-SemiBold.ttf: M+CodeLat60 Nerd Font Propo,M+CodeLat60 Nerd Font Propo SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/MesloLGSDZNerdFontMono-Bold.ttf: MesloLGSDZ Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/iMWritingDuoNerdFont-Regular.ttf: iMWritingDuo Nerd Font:style=Regular
/usr/share/fonts/TTF/MonoidNerdFontPropo-Italic.ttf: Monoid Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/HackNerdFontMono-Italic.ttf: Hack Nerd Font Mono:style=Italic
/usr/share/fonts/OTF/CodeNewRomanNerdFontPropo-Bold.otf: CodeNewRoman Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedMediumItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond Med:style=SemiCondensed Medium Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-MediumItalic.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM,JetBrainsMono NFM Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedSemiBoldItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond SemBd:style=ExtraCondensed SemiBold Italic,Italic
/usr/share/fonts/TTF/MesloLGLNerdFontMono-Italic.ttf: MesloLGL Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/MesloLGMNerdFontMono-Italic.ttf: MesloLGM Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-ExtraCondensedMedium.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF ExtCond Med:style=ExtraCondensed Medium,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedBold.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond:style=SemiCondensed Bold,Bold
/usr/share/fonts/TTF/DejaVuSansMNerdFont-Regular.ttf: DejaVuSansM Nerd Font:style=Regular
/usr/share/fonts/TTF/IntoneMonoNerdFontPropo-MediumItalic.ttf: IntoneMono Nerd Font Propo,IntoneMono NFP,IntoneMono NFP Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/IosevkaNerdFont-SemiBoldItalic.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedLight.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond Light:style=Condensed Light,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraLightItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtLt:style=ExtraLight Italic,Italic
/usr/share/fonts/OTF/HasklugNerdFontMono-SemiBold.otf: Hasklug Nerd Font Mono,Hasklug Nerd Font Mono SemBd:style=SemiBold,Regular
/usr/share/fonts/OTF/HasklugNerdFontMono-BlackItalic.otf: Hasklug Nerd Font Mono,Hasklug Nerd Font Mono Black:style=Black Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-Bold.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF:style=Bold
/usr/share/fonts/OTF/OpenDyslexicAltNerdFontPropo-Bold.otf: OpenDyslexicAlt Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/SauceCodeProNerdFont-ExtraLight.ttf: SauceCodePro Nerd Font,SauceCodePro NF,SauceCodePro NF ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/M+2NerdFontPropo-Medium.ttf: M+2 Nerd Font Propo,M+2 Nerd Font Propo Med:style=Medium,Regular
/usr/share/fonts/OTF/FiraMonoNerdFont-Medium.otf: FiraMono Nerd Font,FiraMono Nerd Font Medium:style=Medium,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedMedium.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond Med:style=ExtraCondensed Medium,Regular
/usr/share/fonts/OTF/MonaspiceRnNerdFontMono-Italic.otf: MonaspiceRn Nerd Font Mono,MonaspiceRn NFM:style=Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFont-Bold.ttf: CaskaydiaCove Nerd Font,CaskaydiaCove NF:style=Bold
/usr/share/fonts/TTF/M+1CodeNerdFontMono-Medium.ttf: M+1Code Nerd Font Mono,M+1Code Nerd Font Mono Med:style=Medium,Regular
/usr/share/fonts/TTF/LiterationSansNerdFontPropo-Bold.ttf: LiterationSans Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-CondensedExtraLight.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP Cond ExtLt:style=Condensed ExtraLight,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontMono-ExtraLight.ttf: CaskaydiaMono Nerd Font Mono,CaskaydiaMono NFM,CaskaydiaMono NFM ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-ExtraLightOblique.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM ExtraLight Obl:style=ExtraLight Oblique,Italic
/usr/share/fonts/OTF/MonaspiceKrNerdFontMono-MediumItalic.otf: MonaspiceKr Nerd Font Mono,MonaspiceKr NFM,MonaspiceKr NFM Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-Text.ttf: BlexMono Nerd Font Propo,BlexMono Nerd Font Propo Text:style=Text,Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-Italic.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF:style=Italic
/usr/share/fonts/TTF/iMWritingMonoNerdFontPropo-BoldItalic.ttf: iMWritingMono Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-CondensedSemiBold.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM Cond SemBd:style=Condensed SemiBold,Regular
/usr/share/fonts/TTF/M+1NerdFontPropo-Thin.ttf: M+1 Nerd Font Propo,M+1 Nerd Font Propo Thin:style=Thin,Regular
/usr/share/fonts/OTF/MonaspiceRnNerdFontMono-LightItalic.otf: MonaspiceRn Nerd Font Mono,MonaspiceRn NFM,MonaspiceRn NFM Light:style=Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-Bold.ttf: SauceCodePro Nerd Font,SauceCodePro NF:style=Bold
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-SemiBoldOblique.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP SemiBold Obl:style=SemiBold Oblique,Italic
/usr/share/fonts/OTF/CodeNewRomanNerdFont-Bold.otf: CodeNewRoman Nerd Font:style=Bold
/usr/share/fonts/TTF/IosevkaNerdFontPropo-Italic.ttf: Iosevka Nerd Font Propo,Iosevka NFP:style=Italic
/usr/share/fonts/TTF/SpaceMonoNerdFontPropo-Bold.ttf: SpaceMono Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/MartianMonoNerdFontPropo-Medium.ttf: MartianMono Nerd Font Propo,MartianMono NFP,MartianMono NFP Med:style=Medium,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-Regular.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP:style=Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFont-ExtraLight.ttf: CaskaydiaMono Nerd Font,CaskaydiaMono NF,CaskaydiaMono NF ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedExtraLight.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond ExtLt:style=Condensed ExtraLight,Regular
/usr/share/fonts/TTF/MesloLGMDZNerdFont-Regular.ttf: MesloLGMDZ Nerd Font:style=Regular
/usr/share/fonts/OTF/HurmitNerdFont-Bold.otf: Hurmit Nerd Font:style=Bold
/usr/share/fonts/TTF/MesloLGMDZNerdFontPropo-Bold.ttf: MesloLGMDZ Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Light.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light,Regular
/usr/share/fonts/OTF/OverpassNerdFontPropo-SemiBoldItalic.otf: Overpass Nerd Font Propo,Overpass Nerd Font Propo SemBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/LektonNerdFontMono-Regular.ttf: Lekton Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/NotoSansMNerdFont-Light.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedMedium.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond Med:style=Condensed Medium,Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFont-ExtraLight.ttf: CaskaydiaCove Nerd Font,CaskaydiaCove NF,CaskaydiaCove NF ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-Regular.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF:style=Regular
/usr/share/fonts/TTF/LilexNerdFontMono-ExtraLight.ttf: Lilex Nerd Font Mono,Lilex Nerd Font Mono ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-Medium.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM Med:style=Medium,Regular
/usr/share/fonts/TTF/DaddyTimeMonoNerdFontPropo-Regular.ttf: DaddyTimeMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-Regular.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedRegular.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond:style=Condensed Regular,Regular
/usr/share/fonts/TTF/ProggyCleanNerdFontPropo-Regular.ttf: ProggyClean Nerd Font Propo:style=Regular
/usr/share/fonts/OTF/MonaspiceRnNerdFontPropo-Bold.otf: MonaspiceRn Nerd Font Propo,MonaspiceRn NFP:style=Bold
/usr/share/fonts/TTF/IosevkaNerdFont-Bold.ttf: Iosevka Nerd Font,Iosevka NF:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedThinItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond Thin:style=SemiCondensed Thin Italic,Italic
/usr/share/fonts/OTF/HasklugNerdFont-BlackItalic.otf: Hasklug Nerd Font,Hasklug Nerd Font Black:style=Black Italic,Italic
/usr/share/fonts/OTF/MonaspiceRnNerdFontPropo-MediumItalic.otf: MonaspiceRn Nerd Font Propo,MonaspiceRn NFP,MonaspiceRn NFP Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraLight.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-Medium.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Med:style=Medium,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFont-SemiLightItalic.ttf: CaskaydiaMono Nerd Font,CaskaydiaMono NF,CaskaydiaMono NF SemiLight:style=SemiLight Italic,Italic
/usr/share/fonts/TTF/MesloLGSNerdFontPropo-Italic.ttf: MesloLGS Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/M+CodeLat50NerdFontMono-Regular.ttf: M+CodeLat50 Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-ExtraCondensedBlack.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM ExtCond Black:style=ExtraCondensed Black,Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-ExtraLight.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF,JetBrainsMono NF ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/AgaveNerdFont-Bold.ttf: Agave Nerd Font:style=Bold
/usr/share/fonts/TTF/IntoneMonoNerdFont-MediumItalic.ttf: IntoneMono Nerd Font,IntoneMono NF,IntoneMono NF Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/LilexNerdFontPropo-Medium.ttf: Lilex Nerd Font Propo,Lilex Nerd Font Propo Medium:style=Medium,Regular
/usr/share/fonts/OTF/MonaspiceXeNerdFont-Italic.otf: MonaspiceXe Nerd Font,MonaspiceXe NF:style=Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedSemiBold.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond SemBd:style=SemiCondensed SemiBold,Regular
/usr/share/fonts/TTF/VictorMonoNerdFontMono-SemiBoldOblique.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM SemiBold Obl:style=SemiBold Oblique,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-BlackItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Black:style=Black Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-LightItalic.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP Light:style=Light Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraLightItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtLt:style=ExtraLight Italic,Italic
/usr/share/fonts/OTF/GeistMonoNerdFontMono-Regular.otf: GeistMono Nerd Font Mono,GeistMono NFM:style=Regular
/usr/share/fonts/TTF/LilexNerdFontMono-ExtraThick.ttf: Lilex Nerd Font Mono,Lilex Nerd Font Mono ExtraThick:style=ExtraThick,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-ExtraBoldOblique.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM ExtraBold Obl:style=ExtraBold Oblique,Italic
/usr/share/fonts/OTF/HasklugNerdFont-Light.otf: Hasklug Nerd Font,Hasklug Nerd Font Light:style=Light,Regular
/usr/share/fonts/TTF/VictorMonoNerdFont-SemiBoldItalic.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontMono-BoldItalic.ttf: CaskaydiaMono Nerd Font Mono,CaskaydiaMono NFM:style=Bold Italic
/usr/share/fonts/TTF/IntoneMonoNerdFontMono-Regular.ttf: IntoneMono Nerd Font Mono,IntoneMono NFM:style=Regular
/usr/share/fonts/TTF/IntoneMonoNerdFontPropo-LightItalic.ttf: IntoneMono Nerd Font Propo,IntoneMono NFP,IntoneMono NFP Light:style=Light Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedBold.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond:style=Condensed Bold,Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedBoldItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond:style=ExtraCondensed Bold Italic,Bold Italic
/usr/share/fonts/TTF/IosevkaTermNerdFont-Thin.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF Thin:style=Thin,Regular
/usr/share/fonts/OTF/OverpassNerdFont-Regular.otf: Overpass Nerd Font:style=Regular
/usr/share/fonts/OTF/HasklugNerdFontMono-LightItalic.otf: Hasklug Nerd Font Mono,Hasklug Nerd Font Mono Light:style=Light Italic,Italic
/usr/share/fonts/TTF/LilexNerdFont-ExtraLight.ttf: Lilex Nerd Font,Lilex Nerd Font ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/DejaVuSansMNerdFontPropo-Bold.ttf: DejaVuSansM Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/InconsolataNerdFontPropo-Bold.ttf: Inconsolata Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-ExtraLightItalic.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP,JetBrainsMonoNL NFP ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/FiraCodeNerdFontPropo-Bold.ttf: FiraCode Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFontPropo-Regular.ttf: NotoSans Nerd Font Propo,NotoSans NFP:style=Regular
/usr/share/fonts/OTF/MonaspiceNeNerdFontPropo-LightItalic.otf: MonaspiceNe Nerd Font Propo,MonaspiceNe NFP,MonaspiceNe NFP Light:style=Light Italic,Italic
/usr/share/fonts/OTF/MonaspiceArNerdFont-LightItalic.otf: MonaspiceAr Nerd Font,MonaspiceAr NF,MonaspiceAr NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFontMono-BoldOblique.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM Obl:style=Bold Oblique,Bold Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedExtraLight.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond ExtLt:style=SemiCondensed ExtraLight,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedThinItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond Thin:style=Condensed Thin Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-SemiBold.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold,Regular
/usr/share/fonts/TTF/BitstromWeraNerdFont-Oblique.ttf: BitstromWera Nerd Font:style=Oblique
/usr/share/fonts/TTF/NotoSansNerdFontPropo-Thin.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Thin:style=Thin,Regular
/usr/share/fonts/TTF/M+CodeLat50NerdFontPropo-SemiBold.ttf: M+CodeLat50 Nerd Font Propo,M+CodeLat50 Nerd Font Propo SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedBoldItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond:style=Condensed Bold Italic,Bold Italic
/usr/share/fonts/OTF/MonaspiceNeNerdFontPropo-Light.otf: MonaspiceNe Nerd Font Propo,MonaspiceNe NFP,MonaspiceNe NFP Light:style=Light,Regular
/usr/share/fonts/TTF/M+2NerdFontPropo-Thin.ttf: M+2 Nerd Font Propo,M+2 Nerd Font Propo Thin:style=Thin,Regular
/usr/share/fonts/TTF/MesloLGMDZNerdFont-Bold.ttf: MesloLGMDZ Nerd Font:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFont-Light.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Light:style=Light,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-Regular.ttf: Iosevka Nerd Font Mono,Iosevka NFM:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-SemiBoldItalic.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF,JetBrainsMonoNL NF SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-LightItalic.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP,JetBrainsMonoNL NFP Light:style=Light Italic,Italic
/usr/share/fonts/OTF/ComicShannsMonoNerdFont-Bold.otf: ComicShannsMono Nerd Font:style=Bold
/usr/share/fonts/OTF/MonaspiceXeNerdFont-LightItalic.otf: MonaspiceXe Nerd Font,MonaspiceXe NF,MonaspiceXe NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFont-Italic.ttf: VictorMono Nerd Font,VictorMono NF:style=Italic
/usr/share/fonts/OTF/HasklugNerdFontMono-Light.otf: Hasklug Nerd Font Mono,Hasklug Nerd Font Mono Light:style=Light,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-SemiBold.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold,Regular
/usr/share/fonts/TTF/BlexMonoNerdFontMono-Light.ttf: BlexMono Nerd Font Mono,BlexMono Nerd Font Mono Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-SemiCondensedSemiBold.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP SemCond SemBd:style=SemiCondensed SemiBold,Regular
/usr/share/fonts/TTF/LiterationMonoNerdFont-Bold.ttf: LiterationMono Nerd Font:style=Bold
/usr/share/fonts/OTF/MonaspiceRnNerdFontMono-BoldItalic.otf: MonaspiceRn Nerd Font Mono,MonaspiceRn NFM:style=Bold Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontMono-Regular.ttf: CaskaydiaCove Nerd Font Mono,CaskaydiaCove NFM:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-Italic.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP:style=Italic
/usr/share/fonts/TTF/ArimoNerdFontPropo-Regular.ttf: Arimo Nerd Font Propo:style=Regular
/usr/share/fonts/OTF/MonaspiceXeNerdFontMono-Medium.otf: MonaspiceXe Nerd Font Mono,MonaspiceXe NFM,MonaspiceXe NFM Medium:style=Medium,Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-Thin.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP,JetBrainsMono NFP Thin:style=Thin,Regular
/usr/share/fonts/TTF/VictorMonoNerdFontMono-Bold.ttf: VictorMono Nerd Font Mono,VictorMono NFM:style=Bold
/usr/share/fonts/TTF/M+2NerdFont-Light.ttf: M+2 Nerd Font,M+2 Nerd Font Light:style=Light,Regular
/usr/share/fonts/OTF/OverpassMNerdFont-Light.otf: OverpassM Nerd Font,OverpassM Nerd Font Light:style=Light,Regular
/usr/share/fonts/TTF/MonofurNerdFontPropo-Italic.ttf: Monofur Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/M+1NerdFont-Black.ttf: M+1 Nerd Font,M+1 Nerd Font Black:style=Black,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedBlack.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond Black:style=SemiCondensed Black,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedExtraBold.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond ExtBd:style=Condensed ExtraBold,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-Thin.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-Oblique.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP Obl:style=Oblique,Italic
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-Regular.ttf: BlexMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedLight.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond Light:style=SemiCondensed Light,Regular
/usr/share/fonts/TTF/MesloLGLDZNerdFont-Regular.ttf: MesloLGLDZ Nerd Font:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-ThinItalic.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF,JetBrainsMono NF Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-ExtraCondensedBold.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM ExtCond:style=ExtraCondensed Bold,Bold
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-ExtraLight.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM,JetBrainsMono NFM ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/AnonymiceProNerdFontPropo-Italic.ttf: AnonymicePro Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/NotoMonoNerdFontMono-Regular.ttf: NotoMono Nerd Font Mono,NotoMono NFM:style=Regular
/usr/share/fonts/TTF/BlexMonoNerdFont-Text.ttf: BlexMono Nerd Font,BlexMono Nerd Font Text:style=Text,Regular
/usr/share/fonts/TTF/MesloLGLNerdFontPropo-BoldItalic.ttf: MesloLGL Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-ThinItalic.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/FantasqueSansMNerdFontPropo-Bold.ttf: FantasqueSansM Nerd Font Propo:style=Bold
/usr/share/fonts/OTF/CodeNewRomanNerdFontMono-Italic.otf: CodeNewRoman Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-TextItalic.ttf: BlexMono Nerd Font Propo,BlexMono Nerd Font Propo Text:style=Text Italic,Italic
/usr/share/fonts/OTF/HurmitNerdFontMono-LightItalic.otf: Hurmit Nerd Font Mono,Hurmit Nerd Font Mono Light:style=Light Italic,Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-ThinOblique.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP Thin Obl:style=Thin Oblique,Italic
/usr/share/fonts/TTF/BitstromWeraNerdFont-BoldOblique.ttf: BitstromWera Nerd Font:style=Bold Oblique
/usr/share/fonts/OTF/HurmitNerdFontMono-BoldItalic.otf: Hurmit Nerd Font Mono:style=Bold Italic
/usr/share/fonts/OTF/OverpassNerdFont-ExtraLight.otf: Overpass Nerd Font,Overpass Nerd Font ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedLightItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond Light:style=Condensed Light Italic,Italic
/usr/share/fonts/TTF/M+CodeLat60NerdFont-Thin.ttf: M+CodeLat60 Nerd Font,M+CodeLat60 Nerd Font Thin:style=Thin,Regular
/usr/share/fonts/OTF/MonaspiceKrNerdFontMono-Regular.otf: MonaspiceKr Nerd Font Mono,MonaspiceKr NFM:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedExtraLight.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond ExtLt:style=ExtraCondensed ExtraLight,Regular
/usr/share/fonts/TTF/M+1NerdFontPropo-Regular.ttf: M+1 Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/UbuntuMonoNerdFontMono-Bold.ttf: UbuntuMono Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/MesloLGSDZNerdFont-BoldItalic.ttf: MesloLGSDZ Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/BitstromWeraNerdFontMono-Oblique.ttf: BitstromWera Nerd Font Mono:style=Oblique
/usr/share/fonts/TTF/RobotoMonoNerdFont-Bold.ttf: RobotoMono Nerd Font:style=Bold
/usr/share/fonts/OTF/CommitMonoNerdFont-Bold.otf: CommitMono Nerd Font:style=Bold
/usr/share/fonts/TTF/3270NerdFontMono-Condensed.ttf: 3270 Nerd Font Mono,3270 Nerd Font Mono Cond:style=Condensed,Regular
/usr/share/fonts/TTF/AgaveNerdFont-Regular.ttf: Agave Nerd Font:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedThinItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond Thin:style=Condensed Thin Italic,Italic
/usr/share/fonts/TTF/ProFontWindowsNerdFontMono-Regular.ttf: ProFontWindows Nerd Font Mono:style=Regular
/usr/share/fonts/OTF/GeistMonoNerdFontPropo-Thin.otf: GeistMono Nerd Font Propo,GeistMono NFP,GeistMono NFP Thin:style=Thin,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-Light.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP Light:style=Light,Regular
/usr/share/fonts/TTF/MesloLGLDZNerdFontMono-Regular.ttf: MesloLGLDZ Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-SemiBoldItalic.ttf: BlexMono Nerd Font Propo,BlexMono Nerd Font Propo SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/OTF/MonaspiceArNerdFontMono-LightItalic.otf: MonaspiceAr Nerd Font Mono,MonaspiceAr NFM,MonaspiceAr NFM Light:style=Light Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Medium.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium,Regular
/usr/share/fonts/TTF/VictorMonoNerdFontMono-Oblique.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM Obl:style=Oblique,Italic
/usr/share/fonts/TTF/AgaveNerdFontMono-Bold.ttf: Agave Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/SpaceMonoNerdFont-Regular.ttf: SpaceMono Nerd Font:style=Regular
/usr/share/fonts/OTF/OverpassNerdFontPropo-ExtraBold.otf: Overpass Nerd Font Propo,Overpass Nerd Font Propo ExtBd:style=ExtraBold,Regular
/usr/share/fonts/OTF/CommitMonoNerdFont-Italic.otf: CommitMono Nerd Font:style=Italic
/usr/share/fonts/OTF/HasklugNerdFontMono-Medium.otf: Hasklug Nerd Font Mono,Hasklug Nerd Font Mono Med:style=Medium,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-Heavy.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM Heavy:style=Heavy,Regular
/usr/share/fonts/OTF/MonaspiceXeNerdFont-BoldItalic.otf: MonaspiceXe Nerd Font,MonaspiceXe NF:style=Bold Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Italic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM:style=Italic
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-LightOblique.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP Light Obl:style=Light Oblique,Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontPropo-LightItalic.ttf: CaskaydiaCove Nerd Font Propo,CaskaydiaCove NFP,CaskaydiaCove NFP Light:style=Light Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-CondensedExtraLight.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM Cond ExtLt:style=Condensed ExtraLight,Regular
/usr/share/fonts/TTF/ProggyCleanSZNerdFontPropo-Regular.ttf: ProggyCleanSZ Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-Bold.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM:style=Bold
/usr/share/fonts/OTF/GeistMonoNerdFontMono-Medium.otf: GeistMono Nerd Font Mono,GeistMono NFM,GeistMono NFM Medium:style=Medium,Regular
/usr/share/fonts/TTF/M+1CodeNerdFontPropo-ExtraLight.ttf: M+1Code Nerd Font Propo,M+1Code Nerd Font Propo ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/BlexMonoNerdFontMono-SemiBold.ttf: BlexMono Nerd Font Mono,BlexMono Nerd Font Mono SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/IosevkaNerdFont-Thin.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF Thin:style=Thin,Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-MediumItalic.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP,JetBrainsMono NFP Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/IntoneMonoNerdFont-LightItalic.ttf: IntoneMono Nerd Font,IntoneMono NF,IntoneMono NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedMedium.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond Med:style=SemiCondensed Medium,Regular
/usr/share/fonts/OTF/HasklugNerdFont-BoldItalic.otf: Hasklug Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/iMWritingQuatNerdFontPropo-Italic.ttf: iMWritingQuat Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-SemiCondensedExtraLight.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF SemCond ExtLt:style=SemiCondensed ExtraLight,Regular
/usr/share/fonts/TTF/LektonNerdFontPropo-Bold.ttf: Lekton Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/GoMonoNerdFontPropo-Bold.ttf: GoMono Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFont-ThinItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedRegular.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond:style=SemiCondensed Regular,Regular
/usr/share/fonts/TTF/IntoneMonoNerdFontMono-MediumItalic.ttf: IntoneMono Nerd Font Mono,IntoneMono NFM,IntoneMono NFM Medium:style=Medium Italic,Italic
/usr/share/fonts/OTF/MonaspiceNeNerdFontPropo-Bold.otf: MonaspiceNe Nerd Font Propo,MonaspiceNe NFP:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-CondensedSemiBold.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP Cond SemBd:style=Condensed SemiBold,Regular
/usr/share/fonts/TTF/IosevkaNerdFontPropo-MediumItalic.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedExtraBold.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond ExtBd:style=Condensed ExtraBold,Regular
/usr/share/fonts/TTF/BlexMonoNerdFontMono-Regular.ttf: BlexMono Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/ProggyCleanSZNerdFont-Regular.ttf: ProggyCleanSZ Nerd Font:style=Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFont-Light.ttf: CaskaydiaMono Nerd Font,CaskaydiaMono NF,CaskaydiaMono NF Light:style=Light,Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-ExtraBoldItalic.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM,JetBrainsMonoNL NFM ExtraBold:style=ExtraBold Italic,Italic
/usr/share/fonts/OTF/MonaspiceXeNerdFontMono-MediumItalic.otf: MonaspiceXe Nerd Font Mono,MonaspiceXe NFM,MonaspiceXe NFM Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedExtraLightItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond ExtLt:style=ExtraCondensed ExtraLight Italic,Italic
/usr/share/fonts/OTF/MonaspiceArNerdFontPropo-Medium.otf: MonaspiceAr Nerd Font Propo,MonaspiceAr NFP,MonaspiceAr NFP Medium:style=Medium,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedThin.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond Thin:style=SemiCondensed Thin,Regular
/usr/share/fonts/TTF/IosevkaNerdFontPropo-HeavyItalic.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP Heavy:style=Heavy Italic,Italic
/usr/share/fonts/TTF/TerminessNerdFontMono-BoldItalic.ttf: Terminess Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/HackNerdFontPropo-Italic.ttf: Hack Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedRegular.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond:style=ExtraCondensed Regular,Regular
/usr/share/fonts/TTF/UbuntuMonoNerdFont-Regular.ttf: UbuntuMono Nerd Font:style=Regular
/usr/share/fonts/OTF/MonaspiceRnNerdFont-LightItalic.otf: MonaspiceRn Nerd Font,MonaspiceRn NF,MonaspiceRn NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraBoldItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtBd:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-Bold.ttf: NotoSans Nerd Font Propo,NotoSans NFP:style=Bold
/usr/share/fonts/OTF/MonaspiceRnNerdFontPropo-Regular.otf: MonaspiceRn Nerd Font Propo,MonaspiceRn NFP:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedThin.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond Thin:style=SemiCondensed Thin,Regular
/usr/share/fonts/OTF/OverpassNerdFont-ExtraBoldItalic.otf: Overpass Nerd Font,Overpass Nerd Font ExtBd:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontMono-SemiLightItalic.ttf: CaskaydiaCove Nerd Font Mono,CaskaydiaCove NFM,CaskaydiaCove NFM SemiLight:style=SemiLight Italic,Italic
/usr/share/fonts/TTF/IosevkaNerdFontMono-MediumOblique.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM Medium Obl:style=Medium Oblique,Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-ExtraLightItalic.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM,JetBrainsMonoNL NFM ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-BlackItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM,SauceCodePro NFM Black:style=Black Italic,Italic
/usr/share/fonts/TTF/M+1NerdFont-Light.ttf: M+1 Nerd Font,M+1 Nerd Font Light:style=Light,Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-BoldItalic.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP:style=Bold Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedBlack.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond Black:style=Condensed Black,Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-LightItalic.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM,JetBrainsMono NFM Light:style=Light Italic,Italic
/usr/share/fonts/OTF/HurmitNerdFont-Italic.otf: Hurmit Nerd Font:style=Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-CondensedSemiBold.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF Cond SemBd:style=Condensed SemiBold,Regular
/usr/share/fonts/TTF/FantasqueSansMNerdFontPropo-Italic.ttf: FantasqueSansM Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-ExtraCondensedLight.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM ExtCond Light:style=ExtraCondensed Light,Regular
/usr/share/fonts/OTF/HasklugNerdFontPropo-Bold.otf: Hasklug Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFont-ExtraCondensedBold.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF ExtCond:style=ExtraCondensed Bold,Bold
/usr/share/fonts/OTF/MonaspiceKrNerdFontPropo-Medium.otf: MonaspiceKr Nerd Font Propo,MonaspiceKr NFP,MonaspiceKr NFP Medium:style=Medium,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-Medium.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Med:style=Medium,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-Thin.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Thin:style=Thin,Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFont-BoldItalic.ttf: CaskaydiaCove Nerd Font,CaskaydiaCove NF:style=Bold Italic
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-Regular.ttf: VictorMono Nerd Font Propo,VictorMono NFP:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedExtraLight.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond ExtLt:style=ExtraCondensed ExtraLight,Regular
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-SemiBoldItalic.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/OTF/GeistMonoNerdFontPropo-Medium.otf: GeistMono Nerd Font Propo,GeistMono NFP,GeistMono NFP Medium:style=Medium,Regular
/usr/share/fonts/OTF/GeistMonoNerdFontMono-SemiBold.otf: GeistMono Nerd Font Mono,GeistMono NFM,GeistMono NFM SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-ExtraBold.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP,JetBrainsMonoNL NFP ExtraBold:style=ExtraBold,Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontPropo-BoldItalic.ttf: CaskaydiaCove Nerd Font Propo,CaskaydiaCove NFP:style=Bold Italic
/usr/share/fonts/TTF/GoMonoNerdFontPropo-Regular.ttf: GoMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/IntoneMonoNerdFontMono-Bold.ttf: IntoneMono Nerd Font Mono,IntoneMono NFM:style=Bold
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-Light.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP,JetBrainsMono NFP Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSansMNerdFont-SemiBold.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF SemBd:style=SemiBold,Regular
/usr/share/fonts/OTF/HurmitNerdFontPropo-Regular.otf: Hurmit Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/M+1NerdFont-Thin.ttf: M+1 Nerd Font,M+1 Nerd Font Thin:style=Thin,Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontMono-SemiLight.ttf: CaskaydiaCove Nerd Font Mono,CaskaydiaCove NFM,CaskaydiaCove NFM SemiLight:style=SemiLight,Regular
/usr/share/fonts/TTF/UbuntuNerdFontPropo-Bold.ttf: Ubuntu Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFont-Medium.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF Med:style=Medium,Regular
/usr/share/fonts/TTF/LiterationMonoNerdFontMono-Italic.ttf: LiterationMono Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/3270NerdFontPropo-Condensed.ttf: 3270 Nerd Font Propo,3270 Nerd Font Propo Cond:style=Condensed,Regular
/usr/share/fonts/TTF/MartianMonoNerdFontPropo-CondensedRegular.ttf: MartianMono Nerd Font Propo,MartianMono NFP,MartianMono NFP Cond:style=Condensed Regular,Regular
/usr/share/fonts/TTF/ProggyCleanCENerdFontPropo-Regular.ttf: ProggyClean CE Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/GoMonoNerdFont-Italic.ttf: GoMono Nerd Font:style=Italic
/usr/share/fonts/TTF/UbuntuNerdFont-Italic.ttf: Ubuntu Nerd Font:style=Italic
/usr/share/fonts/OTF/MonaspiceRnNerdFontMono-Medium.otf: MonaspiceRn Nerd Font Mono,MonaspiceRn NFM,MonaspiceRn NFM Medium:style=Medium,Regular
/usr/share/fonts/TTF/LilexNerdFont-Regular.ttf: Lilex Nerd Font:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-Light.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP,JetBrainsMonoNL NFP Light:style=Light,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-Heavy.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM Heavy:style=Heavy,Regular
/usr/share/fonts/TTF/M+CodeLat60NerdFontMono-Regular.ttf: M+CodeLat60 Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedLightItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond Light:style=ExtraCondensed Light Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-Medium.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Med:style=Medium,Regular
/usr/share/fonts/TTF/VictorMonoNerdFont-ThinItalic.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF Thin:style=Thin Italic,Italic
/usr/share/fonts/OTF/CommitMonoNerdFontPropo-Italic.otf: CommitMono Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedThin.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond Thin:style=ExtraCondensed Thin,Regular
/usr/share/fonts/TTF/MesloLGMNerdFontPropo-BoldItalic.ttf: MesloLGM Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedExtraBoldItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond ExtBd:style=ExtraCondensed ExtraBold Italic,Italic
/usr/share/fonts/TTF/InconsolataLGCNerdFont-Italic.ttf: Inconsolata LGC Nerd Font:style=Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedExtraBoldItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond ExtBd:style=ExtraCondensed ExtraBold Italic,Italic
/usr/share/fonts/OTF/HurmitNerdFontPropo-Bold.otf: Hurmit Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-SemiBold.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP,SauceCodePro NFP SemiBold:style=SemiBold,Regular
/usr/share/fonts/OTF/OpenDyslexicAltNerdFontPropo-Italic.otf: OpenDyslexicAlt Nerd Font Propo:style=Italic
/usr/share/fonts/OTF/HurmitNerdFont-LightItalic.otf: Hurmit Nerd Font,Hurmit Nerd Font Light:style=Light Italic,Italic
/usr/share/fonts/OTF/MonaspiceNeNerdFontMono-Italic.otf: MonaspiceNe Nerd Font Mono,MonaspiceNe NFM:style=Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-ExtraLight.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM ExtLt:style=ExtraLight,Regular
/usr/share/fonts/OTF/GeistMonoNerdFontMono-Bold.otf: GeistMono Nerd Font Mono,GeistMono NFM:style=Bold
/usr/share/fonts/TTF/CousineNerdFont-Regular.ttf: Cousine Nerd Font:style=Regular
/usr/share/fonts/TTF/EnvyCodeRNerdFontMono-Italic.ttf: EnvyCodeR Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/IosevkaNerdFont-BoldItalic.ttf: Iosevka Nerd Font,Iosevka NF:style=Bold Italic
/usr/share/fonts/OTF/MonaspiceRnNerdFont-Italic.otf: MonaspiceRn Nerd Font,MonaspiceRn NF:style=Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraLightItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtLt:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedMediumItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond Med:style=Condensed Medium Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-BoldItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF:style=Bold Italic
/usr/share/fonts/OTF/MonaspiceKrNerdFontPropo-LightItalic.otf: MonaspiceKr Nerd Font Propo,MonaspiceKr NFP,MonaspiceKr NFP Light:style=Light Italic,Italic
/usr/share/fonts/TTF/M+1NerdFont-SemiBold.ttf: M+1 Nerd Font,M+1 Nerd Font SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/M+2NerdFontPropo-Light.ttf: M+2 Nerd Font Propo,M+2 Nerd Font Propo Light:style=Light,Regular
/usr/share/fonts/OTF/MonaspiceArNerdFontMono-Medium.otf: MonaspiceAr Nerd Font Mono,MonaspiceAr NFM,MonaspiceAr NFM Medium:style=Medium,Regular
/usr/share/fonts/OTF/OverpassNerdFont-Light.otf: Overpass Nerd Font,Overpass Nerd Font Light:style=Light,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Light.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM,SauceCodePro NFM Light:style=Light,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-LightOblique.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM Light Obl:style=Light Oblique,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond:style=Condensed Italic,Italic
/usr/share/fonts/TTF/IosevkaNerdFont-Light.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF Light:style=Light,Regular
/usr/share/fonts/TTF/BlexMonoNerdFont-BoldItalic.ttf: BlexMono Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontPropo-ExtraLight.ttf: CaskaydiaMono Nerd Font Propo,CaskaydiaMono NFP,CaskaydiaMono NFP ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-Regular.ttf: SauceCodePro Nerd Font,SauceCodePro NF:style=Regular
/usr/share/fonts/TTF/GoMonoNerdFont-Regular.ttf: GoMono Nerd Font:style=Regular
/usr/share/fonts/TTF/UbuntuNerdFontPropo-MediumItalic.ttf: Ubuntu Nerd Font Propo,Ubuntu Nerd Font Propo Med:style=Medium Italic,Italic
/usr/share/fonts/TTF/MononokiNerdFontPropo-Regular.ttf: Mononoki Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/AnonymiceProNerdFontPropo-Bold.ttf: AnonymicePro Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-Bold.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP:style=Bold
/usr/share/fonts/TTF/IosevkaNerdFontMono-BoldItalic.ttf: Iosevka Nerd Font Mono,Iosevka NFM:style=Bold Italic
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedBoldItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond:style=ExtraCondensed Bold Italic,Bold Italic
/usr/share/fonts/TTF/IosevkaNerdFontPropo-ExtraBoldItalic.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP ExtraBold:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedRegular.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond:style=SemiCondensed Regular,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-ExtraLightOblique.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP ExtraLight Obl:style=ExtraLight Oblique,Italic
/usr/share/fonts/OTF/HasklugNerdFontMono-MediumItalic.otf: Hasklug Nerd Font Mono,Hasklug Nerd Font Mono Med:style=Medium Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-MediumItalic.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF,JetBrainsMono NF Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/MartianMonoNerdFont-Regular.ttf: MartianMono Nerd Font,MartianMono NF:style=Regular
/usr/share/fonts/TTF/IosevkaNerdFontPropo-ExtraLightItalic.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/OTF/OverpassNerdFontPropo-HeavyItalic.otf: Overpass Nerd Font Propo,Overpass Nerd Font Propo Heavy:style=Heavy Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFont-MediumOblique.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF Medium Obl:style=Medium Oblique,Italic
/usr/share/fonts/TTF/iMWritingMonoNerdFontPropo-Italic.ttf: iMWritingMono Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-SemiCondensedBlack.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF SemCond Black:style=SemiCondensed Black,Regular
/usr/share/fonts/TTF/InconsolataLGCNerdFontMono-Regular.ttf: Inconsolata LGC Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/M+1NerdFont-Medium.ttf: M+1 Nerd Font,M+1 Nerd Font Med:style=Medium,Regular
/usr/share/fonts/TTF/IntoneMonoNerdFontMono-Light.ttf: IntoneMono Nerd Font Mono,IntoneMono NFM,IntoneMono NFM Light:style=Light,Regular
/usr/share/fonts/OTF/MonaspiceXeNerdFont-Light.otf: MonaspiceXe Nerd Font,MonaspiceXe NF,MonaspiceXe NF Light:style=Light,Regular
/usr/share/fonts/TTF/LektonNerdFontMono-Bold.ttf: Lekton Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/SauceCodeProNerdFont-LightItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF,SauceCodePro NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-SemiBold.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM,SauceCodePro NFM SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/3270NerdFontPropo-SemiCondensed.ttf: 3270 Nerd Font Propo,3270 Nerd Font Propo SemCond:style=SemiCondensed,Regular
/usr/share/fonts/OTF/GeistMonoNerdFontPropo-SemiBold.otf: GeistMono Nerd Font Propo,GeistMono NFP,GeistMono NFP SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontPropo-SemiBold.ttf: CaskaydiaMono Nerd Font Propo,CaskaydiaMono NFP,CaskaydiaMono NFP SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-Light.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light,Regular
/usr/share/fonts/TTF/LiterationMonoNerdFontMono-Regular.ttf: LiterationMono Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/BitstromWeraNerdFontMono-BoldOblique.ttf: BitstromWera Nerd Font Mono:style=Bold Oblique
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedBoldItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond:style=ExtraCondensed Bold Italic,Bold Italic
/usr/share/fonts/OTF/OpenDyslexicAltNerdFontPropo-BoldItalic.otf: OpenDyslexicAlt Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/CousineNerdFontMono-BoldItalic.ttf: Cousine Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/BlexMonoNerdFontMono-MediumItalic.ttf: BlexMono Nerd Font Mono,BlexMono Nerd Font Mono Medium:style=Medium Italic,Italic
/usr/share/fonts/OTF/HasklugNerdFontPropo-ExtraLightItalic.otf: Hasklug Nerd Font Propo,Hasklug Nerd Font Propo ExtLt:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedBold.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond:style=SemiCondensed Bold,Bold
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontMono-SemiBold.ttf: CaskaydiaCove Nerd Font Mono,CaskaydiaCove NFM,CaskaydiaCove NFM SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/UbuntuNerdFontPropo-Regular.ttf: Ubuntu Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/VictorMonoNerdFont-Regular.ttf: VictorMono Nerd Font,VictorMono NF:style=Regular
/usr/share/fonts/TTF/BlexMonoNerdFont-ThinItalic.ttf: BlexMono Nerd Font,BlexMono Nerd Font Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedExtraLightItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond ExtLt:style=ExtraCondensed ExtraLight Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-Italic.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP:style=Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-Thin.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Thin:style=Thin,Regular
/usr/share/fonts/OTF/MonaspiceKrNerdFont-Regular.otf: MonaspiceKr Nerd Font,MonaspiceKr NF:style=Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Regular.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP:style=Regular
/usr/share/fonts/TTF/UbuntuMonoNerdFontPropo-Italic.ttf: UbuntuMono Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-Thin.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF,JetBrainsMono NF Thin:style=Thin,Regular
/usr/share/fonts/TTF/UbuntuNerdFont-Condensed.ttf: Ubuntu Nerd Font,Ubuntu Nerd Font Cond:style=Condensed,Regular
/usr/share/fonts/TTF/IosevkaNerdFontPropo-SemiBoldOblique.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP SemiBold Obl:style=SemiBold Oblique,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-CondensedMedium.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM Cond Med:style=Condensed Medium,Regular
/usr/share/fonts/TTF/MartianMonoNerdFontMono-CondensedRegular.ttf: MartianMono Nerd Font Mono,MartianMono NFM,MartianMono NFM Cond:style=Condensed Regular,Regular
/usr/share/fonts/TTF/LektonNerdFont-Italic.ttf: Lekton Nerd Font:style=Italic
/usr/share/fonts/TTF/VictorMonoNerdFontMono-ExtraLightItalic.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedBlack.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond Black:style=SemiCondensed Black,Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontPropo-SemiLight.ttf: CaskaydiaCove Nerd Font Propo,CaskaydiaCove NFP,CaskaydiaCove NFP SemiLight:style=SemiLight,Regular
/usr/share/fonts/TTF/SpaceMonoNerdFontPropo-BoldItalic.ttf: SpaceMono Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/CaskaydiaMonoNerdFont-ExtraLightItalic.ttf: CaskaydiaMono Nerd Font,CaskaydiaMono NF,CaskaydiaMono NF ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/OTF/MonaspiceArNerdFontMono-Bold.otf: MonaspiceAr Nerd Font Mono,MonaspiceAr NFM:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedRegular.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond:style=ExtraCondensed Regular,Regular
/usr/share/fonts/TTF/LilexNerdFontPropo-Thin.ttf: Lilex Nerd Font Propo,Lilex Nerd Font Propo Thin:style=Thin,Regular
/usr/share/fonts/TTF/IosevkaNerdFont-ExtraBoldItalic.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF ExtraBold:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/BigBlueTermPlusNerdFont-Regular.ttf: BigBlueTermPlus Nerd Font:style=Regular
/usr/share/fonts/OTF/MonaspiceArNerdFontPropo-Bold.otf: MonaspiceAr Nerd Font Propo,MonaspiceAr NFP:style=Bold
/usr/share/fonts/TTF/NotoMonoNerdFontPropo-Regular.ttf: NotoMono Nerd Font Propo,NotoMono NFP:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-Italic.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF:style=Italic
/usr/share/fonts/OTF/CommitMonoNerdFontMono-Bold.otf: CommitMono Nerd Font Mono:style=Bold
/usr/share/fonts/OTF/OverpassNerdFontPropo-Italic.otf: Overpass Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedExtraLight.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond ExtLt:style=SemiCondensed ExtraLight,Regular
/usr/share/fonts/TTF/MesloLGLDZNerdFont-Bold.ttf: MesloLGLDZ Nerd Font:style=Bold
/usr/share/fonts/TTF/IosevkaNerdFontPropo-LightOblique.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP Light Obl:style=Light Oblique,Italic
/usr/share/fonts/TTF/M+2NerdFont-Thin.ttf: M+2 Nerd Font,M+2 Nerd Font Thin:style=Thin,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraBoldItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtBd:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedBlack.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond Black:style=Condensed Black,Regular
/usr/share/fonts/TTF/VictorMonoNerdFont-ExtraLight.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-Medium.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM Medium:style=Medium,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Regular.ttf: RobotoMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-ThinItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedLightItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond Light:style=Condensed Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Black.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP,SauceCodePro NFP Black:style=Black,Regular
/usr/share/fonts/TTF/M+1CodeNerdFontMono-Thin.ttf: M+1Code Nerd Font Mono,M+1Code Nerd Font Mono Thin:style=Thin,Regular
/usr/share/fonts/TTF/MononokiNerdFont-BoldItalic.ttf: Mononoki Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiBoldItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemBd:style=SemiBold Italic,Italic
/usr/share/fonts/OTF/FiraMonoNerdFontPropo-Bold.otf: FiraMono Nerd Font Propo:style=Bold
/usr/share/fonts/OTF/MonaspiceNeNerdFont-LightItalic.otf: MonaspiceNe Nerd Font,MonaspiceNe NF,MonaspiceNe NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/MesloLGMDZNerdFontMono-Regular.ttf: MesloLGMDZ Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/BigBlueTermPlusNerdFontPropo-Regular.ttf: BigBlueTermPlus Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedMediumItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond Med:style=ExtraCondensed Medium Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFontMono-ThinOblique.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM Thin Obl:style=Thin Oblique,Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-SemiCondensedLight.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF SemCond Light:style=SemiCondensed Light,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedExtraLightItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond ExtLt:style=Condensed ExtraLight Italic,Italic
/usr/share/fonts/OTF/OpenDyslexicMNerdFont-Regular.otf: OpenDyslexicM Nerd Font:style=Regular
/usr/share/fonts/OTF/OpenDyslexicNerdFont-BoldItalic.otf: OpenDyslexic Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/LilexNerdFontMono-Regular.ttf: Lilex Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/NotoSansMNerdFont-Bold.ttf: NotoSansM Nerd Font,NotoSansM NF:style=Bold
/usr/share/fonts/TTF/MononokiNerdFontPropo-Bold.ttf: Mononoki Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/iMWritingQuatNerdFontPropo-Regular.ttf: iMWritingQuat Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/M+1CodeNerdFontPropo-Light.ttf: M+1Code Nerd Font Propo,M+1Code Nerd Font Propo Light:style=Light,Regular
/usr/share/fonts/TTF/MesloLGLNerdFontMono-BoldItalic.ttf: MesloLGL Nerd Font Mono:style=Bold Italic
/usr/share/fonts/OTF/MonaspiceKrNerdFontMono-LightItalic.otf: MonaspiceKr Nerd Font Mono,MonaspiceKr NFM,MonaspiceKr NFM Light:style=Light Italic,Italic
/usr/share/fonts/TTF/DejaVuSansMNerdFontPropo-Regular.ttf: DejaVuSansM Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-ExtraLight.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP,JetBrainsMonoNL NFP ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/InconsolataNerdFontMono-Regular.ttf: Inconsolata Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/IosevkaNerdFontPropo-ExtraLight.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontMono-ExtraLightItalic.ttf: CaskaydiaMono Nerd Font Mono,CaskaydiaMono NFM,CaskaydiaMono NFM ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-CondensedBold.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF Cond:style=Condensed Bold,Bold
/usr/share/fonts/TTF/MesloLGSNerdFontPropo-Bold.ttf: MesloLGS Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/CousineNerdFont-Italic.ttf: Cousine Nerd Font:style=Italic
/usr/share/fonts/TTF/IosevkaNerdFont-ExtraLightOblique.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF ExtraLight Obl:style=ExtraLight Oblique,Italic
/usr/share/fonts/TTF/M+CodeLat50NerdFont-ExtraLight.ttf: M+CodeLat50 Nerd Font,M+CodeLat50 Nerd Font ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/EnvyCodeRNerdFont-Regular.ttf: EnvyCodeR Nerd Font:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFont-SemiBoldOblique.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF SemiBold Obl:style=SemiBold Oblique,Italic
/usr/share/fonts/TTF/AnonymiceProNerdFont-BoldItalic.ttf: AnonymicePro Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/EnvyCodeRNerdFontPropo-Bold.ttf: EnvyCodeR Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFontMono-ExtraCondensedExtraBold.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM ExtCond ExtBd:style=ExtraCondensed ExtraBold,Regular
/usr/share/fonts/TTF/IosevkaNerdFont-HeavyItalic.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF Heavy:style=Heavy Italic,Italic
/usr/share/fonts/TTF/CousineNerdFontMono-Italic.ttf: Cousine Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/RobotoMonoNerdFont-LightItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light Italic,Italic
/usr/share/fonts/TTF/UbuntuNerdFontPropo-Light.ttf: Ubuntu Nerd Font Propo,Ubuntu Nerd Font Propo Light:style=Light,Regular
/usr/share/fonts/TTF/M+2NerdFontPropo-Black.ttf: M+2 Nerd Font Propo,M+2 Nerd Font Propo Black:style=Black,Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFont-Regular.ttf: CaskaydiaCove Nerd Font,CaskaydiaCove NF:style=Regular
/usr/share/fonts/TTF/TinosNerdFontPropo-Bold.ttf: Tinos Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedThin.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond Thin:style=SemiCondensed Thin,Regular
/usr/share/fonts/OTF/HasklugNerdFontMono-SemiBoldItalic.otf: Hasklug Nerd Font Mono,Hasklug Nerd Font Mono SemBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/NotoMonoNerdFont-Regular.ttf: NotoMono Nerd Font,NotoMono NF:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedBoldItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond:style=Condensed Bold Italic,Bold Italic
/usr/share/fonts/TTF/IosevkaNerdFontPropo-Bold.ttf: Iosevka Nerd Font Propo,Iosevka NFP:style=Bold
/usr/share/fonts/OTF/GeistMonoNerdFont-Medium.otf: GeistMono Nerd Font,GeistMono NF,GeistMono NF Medium:style=Medium,Regular
/usr/share/fonts/TTF/MartianMonoNerdFont-CondensedMedium.ttf: MartianMono Nerd Font,MartianMono NF,MartianMono NF Cond Med:style=Condensed Medium,Regular
/usr/share/fonts/TTF/VictorMonoNerdFont-LightOblique.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF Light Obl:style=Light Oblique,Italic
/usr/share/fonts/TTF/FiraCodeNerdFont-Bold.ttf: FiraCode Nerd Font:style=Bold
/usr/share/fonts/TTF/iMWritingMonoNerdFont-Bold.ttf: iMWritingMono Nerd Font:style=Bold
/usr/share/fonts/TTF/IosevkaTermNerdFont-ExtraLightOblique.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF ExtraLight Obl:style=ExtraLight Oblique,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedMedium.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond Med:style=Condensed Medium,Regular
/usr/share/fonts/OTF/OpenDyslexicNerdFont-Italic.otf: OpenDyslexic Nerd Font:style=Italic
/usr/share/fonts/TTF/UbuntuNerdFontPropo-LightItalic.ttf: Ubuntu Nerd Font Propo,Ubuntu Nerd Font Propo Light:style=Light Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond:style=ExtraCondensed Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-SemiCondensedExtraBold.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF SemCond ExtBd:style=SemiCondensed ExtraBold,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-SemiBoldItalic.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/iMWritingMonoNerdFont-BoldItalic.ttf: iMWritingMono Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/DejaVuSansMNerdFontMono-Bold.ttf: DejaVuSansM Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/MononokiNerdFont-Bold.ttf: Mononoki Nerd Font:style=Bold
/usr/share/fonts/OTF/OpenDyslexicNerdFontPropo-Regular.otf: OpenDyslexic Nerd Font Propo:style=Regular
/usr/share/fonts/OTF/OverpassNerdFont-SemiBoldItalic.otf: Overpass Nerd Font,Overpass Nerd Font SemBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/BigBlueTermPlusNerdFontMono-Regular.ttf: BigBlueTermPlus Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFont-Heavy.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF Heavy:style=Heavy,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedMedium.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond Med:style=SemiCondensed Medium,Regular
/usr/share/fonts/OTF/MonaspiceKrNerdFontMono-Medium.otf: MonaspiceKr Nerd Font Mono,MonaspiceKr NFM,MonaspiceKr NFM Medium:style=Medium,Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-ExtraBoldItalic.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP,JetBrainsMonoNL NFP ExtraBold:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/iMWritingQuatNerdFontPropo-BoldItalic.ttf: iMWritingQuat Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/M+1CodeNerdFontMono-Bold.ttf: M+1Code Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedBlackItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond Black:style=Condensed Black Italic,Italic
/usr/share/fonts/OTF/HurmitNerdFont-BoldItalic.otf: Hurmit Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/IntoneMonoNerdFont-Regular.ttf: IntoneMono Nerd Font,IntoneMono NF:style=Regular
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-SemiCondensedBold.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP SemCond:style=SemiCondensed Bold,Bold
/usr/share/fonts/OTF/HurmitNerdFontPropo-BoldItalic.otf: Hurmit Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/M+CodeLat50NerdFontMono-SemiBold.ttf: M+CodeLat50 Nerd Font Mono,M+CodeLat50 Nerd Font Mono SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/ArimoNerdFont-Italic.ttf: Arimo Nerd Font:style=Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedBoldItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond:style=SemiCondensed Bold Italic,Bold Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedBlackItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond Black:style=ExtraCondensed Black Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFont-LightItalic.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/MesloLGMNerdFontMono-Regular.ttf: MesloLGM Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedLightItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond Light:style=Condensed Light Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedExtraBold.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond ExtBd:style=SemiCondensed ExtraBold,Regular
/usr/share/fonts/TTF/MesloLGLDZNerdFontMono-Italic.ttf: MesloLGLDZ Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/MesloLGMDZNerdFontMono-Italic.ttf: MesloLGMDZ Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/BitstromWeraNerdFontPropo-Bold.ttf: BitstromWera Nerd Font Propo:style=Bold
/usr/share/fonts/OTF/MonaspiceKrNerdFontMono-Light.otf: MonaspiceKr Nerd Font Mono,MonaspiceKr NFM,MonaspiceKr NFM Light:style=Light,Regular
/usr/share/fonts/TTF/MartianMonoNerdFont-CondensedBold.ttf: MartianMono Nerd Font,MartianMono NF,MartianMono NF Cond:style=Condensed Bold,Bold
/usr/share/fonts/TTF/NotoSansMNerdFont-ExtraCondensedSemiBold.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF ExtCond SemBd:style=ExtraCondensed SemiBold,Regular
/usr/share/fonts/TTF/FantasqueSansMNerdFontMono-Regular.ttf: FantasqueSansM Nerd Font Mono:style=Regular
/usr/share/fonts/OTF/CommitMonoNerdFont-Regular.otf: CommitMono Nerd Font:style=Regular
/usr/share/fonts/TTF/DejaVuSansMNerdFontMono-Oblique.ttf: DejaVuSansM Nerd Font Mono:style=Oblique
/usr/share/fonts/TTF/FantasqueSansMNerdFont-Regular.ttf: FantasqueSansM Nerd Font:style=Regular
/usr/share/fonts/TTF/MononokiNerdFontMono-BoldItalic.ttf: Mononoki Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-Thin.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM,JetBrainsMono NFM Thin:style=Thin,Regular
/usr/share/fonts/OTF/OverpassNerdFont-ThinItalic.otf: Overpass Nerd Font,Overpass Nerd Font Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/TerminessNerdFont-BoldItalic.ttf: Terminess Nerd Font:style=Bold Italic
/usr/share/fonts/OTF/CommitMonoNerdFontPropo-Regular.otf: CommitMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/IosevkaNerdFontPropo-Light.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedLight.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond Light:style=SemiCondensed Light,Regular
/usr/share/fonts/OTF/HurmitNerdFontMono-Italic.otf: Hurmit Nerd Font Mono:style=Italic
/usr/share/fonts/OTF/MonaspiceNeNerdFont-Italic.otf: MonaspiceNe Nerd Font,MonaspiceNe NF:style=Italic
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond:style=SemiCondensed Italic,Italic
/usr/share/fonts/OTF/ComicShannsMonoNerdFont-Regular.otf: ComicShannsMono Nerd Font:style=Regular
/usr/share/fonts/TTF/InconsolataGoNerdFontMono-Regular.ttf: InconsolataGo Nerd Font Mono:style=Regular
/usr/share/fonts/OTF/OverpassNerdFontPropo-BoldItalic.otf: Overpass Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedThin.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond Thin:style=SemiCondensed Thin,Regular
/usr/share/fonts/TTF/BlexMonoNerdFontMono-Italic.ttf: BlexMono Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/IosevkaTermNerdFont-ExtraBoldOblique.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF ExtraBold Obl:style=ExtraBold Oblique,Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond:style=Condensed Italic,Italic
/usr/share/fonts/OTF/HasklugNerdFontPropo-SemiBold.otf: Hasklug Nerd Font Propo,Hasklug Nerd Font Propo SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFont-Bold.ttf: CaskaydiaMono Nerd Font,CaskaydiaMono NF:style=Bold
/usr/share/fonts/OTF/HasklugNerdFont-LightItalic.otf: Hasklug Nerd Font,Hasklug Nerd Font Light:style=Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-ExtraLightItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP,SauceCodePro NFP ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/iMWritingQuatNerdFont-Regular.ttf: iMWritingQuat Nerd Font:style=Regular
/usr/share/fonts/TTF/BitstromWeraNerdFontMono-Bold.ttf: BitstromWera Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-ThinItalic.ttf: BlexMono Nerd Font Propo,BlexMono Nerd Font Propo Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/LiterationMonoNerdFontPropo-Regular.ttf: LiterationMono Nerd Font Propo:style=Regular
/usr/share/fonts/OTF/MonaspiceArNerdFontPropo-MediumItalic.otf: MonaspiceAr Nerd Font Propo,MonaspiceAr NFP,MonaspiceAr NFP Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Bold.ttf: RobotoMono Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraLight.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtLt:style=ExtraLight,Regular
/usr/share/fonts/OTF/MonaspiceRnNerdFontMono-Light.otf: MonaspiceRn Nerd Font Mono,MonaspiceRn NFM,MonaspiceRn NFM Light:style=Light,Regular
/usr/share/fonts/TTF/MonofurNerdFontMono-Italic.ttf: Monofur Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-SemiBoldItalic.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF,JetBrainsMono NF SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond:style=ExtraCondensed Italic,Italic
/usr/share/fonts/TTF/TinosNerdFont-Bold.ttf: Tinos Nerd Font:style=Bold
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-ExtraBold.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF,JetBrainsMono NF ExtraBold:style=ExtraBold,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedThinItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond Thin:style=ExtraCondensed Thin Italic,Italic
/usr/share/fonts/TTF/M+2NerdFont-SemiBold.ttf: M+2 Nerd Font,M+2 Nerd Font SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/NotoSansMNerdFont-SemiCondensedBold.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF SemCond:style=SemiCondensed Bold,Bold
/usr/share/fonts/TTF/UbuntuMonoNerdFontMono-Regular.ttf: UbuntuMono Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/IosevkaNerdFont-ThinOblique.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF Thin Obl:style=Thin Oblique,Italic
/usr/share/fonts/TTF/ProFontIIxNerdFontMono-Regular.ttf: ProFont IIx Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedThin.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond Thin:style=Condensed Thin,Regular
/usr/share/fonts/OTF/OverpassNerdFontPropo-ExtraLightItalic.otf: Overpass Nerd Font Propo,Overpass Nerd Font Propo ExtLt:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFontMono-BoldItalic.ttf: VictorMono Nerd Font Mono,VictorMono NFM:style=Bold Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-SemiBold.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM,JetBrainsMono NFM SemiBold:style=SemiBold,Regular
/usr/share/fonts/OTF/CommitMonoNerdFontPropo-BoldItalic.otf: CommitMono Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/BlexMonoNerdFont-Light.ttf: BlexMono Nerd Font,BlexMono Nerd Font Light:style=Light,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Medium.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedExtraLightItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond ExtLt:style=SemiCondensed ExtraLight Italic,Italic
/usr/share/fonts/OTF/MonaspiceNeNerdFont-Regular.otf: MonaspiceNe Nerd Font,MonaspiceNe NF:style=Regular
/usr/share/fonts/TTF/UbuntuMonoNerdFont-Italic.ttf: UbuntuMono Nerd Font:style=Italic
/usr/share/fonts/TTF/SpaceMonoNerdFont-BoldItalic.ttf: SpaceMono Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/LiterationSerifNerdFontPropo-BoldItalic.ttf: LiterationSerif Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/M+CodeLat60NerdFontMono-Light.ttf: M+CodeLat60 Nerd Font Mono,M+CodeLat60 Nerd Font Mono Light:style=Light,Regular
/usr/share/fonts/OTF/MonaspiceXeNerdFontPropo-Light.otf: MonaspiceXe Nerd Font Propo,MonaspiceXe NFP,MonaspiceXe NFP Light:style=Light,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontPropo-SemiLightItalic.ttf: CaskaydiaMono Nerd Font Propo,CaskaydiaMono NFP,CaskaydiaMono NFP SemiLight:style=SemiLight Italic,Italic
/usr/share/fonts/TTF/InconsolataGoNerdFontPropo-Bold.ttf: InconsolataGo Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/MesloLGMDZNerdFontMono-Bold.ttf: MesloLGMDZ Nerd Font Mono:style=Bold
/usr/share/fonts/OTF/OpenDyslexicNerdFont-Bold.otf: OpenDyslexic Nerd Font:style=Bold
/usr/share/fonts/TTF/LilexNerdFontPropo-ExtraLight.ttf: Lilex Nerd Font Propo,Lilex Nerd Font Propo ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/OTF/CommitMonoNerdFont-BoldItalic.otf: CommitMono Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/D2CodingLigatureNerdFontPropo-Regular.ttf: D2CodingLigature Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraLightItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtLt:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-Thin.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Thin:style=Thin,Regular
/usr/share/fonts/TTF/NotoSansMNerdFont-ExtraBold.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF ExtBd:style=ExtraBold,Regular
/usr/share/fonts/TTF/VictorMonoNerdFont-Oblique.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF Obl:style=Oblique,Italic
/usr/share/fonts/TTF/MesloLGSNerdFontPropo-BoldItalic.ttf: MesloLGS Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-MediumItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Med:style=Medium Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedExtraBoldItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond ExtBd:style=SemiCondensed ExtraBold Italic,Italic
/usr/share/fonts/TTF/M+1CodeNerdFontMono-ExtraLight.ttf: M+1Code Nerd Font Mono,M+1Code Nerd Font Mono ExtLt:style=ExtraLight,Regular
/usr/share/fonts/OTF/MonaspiceArNerdFontPropo-LightItalic.otf: MonaspiceAr Nerd Font Propo,MonaspiceAr NFP,MonaspiceAr NFP Light:style=Light Italic,Italic
/usr/share/fonts/TTF/MonoidNerdFont-Bold.ttf: Monoid Nerd Font:style=Bold
/usr/share/fonts/TTF/DejaVuSansMNerdFontMono-BoldOblique.ttf: DejaVuSansM Nerd Font Mono:style=Bold Oblique
/usr/share/fonts/TTF/VictorMonoNerdFontMono-LightItalic.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM Light:style=Light Italic,Italic
/usr/share/fonts/OTF/MonaspiceKrNerdFontPropo-Bold.otf: MonaspiceKr Nerd Font Propo,MonaspiceKr NFP:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFontMono-CondensedBold.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM Cond:style=Condensed Bold,Bold
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-CondensedBold.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP Cond:style=Condensed Bold,Bold
/usr/share/fonts/OTF/CodeNewRomanNerdFontMono-Bold.otf: CodeNewRoman Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/FantasqueSansMNerdFont-Bold.ttf: FantasqueSansM Nerd Font:style=Bold
/usr/share/fonts/TTF/LiterationSansNerdFontPropo-Regular.ttf: LiterationSans Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/IosevkaNerdFont-MediumOblique.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF Medium Obl:style=Medium Oblique,Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFont-SemiBold.ttf: CaskaydiaCove Nerd Font,CaskaydiaCove NF,CaskaydiaCove NF SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/MesloLGSNerdFont-Italic.ttf: MesloLGS Nerd Font:style=Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-LightItalic.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM Light:style=Light Italic,Italic
/usr/share/fonts/TTF/UbuntuMonoNerdFontMono-Italic.ttf: UbuntuMono Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedBold.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond:style=Condensed Bold,Bold
/usr/share/fonts/OTF/FiraMonoNerdFontMono-Bold.otf: FiraMono Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontMono-Bold.ttf: CaskaydiaMono Nerd Font Mono,CaskaydiaMono NFM:style=Bold
/usr/share/fonts/TTF/InconsolataLGCNerdFontMono-Italic.ttf: Inconsolata LGC Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-Light.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Light:style=Light,Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-Light.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM,JetBrainsMono NFM Light:style=Light,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-ExtraLight.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontMono-Light.ttf: CaskaydiaCove Nerd Font Mono,CaskaydiaCove NFM,CaskaydiaCove NFM Light:style=Light,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontMono-Light.ttf: CaskaydiaMono Nerd Font Mono,CaskaydiaMono NFM,CaskaydiaMono NFM Light:style=Light,Regular
/usr/share/fonts/OTF/OverpassMNerdFontPropo-Bold.otf: OverpassM Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/BitstromWeraNerdFontMono-Regular.ttf: BitstromWera Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/ProFontWindowsNerdFont-Regular.ttf: ProFontWindows Nerd Font:style=Regular
/usr/share/fonts/TTF/SpaceMonoNerdFontPropo-Regular.ttf: SpaceMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/VictorMonoNerdFont-MediumItalic.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/TerminessNerdFontPropo-Regular.ttf: Terminess Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFont-Italic.ttf: CaskaydiaCove Nerd Font,CaskaydiaCove NF:style=Italic
/usr/share/fonts/TTF/MononokiNerdFontPropo-BoldItalic.ttf: Mononoki Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/iMWritingMonoNerdFont-Regular.ttf: iMWritingMono Nerd Font:style=Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-CondensedThin.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM Cond Thin:style=Condensed Thin,Regular
/usr/share/fonts/TTF/M+CodeLat60NerdFont-Bold.ttf: M+CodeLat60 Nerd Font:style=Bold
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-HeavyItalic.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM Heavy:style=Heavy Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-Medium.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM,JetBrainsMono NFM Medium:style=Medium,Regular
/usr/share/fonts/OTF/GeistMonoNerdFontMono-Thin.otf: GeistMono Nerd Font Mono,GeistMono NFM,GeistMono NFM Thin:style=Thin,Regular
/usr/share/fonts/TTF/ProggyCleanCENerdFont-Regular.ttf: ProggyClean CE Nerd Font:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedBoldItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond:style=SemiCondensed Bold Italic,Bold Italic
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-ExtraLight.ttf: BlexMono Nerd Font Propo,BlexMono Nerd Font Propo ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/OTF/MonaspiceXeNerdFontPropo-Medium.otf: MonaspiceXe Nerd Font Propo,MonaspiceXe NFP,MonaspiceXe NFP Medium:style=Medium,Regular
/usr/share/fonts/TTF/InconsolataNerdFont-Bold.ttf: Inconsolata Nerd Font:style=Bold
/usr/share/fonts/OTF/MonaspiceArNerdFontPropo-Regular.otf: MonaspiceAr Nerd Font Propo,MonaspiceAr NFP:style=Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontPropo-SemiLightItalic.ttf: CaskaydiaCove Nerd Font Propo,CaskaydiaCove NFP,CaskaydiaCove NFP SemiLight:style=SemiLight Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-Thin.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP Thin:style=Thin,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFont-SemiBoldItalic.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Bold.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM:style=Bold
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-ExtraBoldOblique.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP ExtraBold Obl:style=ExtraBold Oblique,Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-Bold.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP:style=Bold
/usr/share/fonts/TTF/IntoneMonoNerdFont-Bold.ttf: IntoneMono Nerd Font,IntoneMono NF:style=Bold
/usr/share/fonts/TTF/MartianMonoNerdFontMono-CondensedMedium.ttf: MartianMono Nerd Font Mono,MartianMono NFM,MartianMono NFM Cond Med:style=Condensed Medium,Regular
/usr/share/fonts/OTF/HasklugNerdFontPropo-LightItalic.otf: Hasklug Nerd Font Propo,Hasklug Nerd Font Propo Light:style=Light Italic,Italic
/usr/share/fonts/TTF/LiterationSansNerdFont-Bold.ttf: LiterationSans Nerd Font:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedThinItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond Thin:style=SemiCondensed Thin Italic,Italic
/usr/share/fonts/OTF/ComicShannsMonoNerdFontPropo-Regular.otf: ComicShannsMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedExtraBoldItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond ExtBd:style=Condensed ExtraBold Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedBoldItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond:style=SemiCondensed Bold Italic,Bold Italic
/usr/share/fonts/OTF/OverpassNerdFont-LightItalic.otf: Overpass Nerd Font,Overpass Nerd Font Light:style=Light Italic,Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontMono-ExtraLightItalic.ttf: CaskaydiaCove Nerd Font Mono,CaskaydiaCove NFM,CaskaydiaCove NFM ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedExtraLightItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond ExtLt:style=SemiCondensed ExtraLight Italic,Italic
/usr/share/fonts/OTF/MonaspiceRnNerdFontMono-Regular.otf: MonaspiceRn Nerd Font Mono,MonaspiceRn NFM:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedRegular.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond:style=SemiCondensed Regular,Regular
/usr/share/fonts/OTF/OverpassNerdFontPropo-ExtraBoldItalic.otf: Overpass Nerd Font Propo,Overpass Nerd Font Propo ExtBd:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/MesloLGMNerdFont-BoldItalic.ttf: MesloLGM Nerd Font:style=Bold Italic
/usr/share/fonts/OTF/MonaspiceArNerdFontMono-Regular.otf: MonaspiceAr Nerd Font Mono,MonaspiceAr NFM:style=Regular
/usr/share/fonts/TTF/M+1NerdFont-Regular.ttf: M+1 Nerd Font:style=Regular
/usr/share/fonts/TTF/BlexMonoNerdFont-Italic.ttf: BlexMono Nerd Font:style=Italic
/usr/share/fonts/TTF/MartianMonoNerdFontPropo-Regular.ttf: MartianMono Nerd Font Propo,MartianMono NFP:style=Regular
/usr/share/fonts/TTF/MartianMonoNerdFontMono-CondensedBold.ttf: MartianMono Nerd Font Mono,MartianMono NFM,MartianMono NFM Cond:style=Condensed Bold,Bold
/usr/share/fonts/TTF/3270NerdFontMono-SemiCondensed.ttf: 3270 Nerd Font Mono,3270 Nerd Font Mono SemCond:style=SemiCondensed,Regular
/usr/share/fonts/TTF/iMWritingDuoNerdFontPropo-BoldItalic.ttf: iMWritingDuo Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/CousineNerdFontPropo-Bold.ttf: Cousine Nerd Font Propo:style=Bold
/usr/share/fonts/OTF/OverpassNerdFont-Thin.otf: Overpass Nerd Font,Overpass Nerd Font Thin:style=Thin,Regular
/usr/share/fonts/TTF/IosevkaNerdFontPropo-Medium.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP Medium:style=Medium,Regular
/usr/share/fonts/TTF/BlexMonoNerdFont-ExtraLightItalic.ttf: BlexMono Nerd Font,BlexMono Nerd Font ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/MartianMonoNerdFont-Medium.ttf: MartianMono Nerd Font,MartianMono NF,MartianMono NF Med:style=Medium,Regular
/usr/share/fonts/TTF/IntoneMonoNerdFont-Medium.ttf: IntoneMono Nerd Font,IntoneMono NF,IntoneMono NF Medium:style=Medium,Regular
/usr/share/fonts/OTF/MonaspiceArNerdFontMono-Light.otf: MonaspiceAr Nerd Font Mono,MonaspiceAr NFM,MonaspiceAr NFM Light:style=Light,Regular
/usr/share/fonts/TTF/MononokiNerdFontMono-Italic.ttf: Mononoki Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-Medium.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM,JetBrainsMonoNL NFM Medium:style=Medium,Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-Medium.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP,JetBrainsMonoNL NFP Medium:style=Medium,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-SemiBoldOblique.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM SemiBold Obl:style=SemiBold Oblique,Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-LightItalic.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF,JetBrainsMono NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/TinosNerdFont-BoldItalic.ttf: Tinos Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedExtraLightItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond ExtLt:style=Condensed ExtraLight Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedExtraLight.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond ExtLt:style=ExtraCondensed ExtraLight,Regular
/usr/share/fonts/OTF/MonaspiceArNerdFont-Medium.otf: MonaspiceAr Nerd Font,MonaspiceAr NF,MonaspiceAr NF Medium:style=Medium,Regular
/usr/share/fonts/OTF/MonaspiceKrNerdFont-Medium.otf: MonaspiceKr Nerd Font,MonaspiceKr NF,MonaspiceKr NF Medium:style=Medium,Regular
/usr/share/fonts/TTF/M+CodeLat50NerdFont-Medium.ttf: M+CodeLat50 Nerd Font,M+CodeLat50 Nerd Font Med:style=Medium,Regular
/usr/share/fonts/TTF/GoMonoNerdFont-Bold.ttf: GoMono Nerd Font:style=Bold
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-BoldItalic.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP:style=Bold Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-CondensedMedium.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF Cond Med:style=Condensed Medium,Regular
/usr/share/fonts/TTF/MesloLGMDZNerdFont-BoldItalic.ttf: MesloLGMDZ Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/MesloLGMNerdFontMono-Bold.ttf: MesloLGM Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedExtraLightItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond ExtLt:style=ExtraCondensed ExtraLight Italic,Italic
/usr/share/fonts/TTF/iMWritingQuatNerdFontPropo-Bold.ttf: iMWritingQuat Nerd Font Propo:style=Bold
/usr/share/fonts/OTF/HurmitNerdFont-Regular.otf: Hurmit Nerd Font:style=Regular
/usr/share/fonts/OTF/AurulentSansMNerdFont-Regular.otf: AurulentSansM Nerd Font:style=Regular
/usr/share/fonts/TTF/LiterationSerifNerdFontPropo-Regular.ttf: LiterationSerif Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-Bold.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF:style=Bold
/usr/share/fonts/TTF/MesloLGLDZNerdFont-BoldItalic.ttf: MesloLGLDZ Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-ExtraCondensedThin.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP ExtCond Thin:style=ExtraCondensed Thin,Regular
/usr/share/fonts/TTF/M+CodeLat50NerdFont-Thin.ttf: M+CodeLat50 Nerd Font,M+CodeLat50 Nerd Font Thin:style=Thin,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedBold.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond:style=ExtraCondensed Bold,Bold
/usr/share/fonts/TTF/CaskaydiaMonoNerdFont-SemiBold.ttf: CaskaydiaMono Nerd Font,CaskaydiaMono NF,CaskaydiaMono NF SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontMono-SemiBoldItalic.ttf: CaskaydiaMono Nerd Font Mono,CaskaydiaMono NFM,CaskaydiaMono NFM SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/3270NerdFont-Condensed.ttf: 3270 Nerd Font,3270 Nerd Font Cond:style=Condensed,Regular
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-SemiBold.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-Medium.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Med:style=Medium,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedMediumItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond Med:style=Condensed Medium Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedMediumItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond Med:style=SemiCondensed Medium Italic,Italic
/usr/share/fonts/TTF/MesloLGMDZNerdFontMono-BoldItalic.ttf: MesloLGMDZ Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/VictorMonoNerdFontMono-Italic.ttf: VictorMono Nerd Font Mono,VictorMono NFM:style=Italic
/usr/share/fonts/TTF/IosevkaNerdFontPropo-BoldItalic.ttf: Iosevka Nerd Font Propo,Iosevka NFP:style=Bold Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Light.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP,SauceCodePro NFP Light:style=Light,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-ThinItalic.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-ThinItalic.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/IosevkaNerdFontMono-ThinOblique.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM Thin Obl:style=Thin Oblique,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-ExtraCondensedExtraLight.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP ExtCond ExtLt:style=ExtraCondensed ExtraLight,Regular
/usr/share/fonts/TTF/IosevkaNerdFontPropo-LightItalic.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP Light:style=Light Italic,Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-Light.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP Light:style=Light,Regular
/usr/share/fonts/TTF/M+CodeLat60NerdFont-Light.ttf: M+CodeLat60 Nerd Font,M+CodeLat60 Nerd Font Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedLightItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond Light:style=ExtraCondensed Light Italic,Italic
/usr/share/fonts/TTF/TerminessNerdFontMono-Italic.ttf: Terminess Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Regular.ttf: RobotoMono Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/UbuntuNerdFontPropo-Condensed.ttf: Ubuntu Nerd Font Propo,Ubuntu Nerd Font Propo Cond:style=Condensed,Regular
/usr/share/fonts/TTF/HackNerdFontPropo-BoldItalic.ttf: Hack Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedExtraBoldItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond ExtBd:style=Condensed ExtraBold Italic,Italic
/usr/share/fonts/OTF/MonaspiceKrNerdFont-Light.otf: MonaspiceKr Nerd Font,MonaspiceKr NF,MonaspiceKr NF Light:style=Light,Regular
/usr/share/fonts/TTF/TinosNerdFontPropo-Regular.ttf: Tinos Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/ProFontIIxNerdFont-Regular.ttf: ProFont IIx Nerd Font:style=Regular
/usr/share/fonts/TTF/M+1CodeNerdFont-Regular.ttf: M+1Code Nerd Font:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-HeavyOblique.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP Heavy Obl:style=Heavy Oblique,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ThinItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Thin:style=Thin Italic,Italic
/usr/share/fonts/OTF/HasklugNerdFontPropo-ExtraLight.otf: Hasklug Nerd Font Propo,Hasklug Nerd Font Propo ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/BlexMonoNerdFont-Medium.ttf: BlexMono Nerd Font,BlexMono Nerd Font Medium:style=Medium,Regular
/usr/share/fonts/TTF/UbuntuMonoNerdFontPropo-Bold.ttf: UbuntuMono Nerd Font Propo:style=Bold
/usr/share/fonts/OTF/CommitMonoNerdFontMono-Italic.otf: CommitMono Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontMono-BoldItalic.ttf: CaskaydiaCove Nerd Font Mono,CaskaydiaCove NFM:style=Bold Italic
/usr/share/fonts/OTF/MonaspiceKrNerdFont-Bold.otf: MonaspiceKr Nerd Font,MonaspiceKr NF:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedExtraLightItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond ExtLt:style=SemiCondensed ExtraLight Italic,Italic
/usr/share/fonts/OTF/MonaspiceXeNerdFontMono-Regular.otf: MonaspiceXe Nerd Font Mono,MonaspiceXe NFM:style=Regular
/usr/share/fonts/TTF/MesloLGLDZNerdFontMono-BoldItalic.ttf: MesloLGLDZ Nerd Font Mono:style=Bold Italic
/usr/share/fonts/OTF/MonaspiceNeNerdFontPropo-Italic.otf: MonaspiceNe Nerd Font Propo,MonaspiceNe NFP:style=Italic
/usr/share/fonts/TTF/IosevkaNerdFontPropo-ExtraBoldOblique.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP ExtraBold Obl:style=ExtraBold Oblique,Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-BoldItalic.ttf: NotoSerif Nerd Font,NotoSerif NF:style=Bold Italic
/usr/share/fonts/OTF/GeistMonoNerdFontMono-Light.otf: GeistMono Nerd Font Mono,GeistMono NFM,GeistMono NFM Light:style=Light,Regular
/usr/share/fonts/TTF/iMWritingMonoNerdFontMono-BoldItalic.ttf: iMWritingMono Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedBold.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond:style=ExtraCondensed Bold,Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-ThinItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-ExtraCondensedRegular.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP ExtCond:style=ExtraCondensed Regular,Regular
/usr/share/fonts/TTF/LilexNerdFont-Thin.ttf: Lilex Nerd Font,Lilex Nerd Font Thin:style=Thin,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-Bold.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM:style=Bold
/usr/share/fonts/TTF/TerminessNerdFont-Italic.ttf: Terminess Nerd Font:style=Italic
/usr/share/fonts/TTF/LilexNerdFontMono-Medium.ttf: Lilex Nerd Font Mono,Lilex Nerd Font Mono Medium:style=Medium,Regular
/usr/share/fonts/TTF/MonofurNerdFontMono-Bold.ttf: Monofur Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/EnvyCodeRNerdFont-Bold.ttf: EnvyCodeR Nerd Font:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFont-SemiCondensedMedium.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF SemCond Med:style=SemiCondensed Medium,Regular
/usr/share/fonts/TTF/FantasqueSansMNerdFontMono-BoldItalic.ttf: FantasqueSansM Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/IntoneMonoNerdFont-Italic.ttf: IntoneMono Nerd Font,IntoneMono NF:style=Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-HeavyItalic.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP Heavy:style=Heavy Italic,Italic
/usr/share/fonts/OTF/OverpassNerdFontPropo-Heavy.otf: Overpass Nerd Font Propo,Overpass Nerd Font Propo Heavy:style=Heavy,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-Italic.ttf: Iosevka Nerd Font Mono,Iosevka NFM:style=Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-Thin.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF,JetBrainsMonoNL NF Thin:style=Thin,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-SemiCondensedExtraLight.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP SemCond ExtLt:style=SemiCondensed ExtraLight,Regular
/usr/share/fonts/TTF/M+CodeLat50NerdFont-Light.ttf: M+CodeLat50 Nerd Font,M+CodeLat50 Nerd Font Light:style=Light,Regular
/usr/share/fonts/TTF/IosevkaNerdFont-Italic.ttf: Iosevka Nerd Font,Iosevka NF:style=Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedSemiBold.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond SemBd:style=ExtraCondensed SemiBold,Regular
/usr/share/fonts/OTF/MonaspiceKrNerdFont-BoldItalic.otf: MonaspiceKr Nerd Font,MonaspiceKr NF:style=Bold Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedMedium.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond Med:style=Condensed Medium,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-ThinItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin Italic,Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-ExtraLightItalic.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-Italic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP:style=Italic
/usr/share/fonts/TTF/iMWritingMonoNerdFontPropo-Bold.ttf: iMWritingMono Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedSemiBold.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond SemBd:style=Condensed SemiBold,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedSemiBold.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond SemBd:style=ExtraCondensed SemiBold,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedLight.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond Light:style=Condensed Light,Regular
/usr/share/fonts/TTF/IosevkaNerdFontPropo-SemiBoldItalic.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/IosevkaNerdFontMono-BoldOblique.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM Obl:style=Bold Oblique,Bold Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-Black.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Black:style=Black,Regular
/usr/share/fonts/OTF/HasklugNerdFont-ExtraLightItalic.otf: Hasklug Nerd Font,Hasklug Nerd Font ExtLt:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/LiterationSerifNerdFont-Italic.ttf: LiterationSerif Nerd Font:style=Italic
/usr/share/fonts/OTF/HurmitNerdFontPropo-Light.otf: Hurmit Nerd Font Propo,Hurmit Nerd Font Propo Light:style=Light,Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-ThinItalic.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM,JetBrainsMono NFM Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/ProggyCleanNerdFont-Regular.ttf: ProggyClean Nerd Font:style=Regular
/usr/share/fonts/TTF/M+1NerdFont-ExtraLight.ttf: M+1 Nerd Font,M+1 Nerd Font ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontPropo-Regular.ttf: CaskaydiaMono Nerd Font Propo,CaskaydiaMono NFP:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedLightItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond Light:style=ExtraCondensed Light Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiBold.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/MonoidNerdFont-Italic.ttf: Monoid Nerd Font:style=Italic
/usr/share/fonts/TTF/VictorMonoNerdFont-Bold.ttf: VictorMono Nerd Font,VictorMono NF:style=Bold
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontMono-Bold.ttf: CaskaydiaCove Nerd Font Mono,CaskaydiaCove NFM:style=Bold
/usr/share/fonts/TTF/BitstromWeraNerdFontPropo-Oblique.ttf: BitstromWera Nerd Font Propo:style=Oblique
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedLightItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond Light:style=ExtraCondensed Light Italic,Italic
/usr/share/fonts/OTF/MonaspiceNeNerdFontMono-Light.otf: MonaspiceNe Nerd Font Mono,MonaspiceNe NFM,MonaspiceNe NFM Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedRegular.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond:style=SemiCondensed Regular,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedBlackItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond Black:style=SemiCondensed Black Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFont-BoldItalic.ttf: VictorMono Nerd Font,VictorMono NF:style=Bold Italic
/usr/share/fonts/TTF/BlexMonoNerdFont-SemiBold.ttf: BlexMono Nerd Font,BlexMono Nerd Font SemiBold:style=SemiBold,Regular
/usr/share/fonts/OTF/OpenDyslexicAltNerdFont-Regular.otf: OpenDyslexicAlt Nerd Font:style=Regular
/usr/share/fonts/TTF/GoMonoNerdFontMono-Regular.ttf: GoMono Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/M+CodeLat50NerdFontMono-Light.ttf: M+CodeLat50 Nerd Font Mono,M+CodeLat50 Nerd Font Mono Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-BlackItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Black:style=Black Italic,Italic
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontPropo-Light.ttf: CaskaydiaMono Nerd Font Propo,CaskaydiaMono NFP,CaskaydiaMono NFP Light:style=Light,Regular
/usr/share/fonts/OTF/OpenDyslexicAltNerdFont-BoldItalic.otf: OpenDyslexicAlt Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-Medium.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF,JetBrainsMono NF Medium:style=Medium,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedBlack.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond Black:style=ExtraCondensed Black,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraBoldItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtBd:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/M+2NerdFont-Bold.ttf: M+2 Nerd Font:style=Bold
/usr/share/fonts/OTF/DroidSansMNerdFont-Regular.otf: DroidSansM Nerd Font:style=Regular
/usr/share/fonts/OTF/ComicShannsMonoNerdFontPropo-Bold.otf: ComicShannsMono Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedSemiBold.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond SemBd:style=Condensed SemiBold,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-MediumItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium Italic,Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontMono-ExtraLight.ttf: CaskaydiaCove Nerd Font Mono,CaskaydiaCove NFM,CaskaydiaCove NFM ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-BlackItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP,SauceCodePro NFP Black:style=Black Italic,Italic
/usr/share/fonts/TTF/BlexMonoNerdFontMono-ExtraLight.ttf: BlexMono Nerd Font Mono,BlexMono Nerd Font Mono ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/InconsolataLGCNerdFontPropo-Bold.ttf: Inconsolata LGC Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/BigBlueTerm437NerdFontMono-Regular.ttf: BigBlueTerm437 Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/MesloLGSNerdFontMono-Regular.ttf: MesloLGS Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedExtraLightItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond ExtLt:style=SemiCondensed ExtraLight Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedLight.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond Light:style=ExtraCondensed Light,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-Black.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Black:style=Black,Regular
/usr/share/fonts/TTF/AgaveNerdFontPropo-Bold.ttf: Agave Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/ShureTechMonoNerdFontMono-Regular.ttf: ShureTechMono Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedExtraBoldItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond ExtBd:style=Condensed ExtraBold Italic,Italic
/usr/share/fonts/OTF/OverpassNerdFont-Italic.otf: Overpass Nerd Font:style=Italic
/usr/share/fonts/TTF/IosevkaNerdFont-Oblique.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF Obl:style=Oblique,Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-SemiBold.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM,JetBrainsMonoNL NFM SemiBold:style=SemiBold,Regular
/usr/share/fonts/OTF/MonaspiceNeNerdFont-Bold.otf: MonaspiceNe Nerd Font,MonaspiceNe NF:style=Bold
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-Regular.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP:style=Regular
/usr/share/fonts/TTF/iMWritingDuoNerdFont-Bold.ttf: iMWritingDuo Nerd Font:style=Bold
/usr/share/fonts/OTF/MonaspiceRnNerdFontPropo-Medium.otf: MonaspiceRn Nerd Font Propo,MonaspiceRn NFP,MonaspiceRn NFP Medium:style=Medium,Regular
/usr/share/fonts/TTF/InconsolataNerdFont-Regular.ttf: Inconsolata Nerd Font:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedExtraBold.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond ExtBd:style=SemiCondensed ExtraBold,Regular
/usr/share/fonts/TTF/SpaceMonoNerdFont-Bold.ttf: SpaceMono Nerd Font:style=Bold
/usr/share/fonts/OTF/MonaspiceArNerdFontPropo-BoldItalic.otf: MonaspiceAr Nerd Font Propo,MonaspiceAr NFP:style=Bold Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedSemiBoldItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond SemBd:style=ExtraCondensed SemiBold Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedLight.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond Light:style=SemiCondensed Light,Regular
/usr/share/fonts/OTF/CodeNewRomanNerdFontMono-Regular.otf: CodeNewRoman Nerd Font Mono:style=Regular
/usr/share/fonts/OTF/FiraMonoNerdFontPropo-Medium.otf: FiraMono Nerd Font Propo,FiraMono Nerd Font Propo Medium:style=Medium,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-SemiBold.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraBoldItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtBd:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/LilexNerdFont-Bold.ttf: Lilex Nerd Font:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedBold.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond:style=SemiCondensed Bold,Bold
/usr/share/fonts/OTF/MonaspiceArNerdFont-Italic.otf: MonaspiceAr Nerd Font,MonaspiceAr NF:style=Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-MediumItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Med:style=Medium Italic,Italic
/usr/share/fonts/TTF/CaskaydiaMonoNerdFont-Regular.ttf: CaskaydiaMono Nerd Font,CaskaydiaMono NF:style=Regular
/usr/share/fonts/TTF/IosevkaNerdFontPropo-Oblique.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP Obl:style=Oblique,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-ExtraCondensedBold.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP ExtCond:style=ExtraCondensed Bold,Bold
/usr/share/fonts/OTF/GeistMonoNerdFont-Thin.otf: GeistMono Nerd Font,GeistMono NF,GeistMono NF Thin:style=Thin,Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-Light.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF,JetBrainsMonoNL NF Light:style=Light,Regular
/usr/share/fonts/TTF/0xProtoNerdFontMono-Regular.ttf: 0xProto Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/D2CodingLigatureNerdFontMono-Regular.ttf: D2CodingLigature Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/FiraCodeNerdFont-Light.ttf: FiraCode Nerd Font,FiraCode Nerd Font Light:style=Light,Regular
/usr/share/fonts/TTF/M+1CodeNerdFont-SemiBold.ttf: M+1Code Nerd Font,M+1Code Nerd Font SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-SemiBoldItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-LightItalic.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP,JetBrainsMono NFP Light:style=Light Italic,Italic
/usr/share/fonts/OTF/HasklugNerdFontPropo-Black.otf: Hasklug Nerd Font Propo,Hasklug Nerd Font Propo Black:style=Black,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFont-ThinOblique.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF Thin Obl:style=Thin Oblique,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedThin.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond Thin:style=ExtraCondensed Thin,Regular
/usr/share/fonts/TTF/LilexNerdFont-Medium.ttf: Lilex Nerd Font,Lilex Nerd Font Medium:style=Medium,Regular
/usr/share/fonts/TTF/MonofurNerdFont-Italic.ttf: Monofur Nerd Font:style=Italic
/usr/share/fonts/TTF/IosevkaNerdFontMono-MediumItalic.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/IosevkaNerdFontPropo-ThinItalic.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiBoldItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-MediumItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedExtraLight.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond ExtLt:style=ExtraCondensed ExtraLight,Regular
/usr/share/fonts/TTF/BlexMonoNerdFontMono-Bold.ttf: BlexMono Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/UbuntuMonoNerdFont-BoldItalic.ttf: UbuntuMono Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-Italic.ttf: SauceCodePro Nerd Font,SauceCodePro NF:style=Italic
/usr/share/fonts/TTF/MonofurNerdFont-Bold.ttf: Monofur Nerd Font:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond:style=ExtraCondensed Italic,Italic
/usr/share/fonts/TTF/IntoneMonoNerdFontPropo-Light.ttf: IntoneMono Nerd Font Propo,IntoneMono NFP,IntoneMono NFP Light:style=Light,Regular
/usr/share/fonts/TTF/FiraCodeNerdFontPropo-SemiBold.ttf: FiraCode Nerd Font Propo,FiraCode Nerd Font Propo SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFont-BoldItalic.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF:style=Bold Italic
/usr/share/fonts/TTF/MesloLGSDZNerdFont-Bold.ttf: MesloLGSDZ Nerd Font:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedExtraLightItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond ExtLt:style=Condensed ExtraLight Italic,Italic
/usr/share/fonts/TTF/BlexMonoNerdFontMono-Thin.ttf: BlexMono Nerd Font Mono,BlexMono Nerd Font Mono Thin:style=Thin,Regular
/usr/share/fonts/TTF/GoMonoNerdFont-BoldItalic.ttf: GoMono Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-LightItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Light:style=Light Italic,Italic
/usr/share/fonts/TTF/InconsolataGoNerdFontMono-Bold.ttf: InconsolataGo Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/M+CodeLat50NerdFontPropo-Bold.ttf: M+CodeLat50 Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/GoMonoNerdFontPropo-Italic.ttf: GoMono Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedExtraBoldItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond ExtBd:style=ExtraCondensed ExtraBold Italic,Italic
/usr/share/fonts/TTF/MesloLGMNerdFont-Regular.ttf: MesloLGM Nerd Font:style=Regular
/usr/share/fonts/TTF/NotoSansMNerdFont-ExtraCondensedExtraLight.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF ExtCond ExtLt:style=ExtraCondensed ExtraLight,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedBoldItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond:style=SemiCondensed Bold Italic,Bold Italic
/usr/share/fonts/TTF/IosevkaTermNerdFont-HeavyOblique.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF Heavy Obl:style=Heavy Oblique,Italic
/usr/share/fonts/TTF/TerminessNerdFontMono-Bold.ttf: Terminess Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/BlexMonoNerdFontMono-SemiBoldItalic.ttf: BlexMono Nerd Font Mono,BlexMono Nerd Font Mono SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/IntoneMonoNerdFontMono-Italic.ttf: IntoneMono Nerd Font Mono,IntoneMono NFM:style=Italic
/usr/share/fonts/TTF/IosevkaNerdFontMono-ExtraLightOblique.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM ExtraLight Obl:style=ExtraLight Oblique,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraLight.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/SpaceMonoNerdFontMono-Regular.ttf: SpaceMono Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-Thin.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP,JetBrainsMonoNL NFP Thin:style=Thin,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFont-LightItalic.ttf: CaskaydiaMono Nerd Font,CaskaydiaMono NF,CaskaydiaMono NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/InconsolataLGCNerdFontMono-Bold.ttf: Inconsolata LGC Nerd Font Mono:style=Bold
/usr/share/fonts/OTF/GeistMonoNerdFontPropo-Regular.otf: GeistMono Nerd Font Propo,GeistMono NFP:style=Regular
/usr/share/fonts/TTF/M+2NerdFont-Medium.ttf: M+2 Nerd Font,M+2 Nerd Font Med:style=Medium,Regular
/usr/share/fonts/TTF/IosevkaNerdFontPropo-Thin.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP Thin:style=Thin,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedBlackItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond Black:style=Condensed Black Italic,Italic
/usr/share/fonts/OTF/OverpassNerdFontPropo-Regular.otf: Overpass Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/BitstromWeraNerdFont-Regular.ttf: BitstromWera Nerd Font:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-ExtraBoldItalic.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP,JetBrainsMono NFP ExtraBold:style=ExtraBold Italic,Italic
/usr/share/fonts/OTF/MonaspiceArNerdFontMono-MediumItalic.otf: MonaspiceAr Nerd Font Mono,MonaspiceAr NFM,MonaspiceAr NFM Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-SemiCondensedBold.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM SemCond:style=SemiCondensed Bold,Bold
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraLight.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/DejaVuSansMNerdFont-BoldOblique.ttf: DejaVuSansM Nerd Font:style=Bold Oblique
/usr/share/fonts/OTF/ComicShannsMonoNerdFontMono-Regular.otf: ComicShannsMono Nerd Font Mono:style=Regular
/usr/share/fonts/OTF/AurulentSansMNerdFontMono-Regular.otf: AurulentSansM Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFont-Italic.ttf: NotoSans Nerd Font,NotoSans NF:style=Italic
/usr/share/fonts/OTF/AurulentSansMNerdFontPropo-Regular.otf: AurulentSansM Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/UbuntuMonoNerdFont-Bold.ttf: UbuntuMono Nerd Font:style=Bold
/usr/share/fonts/OTF/MonaspiceNeNerdFontMono-MediumItalic.otf: MonaspiceNe Nerd Font Mono,MonaspiceNe NFM,MonaspiceNe NFM Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/AnonymiceProNerdFontMono-BoldItalic.ttf: AnonymicePro Nerd Font Mono:style=Bold Italic
/usr/share/fonts/OTF/MonaspiceXeNerdFont-Bold.otf: MonaspiceXe Nerd Font,MonaspiceXe NF:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedRegular.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond:style=ExtraCondensed Regular,Regular
/usr/share/fonts/TTF/EnvyCodeRNerdFontPropo-Italic.ttf: EnvyCodeR Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-Regular.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM:style=Regular
/usr/share/fonts/TTF/0xProtoNerdFont-Regular.ttf: 0xProto Nerd Font:style=Regular
/usr/share/fonts/TTF/InconsolataLGCNerdFontPropo-Regular.ttf: Inconsolata LGC Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedBlackItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond Black:style=ExtraCondensed Black Italic,Italic
/usr/share/fonts/OTF/OverpassNerdFontPropo-ThinItalic.otf: Overpass Nerd Font Propo,Overpass Nerd Font Propo Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/BitstromWeraNerdFontPropo-Regular.ttf: BitstromWera Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-ExtraLightItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM,SauceCodePro NFM ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-SemiCondensedThin.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP SemCond Thin:style=SemiCondensed Thin,Regular
/usr/share/fonts/TTF/BigBlueTerm437NerdFont-Regular.ttf: BigBlueTerm437 Nerd Font:style=Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontPropo-ExtraLightItalic.ttf: CaskaydiaMono Nerd Font Propo,CaskaydiaMono NFP,CaskaydiaMono NFP ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-SemiBold.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP,JetBrainsMono NFP SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-SemiBoldOblique.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP SemiBold Obl:style=SemiBold Oblique,Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-HeavyOblique.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM Heavy Obl:style=Heavy Oblique,Italic
/usr/share/fonts/TTF/LiterationSansNerdFont-Regular.ttf: LiterationSans Nerd Font:style=Regular
/usr/share/fonts/TTF/ShureTechMonoNerdFont-Regular.ttf: ShureTechMono Nerd Font:style=Regular
/usr/share/fonts/TTF/IntoneMonoNerdFontPropo-Medium.ttf: IntoneMono Nerd Font Propo,IntoneMono NFP,IntoneMono NFP Medium:style=Medium,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedExtraBold.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond ExtBd:style=SemiCondensed ExtraBold,Regular
/usr/share/fonts/TTF/FiraCodeNerdFontMono-Retina.ttf: FiraCode Nerd Font Mono,FiraCode Nerd Font Mono Ret:style=Retina,Regular
/usr/share/fonts/OTF/OverpassNerdFont-ExtraLightItalic.otf: Overpass Nerd Font,Overpass Nerd Font ExtLt:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/MesloLGMDZNerdFontPropo-Regular.ttf: MesloLGMDZ Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/FiraCodeNerdFontMono-Regular.ttf: FiraCode Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-LightItalic.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP Light:style=Light Italic,Italic
/usr/share/fonts/TTF/IosevkaNerdFont-ThinItalic.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/M+1CodeNerdFontMono-Regular.ttf: M+1Code Nerd Font Mono:style=Regular
/usr/share/fonts/OTF/FiraMonoNerdFontPropo-Regular.otf: FiraMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedLightItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond Light:style=SemiCondensed Light Italic,Italic
/usr/share/fonts/OTF/FiraMonoNerdFontMono-Medium.otf: FiraMono Nerd Font Mono,FiraMono Nerd Font Mono Medium:style=Medium,Regular
/usr/share/fonts/OTF/GeistMonoNerdFont-UltraLight.otf: GeistMono Nerd Font,GeistMono NF,GeistMono NF UltraLight:style=UltraLight,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedThinItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond Thin:style=Condensed Thin Italic,Italic
/usr/share/fonts/OTF/GeistMonoNerdFont-Light.otf: GeistMono Nerd Font,GeistMono NF,GeistMono NF Light:style=Light,Regular
/usr/share/fonts/OTF/GeistMonoNerdFontMono-Black.otf: GeistMono Nerd Font Mono,GeistMono NFM,GeistMono NFM Black:style=Black,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedExtraBoldItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond ExtBd:style=ExtraCondensed ExtraBold Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedSemiBoldItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond SemBd:style=ExtraCondensed SemiBold Italic,Italic
/usr/share/fonts/TTF/DaddyTimeMonoNerdFontMono-Regular.ttf: DaddyTimeMono Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/IntoneMonoNerdFontPropo-BoldItalic.ttf: IntoneMono Nerd Font Propo,IntoneMono NFP:style=Bold Italic
/usr/share/fonts/TTF/LiterationSerifNerdFont-Regular.ttf: LiterationSerif Nerd Font:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-ExtraBoldItalic.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF,JetBrainsMonoNL NF ExtraBold:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/M+CodeLat60NerdFontMono-Medium.ttf: M+CodeLat60 Nerd Font Mono,M+CodeLat60 Nerd Font Mono Med:style=Medium,Regular
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-MediumItalic.ttf: BlexMono Nerd Font Propo,BlexMono Nerd Font Propo Medium:style=Medium Italic,Italic
/usr/share/fonts/OTF/MonaspiceXeNerdFontMono-BoldItalic.otf: MonaspiceXe Nerd Font Mono,MonaspiceXe NFM:style=Bold Italic
/usr/share/fonts/TTF/IosevkaNerdFont-Medium.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF Medium:style=Medium,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-BoldOblique.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM Obl:style=Bold Oblique,Bold Italic
/usr/share/fonts/OTF/MonaspiceXeNerdFontMono-Light.otf: MonaspiceXe Nerd Font Mono,MonaspiceXe NFM,MonaspiceXe NFM Light:style=Light,Regular
/usr/share/fonts/TTF/MonoidNerdFont-Retina.ttf: Monoid Nerd Font,Monoid Nerd Font Retina:style=Retina,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-Black.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Black:style=Black,Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFont-Light.ttf: CaskaydiaCove Nerd Font,CaskaydiaCove NF,CaskaydiaCove NF Light:style=Light,Regular
/usr/share/fonts/TTF/M+1CodeNerdFontPropo-Regular.ttf: M+1Code Nerd Font Propo:style=Regular
/usr/share/fonts/OTF/CommitMonoNerdFontMono-BoldItalic.otf: CommitMono Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/LiterationMonoNerdFont-Regular.ttf: LiterationMono Nerd Font:style=Regular
/usr/share/fonts/TTF/SpaceMonoNerdFontMono-BoldItalic.ttf: SpaceMono Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/IosevkaNerdFont-SemiBoldOblique.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF SemiBold Obl:style=SemiBold Oblique,Italic
/usr/share/fonts/TTF/BlexMonoNerdFont-MediumItalic.ttf: BlexMono Nerd Font,BlexMono Nerd Font Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/DejaVuSansMNerdFontPropo-Oblique.ttf: DejaVuSansM Nerd Font Propo:style=Oblique
/usr/share/fonts/TTF/VictorMonoNerdFont-Medium.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF Medium:style=Medium,Regular
/usr/share/fonts/TTF/LiterationMonoNerdFontPropo-Italic.ttf: LiterationMono Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/UbuntuNerdFont-LightItalic.ttf: Ubuntu Nerd Font,Ubuntu Nerd Font Light:style=Light Italic,Italic
/usr/share/fonts/OTF/MonaspiceRnNerdFont-BoldItalic.otf: MonaspiceRn Nerd Font,MonaspiceRn NF:style=Bold Italic
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontMono-SemiLightItalic.ttf: CaskaydiaMono Nerd Font Mono,CaskaydiaMono NFM,CaskaydiaMono NFM SemiLight:style=SemiLight Italic,Italic
/usr/share/fonts/TTF/MesloLGMNerdFontPropo-Regular.ttf: MesloLGM Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/ArimoNerdFontPropo-Bold.ttf: Arimo Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-ExtraBold.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM,JetBrainsMonoNL NFM ExtraBold:style=ExtraBold,Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-BoldItalic.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM:style=Bold Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-ThinItalic.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP,JetBrainsMono NFP Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-CondensedExtraBold.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM Cond ExtBd:style=Condensed ExtraBold,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedBoldItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond:style=Condensed Bold Italic,Bold Italic
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-MediumItalic.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontPropo-Bold.ttf: CaskaydiaMono Nerd Font Propo,CaskaydiaMono NFP:style=Bold
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-ExtraLightOblique.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP ExtraLight Obl:style=ExtraLight Oblique,Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-SemiCondensedThin.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF SemCond Thin:style=SemiCondensed Thin,Regular
/usr/share/fonts/OTF/MonaspiceKrNerdFontPropo-Regular.otf: MonaspiceKr Nerd Font Propo,MonaspiceKr NFP:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-Light.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM,JetBrainsMonoNL NFM Light:style=Light,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFont-Italic.ttf: CaskaydiaMono Nerd Font,CaskaydiaMono NF:style=Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-ThinItalic.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP,JetBrainsMonoNL NFP Thin:style=Thin Italic,Italic
/usr/share/fonts/OTF/CommitMonoNerdFontPropo-Bold.otf: CommitMono Nerd Font Propo:style=Bold
/usr/share/fonts/OTF/GeistMonoNerdFont-SemiBold.otf: GeistMono Nerd Font,GeistMono NF,GeistMono NF SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/InconsolataLGCNerdFont-BoldItalic.ttf: Inconsolata LGC Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/MesloLGSNerdFont-Regular.ttf: MesloLGS Nerd Font:style=Regular
/usr/share/fonts/OTF/MonaspiceNeNerdFontMono-BoldItalic.otf: MonaspiceNe Nerd Font Mono,MonaspiceNe NFM:style=Bold Italic
/usr/share/fonts/OTF/MonaspiceKrNerdFontPropo-Light.otf: MonaspiceKr Nerd Font Propo,MonaspiceKr NFP,MonaspiceKr NFP Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedBlack.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond Black:style=ExtraCondensed Black,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedExtraBold.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond ExtBd:style=ExtraCondensed ExtraBold,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedBold.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond:style=ExtraCondensed Bold,Bold
/usr/share/fonts/TTF/VictorMonoNerdFont-ThinOblique.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF Thin Obl:style=Thin Oblique,Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-LightItalic.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM,JetBrainsMonoNL NFM Light:style=Light Italic,Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-ThinOblique.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM Thin Obl:style=Thin Oblique,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-SemiCondensedExtraLight.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM SemCond ExtLt:style=SemiCondensed ExtraLight,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-BoldItalic.ttf: RobotoMono Nerd Font:style=Bold Italic
/usr/share/fonts/OTF/MonaspiceArNerdFont-Regular.otf: MonaspiceAr Nerd Font,MonaspiceAr NF:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedExtraBold.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond ExtBd:style=ExtraCondensed ExtraBold,Regular
/usr/share/fonts/TTF/D2CodingLigatureNerdFontMono-Bold.ttf: D2CodingLigature Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/MonoidNerdFontMono-Regular.ttf: Monoid Nerd Font Mono:style=Regular
/usr/share/fonts/OTF/GeistMonoNerdFontMono-UltraBlack.otf: GeistMono Nerd Font Mono,GeistMono NFM,GeistMono NFM UltraBlack:style=UltraBlack,Regular
/usr/share/fonts/TTF/MesloLGLNerdFontPropo-Regular.ttf: MesloLGL Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/M+2NerdFontPropo-SemiBold.ttf: M+2 Nerd Font Propo,M+2 Nerd Font Propo SemBd:style=SemiBold,Regular
/usr/share/fonts/OTF/HurmitNerdFontMono-Bold.otf: Hurmit Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedSemiBold.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond SemBd:style=Condensed SemiBold,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Thin.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFont-Bold.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiBold.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/FiraCodeNerdFont-Medium.ttf: FiraCode Nerd Font,FiraCode Nerd Font Med:style=Medium,Regular
/usr/share/fonts/TTF/MesloLGSNerdFontMono-Italic.ttf: MesloLGS Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/UbuntuMonoNerdFontPropo-BoldItalic.ttf: UbuntuMono Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedSemiBoldItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond SemBd:style=ExtraCondensed SemiBold Italic,Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-Medium.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM Medium:style=Medium,Regular
/usr/share/fonts/TTF/GoMonoNerdFontMono-Bold.ttf: GoMono Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/IosevkaNerdFont-LightOblique.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF Light Obl:style=Light Oblique,Italic
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontMono-Regular.ttf: CaskaydiaMono Nerd Font Mono,CaskaydiaMono NFM:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedExtraLight.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond ExtLt:style=Condensed ExtraLight,Regular
/usr/share/fonts/TTF/UbuntuNerdFont-Medium.ttf: Ubuntu Nerd Font,Ubuntu Nerd Font Med:style=Medium,Regular
/usr/share/fonts/TTF/ProFontWindowsNerdFontPropo-Regular.ttf: ProFontWindows Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFont-MediumOblique.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF Medium Obl:style=Medium Oblique,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedLightItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond Light:style=SemiCondensed Light Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedSemiBoldItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond SemBd:style=Condensed SemiBold Italic,Italic
/usr/share/fonts/OTF/OverpassMNerdFont-Regular.otf: OverpassM Nerd Font:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-Regular.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF:style=Regular
/usr/share/fonts/TTF/M+CodeLat60NerdFontPropo-Regular.ttf: M+CodeLat60 Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-Regular.ttf: RobotoMono Nerd Font:style=Regular
/usr/share/fonts/TTF/M+CodeLat50NerdFontMono-Medium.ttf: M+CodeLat50 Nerd Font Mono,M+CodeLat50 Nerd Font Mono Med:style=Medium,Regular
/usr/share/fonts/TTF/DaddyTimeMonoNerdFont-Regular.ttf: DaddyTimeMono Nerd Font:style=Regular
/usr/share/fonts/OTF/CodeNewRomanNerdFontPropo-Regular.otf: CodeNewRoman Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-Regular.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP:style=Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-SemiBoldItalic.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/EnvyCodeRNerdFontPropo-Regular.ttf: EnvyCodeR Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-Thin.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM Thin:style=Thin,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-BoldItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP:style=Bold Italic
/usr/share/fonts/TTF/AnonymiceProNerdFontMono-Bold.ttf: AnonymicePro Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/VictorMonoNerdFont-ExtraLightOblique.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF ExtraLight Obl:style=ExtraLight Oblique,Italic
/usr/share/fonts/TTF/MesloLGLDZNerdFontPropo-Regular.ttf: MesloLGLDZ Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedSemiBoldItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond SemBd:style=Condensed SemiBold Italic,Italic
/usr/share/fonts/TTF/M+CodeLat60NerdFont-Medium.ttf: M+CodeLat60 Nerd Font,M+CodeLat60 Nerd Font Med:style=Medium,Regular
/usr/share/fonts/TTF/IosevkaNerdFont-ExtraBold.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF ExtraBold:style=ExtraBold,Regular
/usr/share/fonts/TTF/M+2NerdFontPropo-Bold.ttf: M+2 Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/M+CodeLat50NerdFontPropo-ExtraLight.ttf: M+CodeLat50 Nerd Font Propo,M+CodeLat50 Nerd Font Propo ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/MonofurNerdFontPropo-Bold.ttf: Monofur Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedExtraBold.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond ExtBd:style=ExtraCondensed ExtraBold,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontPropo-LightItalic.ttf: CaskaydiaMono Nerd Font Propo,CaskaydiaMono NFP,CaskaydiaMono NFP Light:style=Light Italic,Italic
/usr/share/fonts/TTF/MartianMonoNerdFontPropo-Bold.ttf: MartianMono Nerd Font Propo,MartianMono NFP:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-SemiCondensedLight.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP SemCond Light:style=SemiCondensed Light,Regular
/usr/share/fonts/OTF/MonaspiceKrNerdFontMono-Bold.otf: MonaspiceKr Nerd Font Mono,MonaspiceKr NFM:style=Bold
/usr/share/fonts/OTF/MonaspiceXeNerdFontPropo-MediumItalic.otf: MonaspiceXe Nerd Font Propo,MonaspiceXe NFP,MonaspiceXe NFP Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/FantasqueSansMNerdFontPropo-Regular.ttf: FantasqueSansM Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/TerminessNerdFontMono-Regular.ttf: Terminess Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-ExtraLight.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedSemiBold.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond SemBd:style=SemiCondensed SemiBold,Regular
/usr/share/fonts/OTF/MonaspiceKrNerdFontPropo-BoldItalic.otf: MonaspiceKr Nerd Font Propo,MonaspiceKr NFP:style=Bold Italic
/usr/share/fonts/OTF/HurmitNerdFontPropo-Italic.otf: Hurmit Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/MesloLGLNerdFont-Regular.ttf: MesloLGL Nerd Font:style=Regular
/usr/share/fonts/OTF/MonaspiceNeNerdFont-BoldItalic.otf: MonaspiceNe Nerd Font,MonaspiceNe NF:style=Bold Italic
/usr/share/fonts/OTF/MonaspiceArNerdFontMono-BoldItalic.otf: MonaspiceAr Nerd Font Mono,MonaspiceAr NFM:style=Bold Italic
/usr/share/fonts/TTF/BlexMonoNerdFont-ExtraLight.ttf: BlexMono Nerd Font,BlexMono Nerd Font ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedBlack.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond Black:style=Condensed Black,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedBoldItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond:style=Condensed Bold Italic,Bold Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-Light.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Light:style=Light,Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-Medium.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF,JetBrainsMonoNL NF Medium:style=Medium,Regular
/usr/share/fonts/OTF/MonaspiceNeNerdFontPropo-MediumItalic.otf: MonaspiceNe Nerd Font Propo,MonaspiceNe NFP,MonaspiceNe NFP Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFont-SemiBoldItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/MesloLGLDZNerdFontPropo-Italic.ttf: MesloLGLDZ Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/MesloLGMDZNerdFontPropo-Italic.ttf: MesloLGMDZ Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/AgaveNerdFontMono-Regular.ttf: Agave Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFont-SemiBoldItalic.ttf: CaskaydiaCove Nerd Font,CaskaydiaCove NF,CaskaydiaCove NF SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/M+1NerdFontPropo-Bold.ttf: M+1 Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/MesloLGSDZNerdFontPropo-Italic.ttf: MesloLGSDZ Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-SemiBoldItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFontMono-ExtraLight.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/DejaVuSansMNerdFont-Bold.ttf: DejaVuSansM Nerd Font:style=Bold
/usr/share/fonts/TTF/IosevkaNerdFontPropo-ExtraBold.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP ExtraBold:style=ExtraBold,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedBlack.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond Black:style=SemiCondensed Black,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-BoldItalic.ttf: RobotoMono Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-ExtraBold.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP ExtraBold:style=ExtraBold,Regular
/usr/share/fonts/TTF/3270NerdFont-SemiCondensed.ttf: 3270 Nerd Font,3270 Nerd Font SemCond:style=SemiCondensed,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontPropo-Italic.ttf: CaskaydiaMono Nerd Font Propo,CaskaydiaMono NFP:style=Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-CondensedRegular.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF Cond:style=Condensed Regular,Regular
/usr/share/fonts/OTF/MonaspiceArNerdFont-Bold.otf: MonaspiceAr Nerd Font,MonaspiceAr NF:style=Bold
/usr/share/fonts/OTF/MonaspiceKrNerdFontMono-Italic.otf: MonaspiceKr Nerd Font Mono,MonaspiceKr NFM:style=Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-SemiCondensedSemiBold.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM SemCond SemBd:style=SemiCondensed SemiBold,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-Light.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM Light:style=Light,Regular
/usr/share/fonts/TTF/iMWritingMonoNerdFontMono-Italic.ttf: iMWritingMono Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/IosevkaNerdFontPropo-ThinOblique.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP Thin Obl:style=Thin Oblique,Italic
/usr/share/fonts/TTF/AnonymiceProNerdFontMono-Italic.ttf: AnonymicePro Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/D2CodingLigatureNerdFont-Regular.ttf: D2CodingLigature Nerd Font:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedExtraBold.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond ExtBd:style=Condensed ExtraBold,Regular
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-ThinOblique.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP Thin Obl:style=Thin Oblique,Italic
/usr/share/fonts/TTF/UbuntuNerdFontPropo-Italic.ttf: Ubuntu Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/FantasqueSansMNerdFont-BoldItalic.ttf: FantasqueSansM Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedThinItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond Thin:style=Condensed Thin Italic,Italic
/usr/share/fonts/TTF/M+1NerdFontPropo-SemiBold.ttf: M+1 Nerd Font Propo,M+1 Nerd Font Propo SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/ArimoNerdFont-Bold.ttf: Arimo Nerd Font:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedSemiBoldItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond SemBd:style=SemiCondensed SemiBold Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-CondensedExtraBold.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP Cond ExtBd:style=Condensed ExtraBold,Regular
/usr/share/fonts/TTF/HackNerdFontMono-BoldItalic.ttf: Hack Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/IosevkaNerdFont-Regular.ttf: Iosevka Nerd Font,Iosevka NF:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedMedium.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond Med:style=SemiCondensed Medium,Regular
/usr/share/fonts/TTF/AgaveNerdFontPropo-Regular.ttf: Agave Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontMono-LightItalic.ttf: CaskaydiaMono Nerd Font Mono,CaskaydiaMono NFM,CaskaydiaMono NFM Light:style=Light Italic,Italic
/usr/share/fonts/OTF/MonaspiceNeNerdFontMono-Regular.otf: MonaspiceNe Nerd Font Mono,MonaspiceNe NFM:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-Light.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF,JetBrainsMono NF Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedBoldItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond:style=ExtraCondensed Bold Italic,Bold Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFont-SemiLight.ttf: CaskaydiaCove Nerd Font,CaskaydiaCove NF,CaskaydiaCove NF SemiLight:style=SemiLight,Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-ExtraLight.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF,JetBrainsMonoNL NF ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/HackNerdFont-Bold.ttf: Hack Nerd Font:style=Bold
/usr/share/fonts/OTF/GeistMonoNerdFontPropo-Light.otf: GeistMono Nerd Font Propo,GeistMono NFP,GeistMono NFP Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedRegular.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond:style=Condensed Regular,Regular
/usr/share/fonts/OTF/OverpassMNerdFontPropo-Light.otf: OverpassM Nerd Font Propo,OverpassM Nerd Font Propo Light:style=Light,Regular
/usr/share/fonts/TTF/LiterationMonoNerdFontPropo-Bold.ttf: LiterationMono Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/BlexMonoNerdFont-Bold.ttf: BlexMono Nerd Font:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedThinItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond Thin:style=ExtraCondensed Thin Italic,Italic
/usr/share/fonts/TTF/M+CodeLat60NerdFont-Regular.ttf: M+CodeLat60 Nerd Font:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedExtraLight.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond ExtLt:style=SemiCondensed ExtraLight,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedLight.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond Light:style=ExtraCondensed Light,Regular
/usr/share/fonts/TTF/SymbolsNerdFontMono-Regular.ttf: Symbols Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Italic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP:style=Italic
/usr/share/fonts/TTF/IosevkaNerdFontMono-LightItalic.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM Light:style=Light Italic,Italic
/usr/share/fonts/TTF/IntoneMonoNerdFontMono-Medium.ttf: IntoneMono Nerd Font Mono,IntoneMono NFM,IntoneMono NFM Medium:style=Medium,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-MediumItalic.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/MonoidNerdFontMono-Bold.ttf: Monoid Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/BitstromWeraNerdFont-Bold.ttf: BitstromWera Nerd Font:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFont-Regular.ttf: NotoSansM Nerd Font,NotoSansM NF:style=Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Italic.ttf: RobotoMono Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/MartianMonoNerdFontMono-Medium.ttf: MartianMono Nerd Font Mono,MartianMono NFM,MartianMono NFM Med:style=Medium,Regular
/usr/share/fonts/OTF/MonaspiceKrNerdFontMono-BoldItalic.otf: MonaspiceKr Nerd Font Mono,MonaspiceKr NFM:style=Bold Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedThin.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond Thin:style=Condensed Thin,Regular
/usr/share/fonts/TTF/M+2NerdFont-Regular.ttf: M+2 Nerd Font:style=Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Italic.ttf: RobotoMono Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-SemiBold.ttf: SauceCodePro Nerd Font,SauceCodePro NF,SauceCodePro NF SemiBold:style=SemiBold,Regular
/usr/share/fonts/OTF/OpenDyslexicMNerdFontPropo-Regular.otf: OpenDyslexicM Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-Black.ttf: SauceCodePro Nerd Font,SauceCodePro NF,SauceCodePro NF Black:style=Black,Regular
/usr/share/fonts/OTF/CodeNewRomanNerdFontPropo-Italic.otf: CodeNewRoman Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/MononokiNerdFontPropo-Italic.ttf: Mononoki Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/FiraCodeNerdFont-Retina.ttf: FiraCode Nerd Font,FiraCode Nerd Font Ret:style=Retina,Regular
/usr/share/fonts/TTF/M+1NerdFontPropo-ExtraLight.ttf: M+1 Nerd Font Propo,M+1 Nerd Font Propo ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-Thin.ttf: BlexMono Nerd Font Propo,BlexMono Nerd Font Propo Thin:style=Thin,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-ExtraBoldOblique.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM ExtraBold Obl:style=ExtraBold Oblique,Italic
/usr/share/fonts/TTF/IosevkaNerdFont-ExtraBoldOblique.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF ExtraBold Obl:style=ExtraBold Oblique,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-ExtraCondensedThin.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM ExtCond Thin:style=ExtraCondensed Thin,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedLight.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond Light:style=Condensed Light,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedThin.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond Thin:style=ExtraCondensed Thin,Regular
/usr/share/fonts/TTF/FiraCodeNerdFontPropo-Retina.ttf: FiraCode Nerd Font Propo,FiraCode Nerd Font Propo Ret:style=Retina,Regular
/usr/share/fonts/TTF/IntoneMonoNerdFontMono-BoldItalic.ttf: IntoneMono Nerd Font Mono,IntoneMono NFM:style=Bold Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedExtraBold.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond ExtBd:style=ExtraCondensed ExtraBold,Regular
/usr/share/fonts/TTF/ProggyCleanSZNerdFontMono-Regular.ttf: ProggyCleanSZ Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/DejaVuSansMNerdFontMono-Regular.ttf: DejaVuSansM Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/M+2NerdFontPropo-ExtraLight.ttf: M+2 Nerd Font Propo,M+2 Nerd Font Propo ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/MesloLGLNerdFont-Italic.ttf: MesloLGL Nerd Font:style=Italic
/usr/share/fonts/TTF/SpaceMonoNerdFontMono-Italic.ttf: SpaceMono Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/VictorMonoNerdFontMono-MediumItalic.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/MesloLGLNerdFont-BoldItalic.ttf: MesloLGL Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/MonoidNerdFont-Regular.ttf: Monoid Nerd Font:style=Regular
/usr/share/fonts/TTF/MononokiNerdFontMono-Bold.ttf: Mononoki Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-Bold.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP:style=Bold
/usr/share/fonts/TTF/IosevkaNerdFontMono-ExtraBoldItalic.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM ExtraBold:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Light.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light,Regular
/usr/share/fonts/TTF/HackNerdFont-Italic.ttf: Hack Nerd Font:style=Italic
/usr/share/fonts/OTF/GeistMonoNerdFontMono-UltraLight.otf: GeistMono Nerd Font Mono,GeistMono NFM,GeistMono NFM UltraLight:style=UltraLight,Regular
/usr/share/fonts/TTF/AnonymiceProNerdFont-Regular.ttf: AnonymicePro Nerd Font:style=Regular
/usr/share/fonts/TTF/FantasqueSansMNerdFontMono-Bold.ttf: FantasqueSansM Nerd Font Mono:style=Bold
/usr/share/fonts/OTF/MonaspiceNeNerdFontMono-LightItalic.otf: MonaspiceNe Nerd Font Mono,MonaspiceNe NFM,MonaspiceNe NFM Light:style=Light Italic,Italic
/usr/share/fonts/TTF/LiterationMonoNerdFontPropo-BoldItalic.ttf: LiterationMono Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/FiraCodeNerdFontPropo-Light.ttf: FiraCode Nerd Font Propo,FiraCode Nerd Font Propo Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-Regular.ttf: NotoSans Nerd Font,NotoSans NF:style=Regular
/usr/share/fonts/OTF/MonaspiceKrNerdFont-LightItalic.otf: MonaspiceKr Nerd Font,MonaspiceKr NF,MonaspiceKr NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/BlexMonoNerdFontMono-Text.ttf: BlexMono Nerd Font Mono,BlexMono Nerd Font Mono Text:style=Text,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-LightItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP,SauceCodePro NFP Light:style=Light Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-Regular.ttf: NotoSerif Nerd Font,NotoSerif NF:style=Regular
/usr/share/fonts/TTF/BlexMonoNerdFontMono-ThinItalic.ttf: BlexMono Nerd Font Mono,BlexMono Nerd Font Mono Thin:style=Thin Italic,Italic
/usr/share/fonts/OTF/OverpassNerdFont-Heavy.otf: Overpass Nerd Font,Overpass Nerd Font Heavy:style=Heavy,Regular
/usr/share/fonts/TTF/AnonymiceProNerdFontMono-Regular.ttf: AnonymicePro Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/CousineNerdFontPropo-Regular.ttf: Cousine Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedMediumItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond Med:style=Condensed Medium Italic,Italic
/usr/share/fonts/TTF/iMWritingMonoNerdFontPropo-Regular.ttf: iMWritingMono Nerd Font Propo:style=Regular
/usr/share/fonts/OTF/OpenDyslexicNerdFontPropo-BoldItalic.otf: OpenDyslexic Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/IosevkaTermNerdFont-Regular.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF:style=Regular
/usr/share/fonts/TTF/LilexNerdFontPropo-ExtraThick.ttf: Lilex Nerd Font Propo,Lilex Nerd Font Propo ExtraThick:style=ExtraThick,Regular
/usr/share/fonts/OTF/OpenDyslexicNerdFontPropo-Bold.otf: OpenDyslexic Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/MesloLGSDZNerdFont-Regular.ttf: MesloLGSDZ Nerd Font:style=Regular
/usr/share/fonts/TTF/VictorMonoNerdFontMono-Medium.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM Medium:style=Medium,Regular
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-BoldItalic.ttf: BlexMono Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/M+1NerdFont-ExtraBold.ttf: M+1 Nerd Font,M+1 Nerd Font ExtBd:style=ExtraBold,Regular
/usr/share/fonts/OTF/MonaspiceXeNerdFontPropo-LightItalic.otf: MonaspiceXe Nerd Font Propo,MonaspiceXe NFP,MonaspiceXe NFP Light:style=Light Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-SemiBoldItalic.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP,JetBrainsMono NFP SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/OTF/MonaspiceRnNerdFont-Bold.otf: MonaspiceRn Nerd Font,MonaspiceRn NF:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFont-CondensedExtraBold.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF Cond ExtBd:style=Condensed ExtraBold,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-BoldItalic.ttf: NotoSans Nerd Font,NotoSans NF:style=Bold Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-MediumItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP,SauceCodePro NFP Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/FiraCodeNerdFont-SemiBold.ttf: FiraCode Nerd Font,FiraCode Nerd Font SemBd:style=SemiBold,Regular
/usr/share/fonts/OTF/HasklugNerdFontPropo-Light.otf: Hasklug Nerd Font Propo,Hasklug Nerd Font Propo Light:style=Light,Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontPropo-Regular.ttf: CaskaydiaCove Nerd Font Propo,CaskaydiaCove NFP:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-Regular.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-Italic.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP:style=Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-MediumOblique.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP Medium Obl:style=Medium Oblique,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-Medium.ttf: SauceCodePro Nerd Font,SauceCodePro NF,SauceCodePro NF Medium:style=Medium,Regular
/usr/share/fonts/OTF/MonaspiceArNerdFont-MediumItalic.otf: MonaspiceAr Nerd Font,MonaspiceAr NF,MonaspiceAr NF Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond:style=SemiCondensed Italic,Italic
/usr/share/fonts/TTF/ArimoNerdFontPropo-Italic.ttf: Arimo Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-BoldItalic.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF:style=Bold Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-BoldItalic.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF:style=Bold Italic
/usr/share/fonts/TTF/LiterationMonoNerdFontMono-BoldItalic.ttf: LiterationMono Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/LilexNerdFontPropo-Bold.ttf: Lilex Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-Medium.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP Medium:style=Medium,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedExtraLight.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond ExtLt:style=Condensed ExtraLight,Regular
/usr/share/fonts/TTF/CousineNerdFontPropo-BoldItalic.ttf: Cousine Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/MonoidNerdFontPropo-Retina.ttf: Monoid Nerd Font Propo,Monoid Nerd Font Propo Retina:style=Retina,Regular
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-Bold.ttf: VictorMono Nerd Font Propo,VictorMono NFP:style=Bold
/usr/share/fonts/OTF/GeistMonoNerdFontPropo-UltraBlack.otf: GeistMono Nerd Font Propo,GeistMono NFP,GeistMono NFP UltraBlack:style=UltraBlack,Regular
/usr/share/fonts/OTF/OpenDyslexicNerdFontPropo-Italic.otf: OpenDyslexic Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraBold.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtBd:style=ExtraBold,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-BoldItalic.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM:style=Bold Italic
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedExtraLight.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond ExtLt:style=Condensed ExtraLight,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-Light.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Light:style=Light,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-SemiBoldItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM,SauceCodePro NFM SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFontMono-SemiBoldItalic.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/UbuntuNerdFont-Light.ttf: Ubuntu Nerd Font,Ubuntu Nerd Font Light:style=Light,Regular
/usr/share/fonts/OTF/MonaspiceArNerdFont-Light.otf: MonaspiceAr Nerd Font,MonaspiceAr NF,MonaspiceAr NF Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedThinItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond Thin:style=SemiCondensed Thin Italic,Italic
/usr/share/fonts/OTF/GeistMonoNerdFontPropo-Bold.otf: GeistMono Nerd Font Propo,GeistMono NFP:style=Bold
/usr/share/fonts/TTF/MartianMonoNerdFontMono-Regular.ttf: MartianMono Nerd Font Mono,MartianMono NFM:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedLightItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond Light:style=SemiCondensed Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-BoldItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM:style=Bold Italic
/usr/share/fonts/OTF/GeistMonoNerdFont-Black.otf: GeistMono Nerd Font,GeistMono NF,GeistMono NF Black:style=Black,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-Light.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM Light:style=Light,Regular
/usr/share/fonts/TTF/LiterationSerifNerdFont-BoldItalic.ttf: LiterationSerif Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/IosevkaNerdFont-SemiBold.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/VictorMonoNerdFontMono-Thin.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM Thin:style=Thin,Regular
/usr/share/fonts/TTF/MesloLGSNerdFontMono-Bold.ttf: MesloLGS Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/MesloLGLNerdFont-Bold.ttf: MesloLGL Nerd Font:style=Bold
/usr/share/fonts/OTF/MonaspiceArNerdFontMono-Italic.otf: MonaspiceAr Nerd Font Mono,MonaspiceAr NFM:style=Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-ExtraLightItalic.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP,JetBrainsMono NFP ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/M+1CodeNerdFontMono-SemiBold.ttf: M+1Code Nerd Font Mono,M+1Code Nerd Font Mono SemBd:style=SemiBold,Regular
/usr/share/fonts/OTF/OverpassNerdFont-HeavyItalic.otf: Overpass Nerd Font,Overpass Nerd Font Heavy:style=Heavy Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-CondensedMedium.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP Cond Med:style=Condensed Medium,Regular
/usr/share/fonts/TTF/M+1NerdFont-Bold.ttf: M+1 Nerd Font:style=Bold
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-MediumItalic.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP,JetBrainsMonoNL NFP Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedMedium.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond Med:style=ExtraCondensed Medium,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-SemiCondensedBlack.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP SemCond Black:style=SemiCondensed Black,Regular
/usr/share/fonts/TTF/TinosNerdFont-Italic.ttf: Tinos Nerd Font:style=Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-SemiBold.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP,JetBrainsMonoNL NFP SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-BoldItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP:style=Bold Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Thin.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin,Regular
/usr/share/fonts/TTF/LektonNerdFontMono-Italic.ttf: Lekton Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiBold.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/IosevkaNerdFont-Heavy.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF Heavy:style=Heavy,Regular
/usr/share/fonts/TTF/HackNerdFont-Regular.ttf: Hack Nerd Font:style=Regular
/usr/share/fonts/TTF/VictorMonoNerdFont-Thin.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF Thin:style=Thin,Regular
/usr/share/fonts/TTF/InconsolataLGCNerdFontMono-BoldItalic.ttf: Inconsolata LGC Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/CousineNerdFontPropo-Italic.ttf: Cousine Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/M+CodeLat50NerdFontMono-Bold.ttf: M+CodeLat50 Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-SemiBoldItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP,SauceCodePro NFP SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/AnonymiceProNerdFont-Bold.ttf: AnonymicePro Nerd Font:style=Bold
/usr/share/fonts/TTF/GoMonoNerdFontMono-Italic.ttf: GoMono Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-Light.ttf: SauceCodePro Nerd Font,SauceCodePro NF,SauceCodePro NF Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedLight.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond Light:style=SemiCondensed Light,Regular
/usr/share/fonts/TTF/MesloLGSDZNerdFontPropo-Regular.ttf: MesloLGSDZ Nerd Font Propo:style=Regular
/usr/share/fonts/OTF/MonaspiceKrNerdFont-Italic.otf: MonaspiceKr Nerd Font,MonaspiceKr NF:style=Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedMediumItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond Med:style=ExtraCondensed Medium Italic,Italic
/usr/share/fonts/TTF/CousineNerdFont-BoldItalic.ttf: Cousine Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/MesloLGSDZNerdFontPropo-Bold.ttf: MesloLGSDZ Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/InconsolataNerdFontMono-Bold.ttf: Inconsolata Nerd Font Mono:style=Bold
/usr/share/fonts/OTF/HasklugNerdFontMono-Italic.otf: Hasklug Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/HackNerdFontPropo-Regular.ttf: Hack Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-SemiBoldItalic.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/BlexMonoNerdFont-Thin.ttf: BlexMono Nerd Font,BlexMono Nerd Font Thin:style=Thin,Regular
/usr/share/fonts/OTF/MonaspiceXeNerdFontMono-LightItalic.otf: MonaspiceXe Nerd Font Mono,MonaspiceXe NFM,MonaspiceXe NFM Light:style=Light Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-CondensedLight.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF Cond Light:style=Condensed Light,Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFont-LightItalic.ttf: CaskaydiaCove Nerd Font,CaskaydiaCove NF,CaskaydiaCove NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-Italic.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM:style=Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedMedium.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond Med:style=ExtraCondensed Medium,Regular
/usr/share/fonts/TTF/iMWritingDuoNerdFontPropo-Italic.ttf: iMWritingDuo Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/MesloLGMNerdFont-Italic.ttf: MesloLGM Nerd Font:style=Italic
/usr/share/fonts/TTF/UbuntuNerdFont-Bold.ttf: Ubuntu Nerd Font:style=Bold
/usr/share/fonts/TTF/MesloLGSNerdFont-BoldItalic.ttf: MesloLGS Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Medium.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP,SauceCodePro NFP Medium:style=Medium,Regular
/usr/share/fonts/TTF/MesloLGLNerdFontMono-Regular.ttf: MesloLGL Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFont-Italic.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF:style=Italic
/usr/share/fonts/TTF/IosevkaNerdFont-LightItalic.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedSemiBoldItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond SemBd:style=SemiCondensed SemiBold Italic,Italic
/usr/share/fonts/TTF/MonoidNerdFontPropo-Regular.ttf: Monoid Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-LightItalic.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF,JetBrainsMonoNL NF Light:style=Light Italic,Italic
/usr/share/fonts/OTF/GeistMonoNerdFont-UltraBlack.otf: GeistMono Nerd Font,GeistMono NF,GeistMono NF UltraBlack:style=UltraBlack,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-ExtraCondensedMedium.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP ExtCond Med:style=ExtraCondensed Medium,Regular
/usr/share/fonts/TTF/UbuntuNerdFont-BoldItalic.ttf: Ubuntu Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/MartianMonoNerdFont-CondensedRegular.ttf: MartianMono Nerd Font,MartianMono NF,MartianMono NF Cond:style=Condensed Regular,Regular
/usr/share/fonts/TTF/TerminessNerdFont-Regular.ttf: Terminess Nerd Font:style=Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-ExtraCondensedMedium.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM ExtCond Med:style=ExtraCondensed Medium,Regular
/usr/share/fonts/TTF/M+1CodeNerdFontPropo-Bold.ttf: M+1Code Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedSemiBold.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond SemBd:style=SemiCondensed SemiBold,Regular
/usr/share/fonts/TTF/BitstromWeraNerdFontPropo-BoldOblique.ttf: BitstromWera Nerd Font Propo:style=Bold Oblique
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond:style=SemiCondensed Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-ThinItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin Italic,Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontPropo-SemiBoldItalic.ttf: CaskaydiaCove Nerd Font Propo,CaskaydiaCove NFP,CaskaydiaCove NFP SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/M+CodeLat50NerdFont-Bold.ttf: M+CodeLat50 Nerd Font:style=Bold
/usr/share/fonts/OTF/HasklugNerdFontPropo-MediumItalic.otf: Hasklug Nerd Font Propo,Hasklug Nerd Font Propo Med:style=Medium Italic,Italic
/usr/share/fonts/TTF/MesloLGMDZNerdFont-Italic.ttf: MesloLGMDZ Nerd Font:style=Italic
/usr/share/fonts/OTF/OverpassNerdFontPropo-ExtraLight.otf: Overpass Nerd Font Propo,Overpass Nerd Font Propo ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-ExtraBold.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM ExtraBold:style=ExtraBold,Regular
/usr/share/fonts/TTF/M+CodeLat50NerdFontPropo-Medium.ttf: M+CodeLat50 Nerd Font Propo,M+CodeLat50 Nerd Font Propo Med:style=Medium,Regular
/usr/share/fonts/TTF/MononokiNerdFontMono-Regular.ttf: Mononoki Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/LilexNerdFontPropo-Regular.ttf: Lilex Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-BoldItalic.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP:style=Bold Italic
/usr/share/fonts/OTF/OverpassNerdFontPropo-Bold.otf: Overpass Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/GoMonoNerdFontPropo-BoldItalic.ttf: GoMono Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-ThinItalic.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF,JetBrainsMonoNL NF Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/MesloLGSDZNerdFont-Italic.ttf: MesloLGSDZ Nerd Font:style=Italic
/usr/share/fonts/TTF/M+1CodeNerdFont-Medium.ttf: M+1Code Nerd Font,M+1Code Nerd Font Med:style=Medium,Regular
/usr/share/fonts/OTF/MonaspiceNeNerdFontPropo-BoldItalic.otf: MonaspiceNe Nerd Font Propo,MonaspiceNe NFP:style=Bold Italic
/usr/share/fonts/OTF/HasklugNerdFontPropo-BoldItalic.otf: Hasklug Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/M+CodeLat60NerdFontMono-Bold.ttf: M+CodeLat60 Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/DejaVuSansMNerdFont-Oblique.ttf: DejaVuSansM Nerd Font:style=Oblique
/usr/share/fonts/TTF/MesloLGLDZNerdFont-Italic.ttf: MesloLGLDZ Nerd Font:style=Italic
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-Thin.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP Thin:style=Thin,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedExtraLightItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond ExtLt:style=ExtraCondensed ExtraLight Italic,Italic
/usr/share/fonts/OTF/MonaspiceArNerdFontPropo-Light.otf: MonaspiceAr Nerd Font Propo,MonaspiceAr NFP,MonaspiceAr NFP Light:style=Light,Regular
/usr/share/fonts/TTF/M+CodeLat50NerdFontPropo-Light.ttf: M+CodeLat50 Nerd Font Propo,M+CodeLat50 Nerd Font Propo Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-CondensedRegular.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP Cond:style=Condensed Regular,Regular
/usr/share/fonts/OTF/GeistMonoNerdFontPropo-UltraLight.otf: GeistMono Nerd Font Propo,GeistMono NFP,GeistMono NFP UltraLight:style=UltraLight,Regular
/usr/share/fonts/OTF/MonaspiceRnNerdFontMono-Bold.otf: MonaspiceRn Nerd Font Mono,MonaspiceRn NFM:style=Bold
/usr/share/fonts/TTF/MartianMonoNerdFontPropo-CondensedMedium.ttf: MartianMono Nerd Font Propo,MartianMono NFP,MartianMono NFP Cond Med:style=Condensed Medium,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-HeavyItalic.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM Heavy:style=Heavy Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedMediumItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond Med:style=ExtraCondensed Medium Italic,Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontMono-LightItalic.ttf: CaskaydiaCove Nerd Font Mono,CaskaydiaCove NFM,CaskaydiaCove NFM Light:style=Light Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-Medium.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP Med:style=Medium,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Bold.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP:style=Bold
/usr/share/fonts/TTF/FantasqueSansMNerdFontMono-Italic.ttf: FantasqueSansM Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-ExtraCondensedExtraLight.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM ExtCond ExtLt:style=ExtraCondensed ExtraLight,Regular
/usr/share/fonts/OTF/OverpassMNerdFontPropo-SemiBold.otf: OverpassM Nerd Font Propo,OverpassM Nerd Font Propo SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-LightItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFontMono-Regular.ttf: VictorMono Nerd Font Mono,VictorMono NFM:style=Regular
/usr/share/fonts/TTF/HeavyDataNerdFontPropo-Regular.ttf: HeavyData Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/ArimoNerdFont-Regular.ttf: Arimo Nerd Font:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFont-HeavyItalic.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF Heavy:style=Heavy Italic,Italic
/usr/share/fonts/TTF/MonoidNerdFontMono-Italic.ttf: Monoid Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/M+CodeLat60NerdFontPropo-Medium.ttf: M+CodeLat60 Nerd Font Propo,M+CodeLat60 Nerd Font Propo Med:style=Medium,Regular
/usr/share/fonts/TTF/MesloLGSDZNerdFontMono-BoldItalic.ttf: MesloLGSDZ Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/MesloLGLNerdFontMono-Bold.ttf: MesloLGL Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedSemiBoldItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond SemBd:style=Condensed SemiBold Italic,Italic
/usr/share/fonts/TTF/IosevkaNerdFontPropo-Regular.ttf: Iosevka Nerd Font Propo,Iosevka NFP:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-ExtraLightItalic.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM,JetBrainsMono NFM ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/TinosNerdFontPropo-BoldItalic.ttf: Tinos Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/MesloLGMNerdFontMono-BoldItalic.ttf: MesloLGM Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-Thin.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF Thin:style=Thin,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-ExtraBold.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM ExtraBold:style=ExtraBold,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFont-ExtraLightItalic.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontPropo-BoldItalic.ttf: CaskaydiaMono Nerd Font Propo,CaskaydiaMono NFP:style=Bold Italic
/usr/share/fonts/TTF/BlexMonoNerdFont-LightItalic.ttf: BlexMono Nerd Font,BlexMono Nerd Font Light:style=Light Italic,Italic
/usr/share/fonts/OTF/OverpassMNerdFontMono-Light.otf: OverpassM Nerd Font Mono,OverpassM Nerd Font Mono Light:style=Light,Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-Regular.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM:style=Regular
/usr/share/fonts/OTF/MonaspiceNeNerdFont-MediumItalic.otf: MonaspiceNe Nerd Font,MonaspiceNe NF,MonaspiceNe NF Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontPropo-ExtraLightItalic.ttf: CaskaydiaCove Nerd Font Propo,CaskaydiaCove NFP,CaskaydiaCove NFP ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-SemiCondensedExtraBold.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP SemCond ExtBd:style=SemiCondensed ExtraBold,Regular
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-Medium.ttf: BlexMono Nerd Font Propo,BlexMono Nerd Font Propo Medium:style=Medium,Regular
/usr/share/fonts/TTF/M+CodeLat60NerdFontPropo-ExtraLight.ttf: M+CodeLat60 Nerd Font Propo,M+CodeLat60 Nerd Font Propo ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedSemiBold.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond SemBd:style=ExtraCondensed SemiBold,Regular
/usr/share/fonts/TTF/UbuntuNerdFont-Regular.ttf: Ubuntu Nerd Font:style=Regular
/usr/share/fonts/TTF/InconsolataLGCNerdFontPropo-Italic.ttf: Inconsolata LGC Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/MononokiNerdFont-Regular.ttf: Mononoki Nerd Font:style=Regular
/usr/share/fonts/TTF/UbuntuNerdFontPropo-BoldItalic.ttf: Ubuntu Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/VictorMonoNerdFont-SemiBoldOblique.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF SemiBold Obl:style=SemiBold Oblique,Italic
/usr/share/fonts/TTF/FiraCodeNerdFontMono-Bold.ttf: FiraCode Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/ProFontIIxNerdFontPropo-Regular.ttf: ProFont IIx Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedBlack.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond Black:style=SemiCondensed Black,Regular
/usr/share/fonts/TTF/IntoneMonoNerdFontPropo-Bold.ttf: IntoneMono Nerd Font Propo,IntoneMono NFP:style=Bold
/usr/share/fonts/TTF/MartianMonoNerdFontPropo-CondensedBold.ttf: MartianMono Nerd Font Propo,MartianMono NFP,MartianMono NFP Cond:style=Condensed Bold,Bold
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedMedium.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond Med:style=Condensed Medium,Regular
/usr/share/fonts/TTF/IosevkaNerdFontPropo-Heavy.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP Heavy:style=Heavy,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFont-LightItalic.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-SemiBoldItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/M+CodeLat60NerdFont-SemiBold.ttf: M+CodeLat60 Nerd Font,M+CodeLat60 Nerd Font SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontPropo-Italic.ttf: CaskaydiaCove Nerd Font Propo,CaskaydiaCove NFP:style=Italic
/usr/share/fonts/TTF/IosevkaTermNerdFont-Light.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF Light:style=Light,Regular
/usr/share/fonts/TTF/M+CodeLat60NerdFontMono-SemiBold.ttf: M+CodeLat60 Nerd Font Mono,M+CodeLat60 Nerd Font Mono SemBd:style=SemiBold,Regular
/usr/share/fonts/OTF/GeistMonoNerdFontPropo-Black.otf: GeistMono Nerd Font Propo,GeistMono NFP,GeistMono NFP Black:style=Black,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedRegular.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond:style=Condensed Regular,Regular
/usr/share/fonts/TTF/InconsolataGoNerdFont-Bold.ttf: InconsolataGo Nerd Font:style=Bold
/usr/share/fonts/OTF/HasklugNerdFont-MediumItalic.otf: Hasklug Nerd Font,Hasklug Nerd Font Med:style=Medium Italic,Italic
/usr/share/fonts/TTF/iMWritingDuoNerdFontPropo-Bold.ttf: iMWritingDuo Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-Thin.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM,JetBrainsMonoNL NFM Thin:style=Thin,Regular
/usr/share/fonts/TTF/IosevkaNerdFontPropo-SemiBold.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/BlexMonoNerdFontMono-BoldItalic.ttf: BlexMono Nerd Font Mono:style=Bold Italic
/usr/share/fonts/OTF/MonaspiceRnNerdFontPropo-BoldItalic.otf: MonaspiceRn Nerd Font Propo,MonaspiceRn NFP:style=Bold Italic
/usr/share/fonts/TTF/IosevkaTermNerdFont-MediumItalic.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-ExtraCondensedBlack.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP ExtCond Black:style=ExtraCondensed Black,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedRegular.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond:style=ExtraCondensed Regular,Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-MediumItalic.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM,JetBrainsMonoNL NFM Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/DejaVuSansMNerdFontPropo-BoldOblique.ttf: DejaVuSansM Nerd Font Propo:style=Bold Oblique
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-ExtraLightItalic.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF,JetBrainsMonoNL NF ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraBold.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtBd:style=ExtraBold,Regular
/usr/share/fonts/TTF/VictorMonoNerdFontMono-ThinItalic.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/0xProtoNerdFontPropo-Regular.ttf: 0xProto Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/M+CodeLat60NerdFontMono-ExtraLight.ttf: M+CodeLat60 Nerd Font Mono,M+CodeLat60 Nerd Font Mono ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/TinosNerdFont-Regular.ttf: Tinos Nerd Font:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-Italic.ttf: NotoSans Nerd Font Propo,NotoSans NFP:style=Italic
/usr/share/fonts/TTF/IosevkaTermNerdFont-SemiBold.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF SemiBold:style=SemiBold,Regular
/usr/share/fonts/OTF/OpenDyslexicAltNerdFontPropo-Regular.otf: OpenDyslexicAlt Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedBold.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond:style=SemiCondensed Bold,Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedExtraBoldItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond ExtBd:style=SemiCondensed ExtraBold Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFont-ExtraLightItalic.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-ExtraBold.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP,JetBrainsMono NFP ExtraBold:style=ExtraBold,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedBlackItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond Black:style=ExtraCondensed Black Italic,Italic
/usr/share/fonts/OTF/FiraMonoNerdFont-Regular.otf: FiraMono Nerd Font:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedSemiBoldItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond SemBd:style=Condensed SemiBold Italic,Italic
/usr/share/fonts/TTF/M+CodeLat50NerdFontMono-ExtraLight.ttf: M+CodeLat50 Nerd Font Mono,M+CodeLat50 Nerd Font Mono ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-BlackItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF,SauceCodePro NF Black:style=Black Italic,Italic
/usr/share/fonts/TTF/SpaceMonoNerdFont-Italic.ttf: SpaceMono Nerd Font:style=Italic
/usr/share/fonts/OTF/MonaspiceArNerdFont-BoldItalic.otf: MonaspiceAr Nerd Font,MonaspiceAr NF:style=Bold Italic
/usr/share/fonts/OTF/MonaspiceXeNerdFontPropo-Bold.otf: MonaspiceXe Nerd Font Propo,MonaspiceXe NFP:style=Bold
/usr/share/fonts/TTF/M+1CodeNerdFont-Thin.ttf: M+1Code Nerd Font,M+1Code Nerd Font Thin:style=Thin,Regular
/usr/share/fonts/TTF/MesloLGSNerdFont-Bold.ttf: MesloLGS Nerd Font:style=Bold
/usr/share/fonts/TTF/iMWritingMonoNerdFont-Italic.ttf: iMWritingMono Nerd Font:style=Italic
/usr/share/fonts/TTF/iMWritingDuoNerdFont-Italic.ttf: iMWritingDuo Nerd Font:style=Italic
/usr/share/fonts/TTF/iMWritingQuatNerdFont-Italic.ttf: iMWritingQuat Nerd Font:style=Italic
/usr/share/fonts/OTF/HasklugNerdFontMono-Regular.otf: Hasklug Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-Italic.ttf: BlexMono Nerd Font Propo:style=Italic
/usr/share/fonts/OTF/MonaspiceXeNerdFontPropo-BoldItalic.otf: MonaspiceXe Nerd Font Propo,MonaspiceXe NFP:style=Bold Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-CondensedThin.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF Cond Thin:style=Condensed Thin,Regular
/usr/share/fonts/TTF/LiterationMonoNerdFontMono-Bold.ttf: LiterationMono Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/LiterationSansNerdFont-BoldItalic.ttf: LiterationSans Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedThin.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond Thin:style=Condensed Thin,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-CondensedLight.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM Cond Light:style=Condensed Light,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-Medium.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium,Regular
/usr/share/fonts/TTF/BigBlueTerm437NerdFontPropo-Regular.ttf: BigBlueTerm437 Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/M+1CodeNerdFontPropo-SemiBold.ttf: M+1Code Nerd Font Propo,M+1Code Nerd Font Propo SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedSemiBold.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond SemBd:style=Condensed SemiBold,Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontPropo-Light.ttf: CaskaydiaCove Nerd Font Propo,CaskaydiaCove NFP,CaskaydiaCove NFP Light:style=Light,Regular
/usr/share/fonts/OTF/MonaspiceRnNerdFont-Medium.otf: MonaspiceRn Nerd Font,MonaspiceRn NF,MonaspiceRn NF Medium:style=Medium,Regular
/usr/share/fonts/OTF/MonaspiceXeNerdFont-Medium.otf: MonaspiceXe Nerd Font,MonaspiceXe NF,MonaspiceXe NF Medium:style=Medium,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontMono-SemiLight.ttf: CaskaydiaMono Nerd Font Mono,CaskaydiaMono NFM,CaskaydiaMono NFM SemiLight:style=SemiLight,Regular
/usr/share/fonts/OTF/OverpassNerdFontPropo-Thin.otf: Overpass Nerd Font Propo,Overpass Nerd Font Propo Thin:style=Thin,Regular
/usr/share/fonts/TTF/FiraCodeNerdFontMono-SemiBold.ttf: FiraCode Nerd Font Mono,FiraCode Nerd Font Mono SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedBlackItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond Black:style=Condensed Black Italic,Italic
/usr/share/fonts/TTF/iMWritingQuatNerdFont-Bold.ttf: iMWritingQuat Nerd Font:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiBoldItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFontMono-Light.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-ExtraCondensedExtraBold.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP ExtCond ExtBd:style=ExtraCondensed ExtraBold,Regular
/usr/share/fonts/OTF/HasklugNerdFont-SemiBoldItalic.otf: Hasklug Nerd Font,Hasklug Nerd Font SemBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-LightItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Light:style=Light Italic,Italic
/usr/share/fonts/TTF/M+2NerdFontPropo-ExtraBold.ttf: M+2 Nerd Font Propo,M+2 Nerd Font Propo ExtBd:style=ExtraBold,Regular
/usr/share/fonts/TTF/IosevkaNerdFont-BoldOblique.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF Obl:style=Bold Oblique,Bold Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-SemiCondensedItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF SemCond:style=SemiCondensed Italic,Italic
/usr/share/fonts/OTF/MonaspiceNeNerdFont-Medium.otf: MonaspiceNe Nerd Font,MonaspiceNe NF,MonaspiceNe NF Medium:style=Medium,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-ExtraBold.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM ExtBd:style=ExtraBold,Regular
/usr/share/fonts/TTF/IntoneMonoNerdFont-BoldItalic.ttf: IntoneMono Nerd Font,IntoneMono NF:style=Bold Italic
/usr/share/fonts/TTF/InconsolataLGCNerdFont-Regular.ttf: Inconsolata LGC Nerd Font:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-SemiBoldItalic.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM,JetBrainsMonoNL NFM SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/IosevkaTermNerdFont-ExtraBold.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF ExtraBold:style=ExtraBold,Regular
/usr/share/fonts/OTF/GeistMonoNerdFont-Bold.otf: GeistMono Nerd Font,GeistMono NF:style=Bold
/usr/share/fonts/TTF/D2CodingLigatureNerdFontPropo-Bold.ttf: D2CodingLigature Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedExtraLightItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond ExtLt:style=Condensed ExtraLight Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-MediumItalic.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF,JetBrainsMonoNL NF Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/CaskaydiaMonoNerdFont-SemiBoldItalic.ttf: CaskaydiaMono Nerd Font,CaskaydiaMono NF,CaskaydiaMono NF SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/IosevkaNerdFontPropo-MediumOblique.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP Medium Obl:style=Medium Oblique,Italic
/usr/share/fonts/OTF/HasklugNerdFontMono-ExtraLightItalic.otf: Hasklug Nerd Font Mono,Hasklug Nerd Font Mono ExtLt:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/M+CodeLat60NerdFont-ExtraLight.ttf: M+CodeLat60 Nerd Font,M+CodeLat60 Nerd Font ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/M+1CodeNerdFont-ExtraLight.ttf: M+1Code Nerd Font,M+1Code Nerd Font ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedSemiBoldItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond SemBd:style=SemiCondensed SemiBold Italic,Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontPropo-ExtraLight.ttf: CaskaydiaCove Nerd Font Propo,CaskaydiaCove NFP,CaskaydiaCove NFP ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-SemiBold.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedThin.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond Thin:style=Condensed Thin,Regular
/usr/share/fonts/OTF/HasklugNerdFontPropo-BlackItalic.otf: Hasklug Nerd Font Propo,Hasklug Nerd Font Propo Black:style=Black Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-SemiBold.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-Bold.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedMediumItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond Med:style=SemiCondensed Medium Italic,Italic
/usr/share/fonts/TTF/ProggyCleanCENerdFontMono-Regular.ttf: ProggyClean CE Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-MediumOblique.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM Medium Obl:style=Medium Oblique,Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-ExtraLight.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/FiraCodeNerdFontMono-Light.ttf: FiraCode Nerd Font Mono,FiraCode Nerd Font Mono Light:style=Light,Regular
/usr/share/fonts/TTF/SymbolsNerdFont-Regular.ttf: Symbols Nerd Font:style=Regular
/usr/share/fonts/TTF/MesloLGSNerdFontPropo-Regular.ttf: MesloLGS Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontMono-Italic.ttf: CaskaydiaCove Nerd Font Mono,CaskaydiaCove NFM:style=Italic
/usr/share/fonts/TTF/BlexMonoNerdFontMono-TextItalic.ttf: BlexMono Nerd Font Mono,BlexMono Nerd Font Mono Text:style=Text Italic,Italic
/usr/share/fonts/TTF/iMWritingDuoNerdFontPropo-Regular.ttf: iMWritingDuo Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-ExtraLightItalic.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontMono-SemiBold.ttf: CaskaydiaMono Nerd Font Mono,CaskaydiaMono NFM,CaskaydiaMono NFM SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedLight.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond Light:style=ExtraCondensed Light,Regular
/usr/share/fonts/TTF/iMWritingMonoNerdFontMono-Regular.ttf: iMWritingMono Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/UbuntuMonoNerdFontPropo-Regular.ttf: UbuntuMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/LiterationSerifNerdFont-Bold.ttf: LiterationSerif Nerd Font:style=Bold
/usr/share/fonts/TTF/EnvyCodeRNerdFont-Italic.ttf: EnvyCodeR Nerd Font:style=Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-Medium.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP Medium:style=Medium,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond:style=Condensed Italic,Italic
/usr/share/fonts/TTF/ProggyCleanNerdFontMono-Regular.ttf: ProggyClean Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/MesloLGSDZNerdFontMono-Italic.ttf: MesloLGSDZ Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-Bold.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-ExtraBold.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP ExtBd:style=ExtraBold,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-SemiBold.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/TerminessNerdFontPropo-Bold.ttf: Terminess Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-Oblique.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM Obl:style=Oblique,Italic
/usr/share/fonts/OTF/OverpassNerdFont-SemiBold.otf: Overpass Nerd Font,Overpass Nerd Font SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/HackNerdFontMono-Regular.ttf: Hack Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-Italic.ttf: VictorMono Nerd Font Propo,VictorMono NFP:style=Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-SemiBold.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF,JetBrainsMono NF SemiBold:style=SemiBold,Regular
/usr/share/fonts/OTF/MonaspiceRnNerdFontPropo-Italic.otf: MonaspiceRn Nerd Font Propo,MonaspiceRn NFP:style=Italic
/usr/share/fonts/TTF/FantasqueSansMNerdFontPropo-BoldItalic.ttf: FantasqueSansM Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/GoMonoNerdFontMono-BoldItalic.ttf: GoMono Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/LektonNerdFont-Bold.ttf: Lekton Nerd Font:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFont-ExtraCondensedExtraBold.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF ExtCond ExtBd:style=ExtraCondensed ExtraBold,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-CondensedLight.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP Cond Light:style=Condensed Light,Regular
/usr/share/fonts/OTF/OverpassMNerdFont-Bold.otf: OverpassM Nerd Font:style=Bold
/usr/share/fonts/OTF/HurmitNerdFont-Light.otf: Hurmit Nerd Font,Hurmit Nerd Font Light:style=Light,Regular
/usr/share/fonts/TTF/MesloLGMDZNerdFontPropo-BoldItalic.ttf: MesloLGMDZ Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/MonoidNerdFontMono-Retina.ttf: Monoid Nerd Font Mono,Monoid Nerd Font Mono Retina:style=Retina,Regular
/usr/share/fonts/OTF/DroidSansMNerdFontMono-Regular.otf: DroidSansM Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/MesloLGSNerdFontMono-BoldItalic.ttf: MesloLGS Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-Thin.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM Thin:style=Thin,Regular
/usr/share/fonts/TTF/MartianMonoNerdFontMono-Bold.ttf: MartianMono Nerd Font Mono,MartianMono NFM:style=Bold
/usr/share/fonts/TTF/RobotoMonoNerdFont-Italic.ttf: RobotoMono Nerd Font:style=Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Bold.ttf: RobotoMono Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/MesloLGSDZNerdFontPropo-BoldItalic.ttf: MesloLGSDZ Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/VictorMonoNerdFont-SemiBold.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/TinosNerdFontPropo-Italic.ttf: Tinos Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedThinItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond Thin:style=ExtraCondensed Thin Italic,Italic
/usr/share/fonts/TTF/M+CodeLat50NerdFont-SemiBold.ttf: M+CodeLat50 Nerd Font,M+CodeLat50 Nerd Font SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/IosevkaNerdFont-ExtraLight.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedBlackItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond Black:style=Condensed Black Italic,Italic
/usr/share/fonts/TTF/M+1NerdFontPropo-Black.ttf: M+1 Nerd Font Propo,M+1 Nerd Font Propo Black:style=Black,Regular
/usr/share/fonts/TTF/IosevkaNerdFontPropo-ExtraLightOblique.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP ExtraLight Obl:style=ExtraLight Oblique,Italic
/usr/share/fonts/TTF/VictorMonoNerdFontMono-SemiBold.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/HackNerdFontPropo-Bold.ttf: Hack Nerd Font Propo:style=Bold
/usr/share/fonts/OTF/HasklugNerdFontPropo-SemiBoldItalic.otf: Hasklug Nerd Font Propo,Hasklug Nerd Font Propo SemBd:style=SemiBold Italic,Italic
/usr/share/fonts/OTF/HurmitNerdFontMono-Light.otf: Hurmit Nerd Font Mono,Hurmit Nerd Font Mono Light:style=Light,Regular
/usr/share/fonts/OTF/OpenDyslexicAltNerdFont-Bold.otf: OpenDyslexicAlt Nerd Font:style=Bold
/usr/share/fonts/TTF/IosevkaTermNerdFont-Oblique.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF Obl:style=Oblique,Italic
/usr/share/fonts/TTF/MonofurNerdFont-Regular.ttf: Monofur Nerd Font:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedBlackItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond Black:style=SemiCondensed Black Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedExtraBoldItalic.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond ExtBd:style=SemiCondensed ExtraBold Italic,Italic
/usr/share/fonts/TTF/iMWritingMonoNerdFontMono-Bold.ttf: iMWritingMono Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/iMWritingDuoNerdFont-BoldItalic.ttf: iMWritingDuo Nerd Font:style=Bold Italic
/usr/share/fonts/OTF/OverpassNerdFont-BoldItalic.otf: Overpass Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/D2CodingLigatureNerdFont-Bold.ttf: D2CodingLigature Nerd Font:style=Bold
/usr/share/fonts/TTF/TerminessNerdFont-Bold.ttf: Terminess Nerd Font:style=Bold
/usr/share/fonts/TTF/CousineNerdFont-Bold.ttf: Cousine Nerd Font:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedExtraBold.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond ExtBd:style=Condensed ExtraBold,Regular
/usr/share/fonts/TTF/InconsolataGoNerdFont-Regular.ttf: InconsolataGo Nerd Font:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-ExtraLight.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM,JetBrainsMonoNL NFM ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-Oblique.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM Obl:style=Oblique,Italic
/usr/share/fonts/TTF/3270NerdFont-Regular.ttf: 3270 Nerd Font:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-ThinItalic.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM,JetBrainsMonoNL NFM Thin:style=Thin Italic,Italic
/usr/share/fonts/OTF/HasklugNerdFont-Bold.otf: Hasklug Nerd Font:style=Bold
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-SemiBold.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP SemiBold:style=SemiBold,Regular
/usr/share/fonts/OTF/OverpassNerdFontPropo-SemiBold.otf: Overpass Nerd Font Propo,Overpass Nerd Font Propo SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/SpaceMonoNerdFontPropo-Italic.ttf: SpaceMono Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/M+CodeLat60NerdFontPropo-Light.ttf: M+CodeLat60 Nerd Font Propo,M+CodeLat60 Nerd Font Propo Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedLightItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond Light:style=Condensed Light Italic,Italic
/usr/share/fonts/TTF/InconsolataGoNerdFontPropo-Regular.ttf: InconsolataGo Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/M+CodeLat60NerdFontPropo-Bold.ttf: M+CodeLat60 Nerd Font Propo:style=Bold
/usr/share/fonts/OTF/HasklugNerdFontMono-ExtraLight.otf: Hasklug Nerd Font Mono,Hasklug Nerd Font Mono ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/IntoneMonoNerdFontPropo-Regular.ttf: IntoneMono Nerd Font Propo,IntoneMono NFP:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraBold.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtBd:style=ExtraBold,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontPropo-SemiLight.ttf: CaskaydiaMono Nerd Font Propo,CaskaydiaMono NFP,CaskaydiaMono NFP SemiLight:style=SemiLight,Regular
/usr/share/fonts/OTF/OverpassNerdFont-ExtraBold.otf: Overpass Nerd Font,Overpass Nerd Font ExtBd:style=ExtraBold,Regular
/usr/share/fonts/TTF/BlexMonoNerdFontMono-LightItalic.ttf: BlexMono Nerd Font Mono,BlexMono Nerd Font Mono Light:style=Light Italic,Italic
/usr/share/fonts/TTF/AnonymiceProNerdFont-Italic.ttf: AnonymicePro Nerd Font:style=Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-Black.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF Black:style=Black,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedThinItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond Thin:style=SemiCondensed Thin Italic,Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-LightOblique.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM Light Obl:style=Light Oblique,Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-SemiCondensedSemiBold.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF SemCond SemBd:style=SemiCondensed SemiBold,Regular
/usr/share/fonts/TTF/AnonymiceProNerdFontPropo-Regular.ttf: AnonymicePro Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedSemiBold.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond SemBd:style=ExtraCondensed SemiBold,Regular
/usr/share/fonts/OTF/MonaspiceNeNerdFont-Light.otf: MonaspiceNe Nerd Font,MonaspiceNe NF,MonaspiceNe NF Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-Bold.ttf: NotoSans Nerd Font,NotoSans NF:style=Bold
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-BoldOblique.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP Obl:style=Bold Oblique,Bold Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraBold.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtBd:style=ExtraBold,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-ExtraLightItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF,SauceCodePro NF ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/LektonNerdFontPropo-Regular.ttf: Lekton Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-ExtraLightItalic.ttf: BlexMono Nerd Font Propo,BlexMono Nerd Font Propo ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFont-BoldOblique.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF Obl:style=Bold Oblique,Bold Italic
/usr/share/fonts/TTF/NotoSansNerdFont-SemiCondensedExtraBoldItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF SemCond ExtBd:style=SemiCondensed ExtraBold Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-BoldItalic.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM:style=Bold Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedMedium.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond Med:style=ExtraCondensed Medium,Regular
/usr/share/fonts/TTF/MononokiNerdFont-Italic.ttf: Mononoki Nerd Font:style=Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedBold.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond:style=Condensed Bold,Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-Italic.ttf: NotoSerif Nerd Font,NotoSerif NF:style=Italic
/usr/share/fonts/OTF/HasklugNerdFontMono-Bold.otf: Hasklug Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFontMono-CondensedBlack.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM Cond Black:style=Condensed Black,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedMediumItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond Med:style=SemiCondensed Medium Italic,Italic
/usr/share/fonts/TTF/MesloLGMNerdFont-Bold.ttf: MesloLGM Nerd Font:style=Bold
/usr/share/fonts/TTF/CaskaydiaCoveNerdFont-ExtraLightItalic.ttf: CaskaydiaCove Nerd Font,CaskaydiaCove NF,CaskaydiaCove NF ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/OTF/MonaspiceKrNerdFontPropo-MediumItalic.otf: MonaspiceKr Nerd Font Propo,MonaspiceKr NFP,MonaspiceKr NFP Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/LilexNerdFont-ExtraThick.ttf: Lilex Nerd Font,Lilex Nerd Font ExtraThick:style=ExtraThick,Regular
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-ExtraLight.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFont-ExtraBoldItalic.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF ExtraBold:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFont-MediumItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium Italic,Italic
/usr/share/fonts/OTF/MonaspiceRnNerdFont-Regular.otf: MonaspiceRn Nerd Font,MonaspiceRn NF:style=Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-SemiCondensedBlack.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM SemCond Black:style=SemiCondensed Black,Regular
/usr/share/fonts/TTF/LiterationMonoNerdFont-Italic.ttf: LiterationMono Nerd Font:style=Italic
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-Oblique.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP Obl:style=Oblique,Italic
/usr/share/fonts/TTF/IosevkaNerdFontPropo-BoldOblique.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP Obl:style=Bold Oblique,Bold Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-SemiBoldOblique.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM SemiBold Obl:style=SemiBold Oblique,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-ExtraCondensedLight.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP ExtCond Light:style=ExtraCondensed Light,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-Light.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM Light:style=Light,Regular
/usr/share/fonts/OTF/FiraMonoNerdFontMono-Regular.otf: FiraMono Nerd Font Mono:style=Regular
/usr/share/fonts/OTF/HasklugNerdFont-Medium.otf: Hasklug Nerd Font,Hasklug Nerd Font Med:style=Medium,Regular
/usr/share/fonts/TTF/NotoSansMNerdFont-CondensedBlack.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF Cond Black:style=Condensed Black,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontPropo-SemiBoldItalic.ttf: CaskaydiaMono Nerd Font Propo,CaskaydiaMono NFP,CaskaydiaMono NFP SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/FiraCodeNerdFontMono-Medium.ttf: FiraCode Nerd Font Mono,FiraCode Nerd Font Mono Med:style=Medium,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-ExtraLight.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP ExtLt:style=ExtraLight,Regular
/usr/share/fonts/OTF/MonaspiceXeNerdFontPropo-Italic.otf: MonaspiceXe Nerd Font Propo,MonaspiceXe NFP:style=Italic
/usr/share/fonts/TTF/NotoSansNerdFont-BlackItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Black:style=Black Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-LightItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-SemiBoldItalic.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP,JetBrainsMonoNL NFP SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedBlack.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond Black:style=ExtraCondensed Black,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-SemiCondensedMedium.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM SemCond Med:style=SemiCondensed Medium,Regular
/usr/share/fonts/TTF/ShureTechMonoNerdFontPropo-Regular.ttf: ShureTechMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-Medium.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP,JetBrainsMono NFP Medium:style=Medium,Regular
/usr/share/fonts/TTF/LilexNerdFontMono-Bold.ttf: Lilex Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-MediumOblique.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP Medium Obl:style=Medium Oblique,Italic
/usr/share/fonts/TTF/IosevkaNerdFontPropo-HeavyOblique.ttf: Iosevka Nerd Font Propo,Iosevka NFP,Iosevka NFP Heavy Obl:style=Heavy Oblique,Italic
/usr/share/fonts/OTF/HasklugNerdFontPropo-Regular.otf: Hasklug Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedMediumItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond Med:style=ExtraCondensed Medium Italic,Italic
/usr/share/fonts/TTF/UbuntuNerdFontPropo-Medium.ttf: Ubuntu Nerd Font Propo,Ubuntu Nerd Font Propo Med:style=Medium,Regular
/usr/share/fonts/OTF/MonaspiceNeNerdFontMono-Bold.otf: MonaspiceNe Nerd Font Mono,MonaspiceNe NFM:style=Bold
/usr/share/fonts/OTF/OverpassMNerdFont-SemiBold.otf: OverpassM Nerd Font,OverpassM Nerd Font SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-SemiCondensedRegular.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM SemCond:style=SemiCondensed Regular,Regular
/usr/share/fonts/TTF/SpaceMonoNerdFontMono-Bold.ttf: SpaceMono Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFont-BlackItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Black:style=Black Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedSemiBoldItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond SemBd:style=SemiCondensed SemiBold Italic,Italic
/usr/share/fonts/OTF/OverpassNerdFontPropo-Light.otf: Overpass Nerd Font Propo,Overpass Nerd Font Propo Light:style=Light,Regular
/usr/share/fonts/TTF/BlexMonoNerdFont-SemiBoldItalic.ttf: BlexMono Nerd Font,BlexMono Nerd Font SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/OTF/OverpassNerdFont-Bold.otf: Overpass Nerd Font:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedBlackItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond Black:style=SemiCondensed Black Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-Light.ttf: VictorMono Nerd Font Propo,VictorMono NFP,VictorMono NFP Light:style=Light,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFont-BoldItalic.ttf: CaskaydiaMono Nerd Font,CaskaydiaMono NF:style=Bold Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-ExtraCondensedThin.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF ExtCond Thin:style=ExtraCondensed Thin,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-LightOblique.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP Light Obl:style=Light Oblique,Italic
/usr/share/fonts/TTF/IosevkaNerdFontMono-HeavyOblique.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM Heavy Obl:style=Heavy Oblique,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-CondensedThin.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP Cond Thin:style=Condensed Thin,Regular
/usr/share/fonts/TTF/MonofurNerdFontPropo-Regular.ttf: Monofur Nerd Font Propo:style=Regular
/usr/share/fonts/OTF/MonaspiceXeNerdFont-MediumItalic.otf: MonaspiceXe Nerd Font,MonaspiceXe NF,MonaspiceXe NF Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-SemiBold.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF,JetBrainsMonoNL NF SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-ExtraCondensedSemiBold.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM ExtCond SemBd:style=ExtraCondensed SemiBold,Regular
/usr/share/fonts/TTF/M+1NerdFontPropo-ExtraBold.ttf: M+1 Nerd Font Propo,M+1 Nerd Font Propo ExtBd:style=ExtraBold,Regular
/usr/share/fonts/TTF/InconsolataLGCNerdFont-Bold.ttf: Inconsolata LGC Nerd Font:style=Bold
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-ExtraBoldItalic.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP ExtraBold:style=ExtraBold Italic,Italic
/usr/share/fonts/OTF/ComicShannsMonoNerdFontMono-Bold.otf: ComicShannsMono Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFont-ExtraCondensedBlack.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF ExtCond Black:style=ExtraCondensed Black,Regular
/usr/share/fonts/TTF/M+1CodeNerdFont-Light.ttf: M+1Code Nerd Font,M+1Code Nerd Font Light:style=Light,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFont-SemiLight.ttf: CaskaydiaMono Nerd Font,CaskaydiaMono NF,CaskaydiaMono NF SemiLight:style=SemiLight,Regular
/usr/share/fonts/TTF/M+1CodeNerdFontPropo-Medium.ttf: M+1Code Nerd Font Propo,M+1Code Nerd Font Propo Med:style=Medium,Regular
/usr/share/fonts/TTF/MesloLGLDZNerdFontPropo-Bold.ttf: MesloLGLDZ Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/FantasqueSansMNerdFont-Italic.ttf: FantasqueSansM Nerd Font:style=Italic
/usr/share/fonts/TTF/M+1CodeNerdFontPropo-Thin.ttf: M+1Code Nerd Font Propo,M+1Code Nerd Font Propo Thin:style=Thin,Regular
/usr/share/fonts/TTF/NotoSansMNerdFont-ExtraCondensedBlack.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF ExtCond Black:style=ExtraCondensed Black,Regular
/usr/share/fonts/TTF/3270NerdFontPropo-Regular.ttf: 3270 Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/BlexMonoNerdFontMono-Medium.ttf: BlexMono Nerd Font Mono,BlexMono Nerd Font Mono Medium:style=Medium,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-LightItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/LiterationSerifNerdFontPropo-Italic.ttf: LiterationSerif Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/UbuntuMonoNerdFontMono-BoldItalic.ttf: UbuntuMono Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/NotoSansMNerdFontMono-SemiCondensedLight.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM SemCond Light:style=SemiCondensed Light,Regular
/usr/share/fonts/OTF/OverpassMNerdFontMono-SemiBold.otf: OverpassM Nerd Font Mono,OverpassM Nerd Font Mono SemBd:style=SemiBold,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-Italic.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM:style=Italic
/usr/share/fonts/TTF/LilexNerdFontMono-Thin.ttf: Lilex Nerd Font Mono,Lilex Nerd Font Mono Thin:style=Thin,Regular
/usr/share/fonts/OTF/HurmitNerdFontPropo-LightItalic.otf: Hurmit Nerd Font Propo,Hurmit Nerd Font Propo Light:style=Light Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontPropo-ExtraLight.ttf: JetBrainsMono Nerd Font Propo,JetBrainsMono NFP,JetBrainsMono NFP ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/MesloLGLDZNerdFontMono-Bold.ttf: MesloLGLDZ Nerd Font Mono:style=Bold
/usr/share/fonts/OTF/MonaspiceRnNerdFontPropo-Light.otf: MonaspiceRn Nerd Font Propo,MonaspiceRn NFP,MonaspiceRn NFP Light:style=Light,Regular
/usr/share/fonts/OTF/CodeNewRomanNerdFont-Regular.otf: CodeNewRoman Nerd Font:style=Regular
/usr/share/fonts/OTF/OpenDyslexicMNerdFontMono-Regular.otf: OpenDyslexicM Nerd Font Mono:style=Regular
/usr/share/fonts/OTF/OpenDyslexicNerdFont-Regular.otf: OpenDyslexic Nerd Font:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedExtraBoldItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond ExtBd:style=Condensed ExtraBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-SemiBold.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold,Regular
/usr/share/fonts/TTF/MesloLGLNerdFontPropo-Bold.ttf: MesloLGL Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-ExtraLight.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM,SauceCodePro NFM ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/NotoSansMNerdFont-CondensedExtraLight.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF Cond ExtLt:style=Condensed ExtraLight,Regular
/usr/share/fonts/OTF/HasklugNerdFontMono-Black.otf: Hasklug Nerd Font Mono,Hasklug Nerd Font Mono Black:style=Black,Regular
/usr/share/fonts/TTF/TerminessNerdFontPropo-Italic.ttf: Terminess Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/FiraCodeNerdFont-Regular.ttf: FiraCode Nerd Font:style=Regular
/usr/share/fonts/TTF/MonofurNerdFontMono-Regular.ttf: Monofur Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-Heavy.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP Heavy:style=Heavy,Regular
/usr/share/fonts/OTF/CommitMonoNerdFontMono-Regular.otf: CommitMono Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/HackNerdFont-BoldItalic.ttf: Hack Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-ExtraLight.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP,SauceCodePro NFP ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/ArimoNerdFontPropo-BoldItalic.ttf: Arimo Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-CondensedBlack.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP Cond Black:style=Condensed Black,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond:style=ExtraCondensed Italic,Italic
/usr/share/fonts/OTF/HasklugNerdFont-SemiBold.otf: Hasklug Nerd Font,Hasklug Nerd Font SemBd:style=SemiBold,Regular
/usr/share/fonts/OTF/HasklugNerdFontMono-BoldItalic.otf: Hasklug Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/AnonymiceProNerdFontPropo-BoldItalic.ttf: AnonymicePro Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontPropo-SemiBold.ttf: CaskaydiaCove Nerd Font Propo,CaskaydiaCove NFP,CaskaydiaCove NFP SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/LektonNerdFont-Regular.ttf: Lekton Nerd Font:style=Regular
/usr/share/fonts/OTF/GeistMonoNerdFont-Regular.otf: GeistMono Nerd Font,GeistMono NF:style=Regular
/usr/share/fonts/TTF/LiterationSansNerdFont-Italic.ttf: LiterationSans Nerd Font:style=Italic
/usr/share/fonts/TTF/NotoSerifNerdFont-CondensedMediumItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Cond Med:style=Condensed Medium Italic,Italic
/usr/share/fonts/TTF/3270NerdFontMono-Regular.ttf: 3270 Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-BoldOblique.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP Obl:style=Bold Oblique,Bold Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontMono-Italic.ttf: JetBrainsMonoNL Nerd Font Mono,JetBrainsMonoNL NFM:style=Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-ExtraLight.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-SemiCondensedExtraBold.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM SemCond ExtBd:style=SemiCondensed ExtraBold,Regular
/usr/share/fonts/TTF/IosevkaNerdFont-MediumItalic.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/MesloLGMNerdFontPropo-Bold.ttf: MesloLGM Nerd Font Propo:style=Bold
/usr/share/fonts/OTF/FiraMonoNerdFont-Bold.otf: FiraMono Nerd Font:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-Black.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP Black:style=Black,Regular
/usr/share/fonts/OTF/MonaspiceXeNerdFont-Regular.otf: MonaspiceXe Nerd Font,MonaspiceXe NF:style=Regular
/usr/share/fonts/TTF/LiterationSerifNerdFontPropo-Bold.ttf: LiterationSerif Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/IntoneMonoNerdFont-Light.ttf: IntoneMono Nerd Font,IntoneMono NF,IntoneMono NF Light:style=Light,Regular
/usr/share/fonts/TTF/InconsolataLGCNerdFontPropo-BoldItalic.ttf: Inconsolata LGC Nerd Font Propo:style=Bold Italic
/usr/share/fonts/OTF/OpenDyslexicAltNerdFont-Italic.otf: OpenDyslexicAlt Nerd Font:style=Italic
/usr/share/fonts/TTF/IosevkaNerdFontMono-Bold.ttf: Iosevka Nerd Font Mono,Iosevka NFM:style=Bold
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedBlack.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond Black:style=Condensed Black,Regular
/usr/share/fonts/OTF/CodeNewRomanNerdFont-Italic.otf: CodeNewRoman Nerd Font:style=Italic
/usr/share/fonts/TTF/BlexMonoNerdFontMono-ExtraLightItalic.ttf: BlexMono Nerd Font Mono,BlexMono Nerd Font Mono ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFontPropo-Regular.ttf: JetBrainsMonoNL Nerd Font Propo,JetBrainsMonoNL NFP:style=Regular
/usr/share/fonts/OTF/MonaspiceArNerdFontPropo-Italic.otf: MonaspiceAr Nerd Font Propo,MonaspiceAr NFP:style=Italic
/usr/share/fonts/TTF/MesloLGSDZNerdFontMono-Regular.ttf: MesloLGSDZ Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFontPropo-MediumItalic.ttf: IosevkaTerm Nerd Font Propo,IosevkaTerm NFP,IosevkaTerm NFP Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-ExtraBoldItalic.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF,JetBrainsMono NF ExtraBold:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedSemiBold.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond SemBd:style=SemiCondensed SemiBold,Regular
/usr/share/fonts/OTF/MonaspiceXeNerdFontMono-Italic.otf: MonaspiceXe Nerd Font Mono,MonaspiceXe NFM:style=Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-MediumItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM,SauceCodePro NFM Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/MartianMonoNerdFont-Bold.ttf: MartianMono Nerd Font,MartianMono NF:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFontMono-Black.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM Black:style=Black,Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFont-ExtraLightItalic.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF,JetBrainsMono NF ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-ExtraBold.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM,JetBrainsMono NFM ExtraBold:style=ExtraBold,Regular
/usr/share/fonts/TTF/LektonNerdFontPropo-Italic.ttf: Lekton Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-Bold.ttf: BlexMono Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/IosevkaNerdFont-ExtraLightItalic.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-ExtraCondensedRegular.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF ExtCond:style=ExtraCondensed Regular,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedBlackItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond Black:style=ExtraCondensed Black Italic,Italic
/usr/share/fonts/TTF/MesloLGLDZNerdFontPropo-BoldItalic.ttf: MesloLGLDZ Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/M+CodeLat50NerdFontPropo-Regular.ttf: M+CodeLat50 Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Regular.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM:style=Regular
/usr/share/fonts/OTF/HasklugNerdFont-Black.otf: Hasklug Nerd Font,Hasklug Nerd Font Black:style=Black,Regular
/usr/share/fonts/TTF/EnvyCodeRNerdFontMono-Regular.ttf: EnvyCodeR Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-SemiCondensedExtraLight.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP SemCond ExtLt:style=SemiCondensed ExtraLight,Regular
/usr/share/fonts/OTF/OverpassMNerdFontMono-Bold.otf: OverpassM Nerd Font Mono:style=Bold
/usr/share/fonts/OTF/HasklugNerdFontPropo-Medium.otf: Hasklug Nerd Font Propo,Hasklug Nerd Font Propo Med:style=Medium,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-BoldItalic.ttf: RobotoMono Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/M+2NerdFont-Black.ttf: M+2 Nerd Font,M+2 Nerd Font Black:style=Black,Regular
/usr/share/fonts/TTF/HeavyDataNerdFont-Regular.ttf: HeavyData Nerd Font:style=Regular
/usr/share/fonts/OTF/MonaspiceNeNerdFontPropo-Medium.otf: MonaspiceNe Nerd Font Propo,MonaspiceNe NFP,MonaspiceNe NFP Medium:style=Medium,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-LightItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Medium.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM,SauceCodePro NFM Medium:style=Medium,Regular
/usr/share/fonts/TTF/NotoSansNerdFont-MediumItalic.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Med:style=Medium Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-SemiCondensedRegular.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP SemCond:style=SemiCondensed Regular,Regular
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-SemiBoldItalic.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM,JetBrainsMono NFM SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/IosevkaNerdFont-HeavyOblique.ttf: Iosevka Nerd Font,Iosevka NF,Iosevka NF Heavy Obl:style=Heavy Oblique,Italic
/usr/share/fonts/TTF/BlexMonoNerdFontPropo-SemiBold.ttf: BlexMono Nerd Font Propo,BlexMono Nerd Font Propo SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/IosevkaNerdFontMono-ExtraLightItalic.ttf: Iosevka Nerd Font Mono,Iosevka NFM,Iosevka NFM ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/FiraCodeNerdFontPropo-Medium.ttf: FiraCode Nerd Font Propo,FiraCode Nerd Font Propo Med:style=Medium,Regular
/usr/share/fonts/OTF/MonaspiceRnNerdFont-Light.otf: MonaspiceRn Nerd Font,MonaspiceRn NF,MonaspiceRn NF Light:style=Light,Regular
/usr/share/fonts/TTF/CousineNerdFontMono-Regular.ttf: Cousine Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/M+2NerdFont-ExtraLight.ttf: M+2 Nerd Font,M+2 Nerd Font ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedLight.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond Light:style=ExtraCondensed Light,Regular
/usr/share/fonts/TTF/VictorMonoNerdFontMono-LightOblique.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM Light Obl:style=Light Oblique,Italic
/usr/share/fonts/OTF/MonaspiceNeNerdFontPropo-Regular.otf: MonaspiceNe Nerd Font Propo,MonaspiceNe NFP:style=Regular
/usr/share/fonts/TTF/FiraCodeNerdFontPropo-Regular.ttf: FiraCode Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/BlexMonoNerdFont-Regular.ttf: BlexMono Nerd Font:style=Regular
/usr/share/fonts/OTF/MonaspiceRnNerdFont-MediumItalic.otf: MonaspiceRn Nerd Font,MonaspiceRn NF,MonaspiceRn NF Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFontPropo-CondensedRegular.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP Cond:style=Condensed Regular,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-MediumItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF,SauceCodePro NF Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/MonoidNerdFontPropo-Bold.ttf: Monoid Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ThinItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Thin:style=Thin Italic,Italic
/usr/share/fonts/TTF/IosevkaTermNerdFontMono-ExtraLightItalic.ttf: IosevkaTerm Nerd Font Mono,IosevkaTerm NFM,IosevkaTerm NFM ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/OTF/HasklugNerdFontPropo-Italic.otf: Hasklug Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontMono-SemiBoldItalic.ttf: CaskaydiaCove Nerd Font Mono,CaskaydiaCove NFM,CaskaydiaCove NFM SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/VictorMonoNerdFontPropo-BoldItalic.ttf: VictorMono Nerd Font Propo,VictorMono NFP:style=Bold Italic
/usr/share/fonts/OTF/DroidSansMNerdFontPropo-Regular.otf: DroidSansM Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-MediumItalic.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF Med:style=Medium Italic,Italic
/usr/share/fonts/TTF/M+CodeLat50NerdFontMono-Thin.ttf: M+CodeLat50 Nerd Font Mono,M+CodeLat50 Nerd Font Mono Thin:style=Thin,Regular
/usr/share/fonts/OTF/HurmitNerdFontMono-Regular.otf: Hurmit Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/IntoneMonoNerdFontMono-LightItalic.ttf: IntoneMono Nerd Font Mono,IntoneMono NFM,IntoneMono NFM Light:style=Light Italic,Italic
/usr/share/fonts/TTF/LiterationMonoNerdFont-BoldItalic.ttf: LiterationMono Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-Regular.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM:style=Regular
/usr/share/fonts/TTF/M+2NerdFont-ExtraBold.ttf: M+2 Nerd Font,M+2 Nerd Font ExtBd:style=ExtraBold,Regular
/usr/share/fonts/TTF/NotoSerifNerdFont-ExtraCondensedBold.ttf: NotoSerif Nerd Font,NotoSerif NF,NotoSerif NF ExtCond:style=ExtraCondensed Bold,Bold
/usr/share/fonts/TTF/JetBrainsMonoNLNerdFont-ExtraBold.ttf: JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF,JetBrainsMonoNL NF ExtraBold:style=ExtraBold,Regular
/usr/share/fonts/TTF/CaskaydiaCoveNerdFontPropo-Bold.ttf: CaskaydiaCove Nerd Font Propo,CaskaydiaCove NFP:style=Bold
/usr/share/fonts/OTF/OverpassNerdFontPropo-LightItalic.otf: Overpass Nerd Font Propo,Overpass Nerd Font Propo Light:style=Light Italic,Italic
/usr/share/fonts/TTF/TerminessNerdFontPropo-BoldItalic.ttf: Terminess Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/VictorMonoNerdFontMono-ExtraLightOblique.ttf: VictorMono Nerd Font Mono,VictorMono NFM,VictorMono NFM ExtraLight Obl:style=ExtraLight Oblique,Italic
/usr/share/fonts/TTF/NotoSansMNerdFont-SemiCondensedRegular.ttf: NotoSansM Nerd Font,NotoSansM NF,NotoSansM NF SemCond:style=SemiCondensed Regular,Regular
/usr/share/fonts/TTF/IosevkaTermNerdFont-BoldOblique.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF Obl:style=Bold Oblique,Bold Italic
/usr/share/fonts/TTF/InconsolataNerdFontPropo-Regular.ttf: Inconsolata Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-CondensedLight.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP Cond Light:style=Condensed Light,Regular
/usr/share/fonts/TTF/M+CodeLat60NerdFontPropo-Thin.ttf: M+CodeLat60 Nerd Font Propo,M+CodeLat60 Nerd Font Propo Thin:style=Thin,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-BoldItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP:style=Bold Italic
/usr/share/fonts/OTF/HasklugNerdFont-Regular.otf: Hasklug Nerd Font:style=Regular
/usr/share/fonts/TTF/NotoSansMNerdFontMono-CondensedRegular.ttf: NotoSansM Nerd Font Mono,NotoSansM NFM,NotoSansM NFM Cond:style=Condensed Regular,Regular
/usr/share/fonts/TTF/iMWritingQuatNerdFont-BoldItalic.ttf: iMWritingQuat Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/NotoSansNerdFont-Black.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Black:style=Black,Regular
/usr/share/fonts/TTF/M+1NerdFontPropo-Medium.ttf: M+1 Nerd Font Propo,M+1 Nerd Font Propo Med:style=Medium,Regular
/usr/share/fonts/TTF/M+2NerdFontPropo-Regular.ttf: M+2 Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/MesloLGLNerdFontPropo-Italic.ttf: MesloLGL Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/MesloLGMNerdFontPropo-Italic.ttf: MesloLGM Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/M+CodeLat50NerdFont-Regular.ttf: M+CodeLat50 Nerd Font:style=Regular
/usr/share/fonts/TTF/IosevkaTermNerdFont-ExtraLight.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/CousineNerdFontMono-Bold.ttf: Cousine Nerd Font Mono:style=Bold
/usr/share/fonts/OTF/MonaspiceKrNerdFontPropo-Italic.otf: MonaspiceKr Nerd Font Propo,MonaspiceKr NFP:style=Italic
/usr/share/fonts/TTF/M+CodeLat50NerdFontPropo-Thin.ttf: M+CodeLat50 Nerd Font Propo,M+CodeLat50 Nerd Font Propo Thin:style=Thin,Regular
/usr/share/fonts/TTF/CaskaydiaMonoNerdFontMono-Italic.ttf: CaskaydiaMono Nerd Font Mono,CaskaydiaMono NFM:style=Italic
/usr/share/fonts/TTF/IosevkaTermNerdFont-ThinItalic.ttf: IosevkaTerm Nerd Font,IosevkaTerm NF,IosevkaTerm NF Thin:style=Thin Italic,Italic
/usr/share/fonts/OTF/MonaspiceXeNerdFontMono-Bold.otf: MonaspiceXe Nerd Font Mono,MonaspiceXe NFM:style=Bold
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-SemiBold.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP SemBd:style=SemiBold,Regular
/usr/share/fonts/OTF/MonaspiceRnNerdFontPropo-LightItalic.otf: MonaspiceRn Nerd Font Propo,MonaspiceRn NFP,MonaspiceRn NFP Light:style=Light Italic,Italic
/usr/share/fonts/TTF/NotoSansNerdFont-CondensedBold.ttf: NotoSans Nerd Font,NotoSans NF,NotoSans NF Cond:style=Condensed Bold,Bold
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-SemiCondensedExtraBold.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP SemCond ExtBd:style=SemiCondensed ExtraBold,Regular
/usr/share/fonts/TTF/LiterationSansNerdFontPropo-BoldItalic.ttf: LiterationSans Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-ExtraCondensedSemiBold.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP ExtCond SemBd:style=ExtraCondensed SemiBold,Regular
/usr/share/fonts/TTF/LiterationSansNerdFontPropo-Italic.ttf: LiterationSans Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Black.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM,SauceCodePro NFM Black:style=Black,Regular
/usr/share/fonts/TTF/M+1CodeNerdFontMono-Light.ttf: M+1Code Nerd Font Mono,M+1Code Nerd Font Mono Light:style=Light,Regular
/usr/share/fonts/TTF/HackNerdFontMono-Bold.ttf: Hack Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/JetBrainsMonoNerdFontMono-ExtraBoldItalic.ttf: JetBrainsMono Nerd Font Mono,JetBrainsMono NFM,JetBrainsMono NFM ExtraBold:style=ExtraBold Italic,Italic
/usr/share/fonts/TTF/NotoSansMNerdFontPropo-SemiCondensedMedium.ttf: NotoSansM Nerd Font Propo,NotoSansM NFP,NotoSansM NFP SemCond Med:style=SemiCondensed Medium,Regular
/usr/share/fonts/TTF/VictorMonoNerdFont-Light.ttf: VictorMono Nerd Font,VictorMono NF,VictorMono NF Light:style=Light,Regular
/usr/share/fonts/TTF/NotoSerifNerdFontPropo-ExtraCondensedThinItalic.ttf: NotoSerif Nerd Font Propo,NotoSerif NFP,NotoSerif NFP ExtCond Thin:style=ExtraCondensed Thin Italic,Italic
/usr/share/fonts/OTF/HasklugNerdFont-ExtraLight.otf: Hasklug Nerd Font,Hasklug Nerd Font ExtLt:style=ExtraLight,Regular
/usr/share/fonts/TTF/NotoSansNerdFontPropo-ExtraCondensedThin.ttf: NotoSans Nerd Font Propo,NotoSans NFP,NotoSans NFP ExtCond Thin:style=ExtraCondensed Thin,Regular

Offline

#15 2024-04-13 22:44:11

seth
Member
Registered: 2012-09-03
Posts: 51,655

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

So every and only nerd fonts… but

URxvt*letterSpace: -2

along Trilby's idea that you maybe didn't (effectively) restart the urxvt process:

Let's make sure were're controlling the environment here.

killall urxvtd
killall urxvt
urxvt -letsp 0 -fn 'xft:Hack Nerd Font Mono:style=Regular:pixelsize=19'

Offline

#16 2024-04-13 22:48:12

whiteman808
Member
Registered: 2024-04-13
Posts: 22

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

Offline

#17 2024-04-13 22:59:30

seth
Member
Registered: 2012-09-03
Posts: 51,655

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

What's odd about that screenshot is that the compromised glyphs are all smaller than the "regular" ones, what's not the case here either.
Maybe the issue is the Hack font specifically?

urxvt -letsp 0 -fn 'xft:SauceCodePro Nerd Font:pixelsize=19'

Edit: oh, and test this outside nvim, just copy the glyph into the shell (eg. from https://www.nerdfonts.com/cheat-sheet - you can search for f016a)

Last edited by seth (2024-04-13 23:01:04)

Offline

#18 2024-04-13 23:01:27

whiteman808
Member
Registered: 2024-04-13
Posts: 22

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

Offline

#19 2024-04-13 23:04:56

seth
Member
Registered: 2012-09-03
Posts: 51,655

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

That font is under no circumstances SauceCode or SourceCode Pro

Offline

#20 2024-04-13 23:07:58

whiteman808
Member
Registered: 2024-04-13
Posts: 22

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

https://imgur.com/a/EnqJT2P

On alacritty symbols and fonts are properly displayed

Offline

#21 2024-04-13 23:08:57

whiteman808
Member
Registered: 2024-04-13
Posts: 22

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

Offline

#22 2024-04-13 23:23:59

seth
Member
Registered: 2012-09-03
Posts: 51,655

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

So?
The last screenshot is still not SourceCode Pro…

ps -eo '%p %t %c %a' | grep rxvt

Offline

#23 2024-04-13 23:29:14

whiteman808
Member
Registered: 2024-04-13
Posts: 22

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

https://imgur.com/a/moAYLKR

 761641       00:09 urxvt           urxvt                      
 761815       00:00 grep            grep --color=auto rxvt     

Offline

#24 2024-04-13 23:44:41

seth
Member
Registered: 2012-09-03
Posts: 51,655

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

1. the glyphs look different (I think one pixel on the right is missing on the red one, bold?
2. that's still not source code… you're launching urxvt w/o any parameter (incl. -letsp 0)
3.

 printf '\e[1m\Uf016a\e[0m \Uf016a \e[1m\Uf016a\e[0m\n'

Offline

#25 2024-04-13 23:57:14

whiteman808
Member
Registered: 2024-04-13
Posts: 22

Re: rxvt-unicode-truecolor - truncated symbols in variable-width fonts

Offline

Board footer

Powered by FluxBB