diff options
author | Dennis Eriksen <d@ennis.no> | 2024-04-25 12:08:02 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2024-04-25 12:08:02 +0200 |
commit | d49032d7ee8a6bf93fca54746cde68d080e64039 (patch) | |
tree | 77dedd556d9ad51856b8edf29942a3cf8f1df3cc | |
parent | add function to reload pf easily (diff) | |
download | idgatt-d49032d7ee8a6bf93fca54746cde68d080e64039.tar.gz |
specify symbol maps directly
-rw-r--r-- | config/.config/kitty/kitty.conf | 57 |
1 files changed, 55 insertions, 2 deletions
diff --git a/config/.config/kitty/kitty.conf b/config/.config/kitty/kitty.conf index bf9c439..c11c413 100644 --- a/config/.config/kitty/kitty.conf +++ b/config/.config/kitty/kitty.conf @@ -7,7 +7,7 @@ #: individual font faces and even specify special fonts for particular #: characters. -font_family UbuntuMono Nerd Font Mono +font_family Ubuntu Mono bold_font auto italic_font auto bold_italic_font auto @@ -38,7 +38,60 @@ adjust_column_width 0 #: than 100% to reduce sizes (but this might cause rendering #: artifacts). -# symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 PowerlineSymbols +#symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 PowerlineSymbols +# + +# https://github.com/ryanoasis/nerd-fonts/wiki/Glyph-Sets-and-Code-Points +# + +# Nerd Fonts - SETI-UI + Custom +symbol_map U+e5fa-U+e6b5 Symbols Nerd Font + +# Nerd Fonts - Devicons +symbol_map U+e700-U+e7c5 Symbols Nerd Font + +# Nerd Fonts - Font awesome +symbol_map U+ed00-U+efc1,U+f000-U+f2ff Symbols Nerd Font + +# Nerd Fonts - Font awesome extension +symbol_map U+e200-U+e2a9 Symbols Nerd Font + +# Nerd Fonts - Material Design +symbol_map U+f0001-U+f1af0 Symbols Nerd Font + +# Nerd Fonts - Weather Icons +symbol_map U+e300-U+e3e3 Symbols Nerd Font + +# Nerd Fonts - Octicons +symbol_map U+2665,U+26A1,U+f400-U+f533 Symbols Nerd Font + +# Nerd Fonts - Powerline +symbol_map U+e0a0-U+e0a2,U+e0b0-U+e0b3 Symbols Nerd Font + +# Nerd Fonts - Powerline Extra +symbol_map U+e0a3,U+e0b4-U+e0c8,U+e0ca,U+e0cc-U+e0d7 Symbols Nerd Font + +# Nerd Fonts - IEC Power Symbols +symbol_map U+23fb-U+23fe,U+2b58 Symbols Nerd Font + +# Nerd Fonts - Font Logos +symbol_map U+f300-U+f372 Symbols Nerd Font + +# Nerd Fonts - Pomicons +symbol_map U+E000-U+E00A Symbols Nerd Font + +# Nerd Fonts - Codicons +symbol_map U+ea60-U+ec1e Symbols Nerd Font + +# Nerd Fonts - Additional Sets - Heavy Angle Brackets +symbol_map U+276c-U+2771 Symbols Nerd Font + +# Nerd Fonts - Additional Sets - Box Drawing +symbol_map U+2500-U+259f Symbols Nerd Font + +# Misc Code Point Fixes +#symbol_map U+21B5,U+25B8,U+2605,U+2630,U+2632,U+2714,U+E0A3,U+E615,U+E62B Symbols Nerd Font + #: Map the specified unicode codepoints to a particular font. Useful #: if you need special rendering for some symbols, such as for |