fix nerd fonts on kitty and increase terminal font size cause i'm blind

This commit is contained in:
Simon Belmont 2025-04-08 18:15:37 -04:00
parent 5c2dff0b0e
commit 37e54f37ab
2 changed files with 13 additions and 12 deletions

View file

@ -15,7 +15,7 @@
"modules": [ "modules": [
{ {
"type": "custom", "type": "custom",
"format": "{#32}┌─────────────────────────────────────────┐" "format": "{#32}┌─────────────────────────────────────────┐"
}, },
{ {
"type": "os", "type": "os",
@ -54,12 +54,12 @@
}, },
{ {
"type": "shell", "type": "shell",
"key": " {#92} {#39}Shell {#33}----" "key": " {#92} ~ {#39}Shell {#33}----"
}, },
{ {
"type": "custom", "type": "custom",
"format": "{#32}└─────────────────────────────────────────┘" "format": "{#32}└─────────────────────────────────────────┘"
}, },
{ {
"type": "custom", "type": "custom",

View file

@ -25,7 +25,8 @@ font_family Droid Sans Font
bold_font auto bold_font auto
italic_font auto italic_font auto
bold_italic_font auto bold_italic_font auto
font_size 12.5 font_size 13
symbol_map U+e000-U+e00a,U+ea60-U+ebeb,U+e0a0-U+e0c8,U+e0ca,U+e0cc-U+e0d7,U+e200-U+e2a9,U+e300-U+e3e3,U+e5fa-U+e6b7,U+e700-U+e8ef,U+ed00-U+efc1,U+f000-U+f2ff,U+f000-U+f2e0,U+f300-U+f381,U+f400-U+f533,U+f0001-U+f1af0 Symbols Nerd Font Mono
# 3. Cursor # 3. Cursor
# ======================== # ========================