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,51 +15,51 @@
"modules": [
{
"type": "custom",
"format": "{#32}┌─────────────────────────────────────────┐"
"format": "{#32}┌─────────────────────────────────────────┐"
},
{
"type": "os",
"key": " {#36}󰣇 {#39}Distro {#33}---"
"key": " {#36}󰣇 {#39}Distro {#33}---"
},
{
"type": "board",
"key": " {#95}󰇅 {#39}Board {#33}----"
"key": " {#95}󰇅 {#39}Board {#33}----"
},
{
"type": "kernel",
"key": " {#33} {#39}Kernel {#33}---"
"key": " {#33} {#39}Kernel {#33}---"
},
{
"type": "packages",
"key": " {#34}󰏗 {#39}Packages {#33}-"
"key": " {#34}󰏗 {#39}Packages {#33}-"
},
{
"type": "cpu",
"key": " {#31}󰍛 {#39}Processor {#33}",
"key": " {#31}󰍛 {#39}Processor {#33}",
"format": "13th Gen Intel i5-13400"
},
{
"type": "gpu",
"key": " {#32}󰍹 {#39}Graphics {#33}-",
"key": " {#32}󰍹 {#39}Graphics {#33}-",
"format": "{2}"
},
{
"type": "memory",
"key": " {#90} {#39}Memory {#33}---",
"key": " {#90} {#39}Memory {#33}---",
"format": "{1} / {2}"
},
{
"type": "terminal",
"key": " {#35} {#39}Terminal {#33}-"
"key": " {#35} {#39}Terminal {#33}-"
},
{
"type": "shell",
"key": " {#92} {#39}Shell {#33}----"
"key": " {#92} ~ {#39}Shell {#33}----"
},
{
"type": "custom",
"format": "{#32}└─────────────────────────────────────────┘"
"format": "{#32}└─────────────────────────────────────────┘"
},
{
"type": "custom",

View file

@ -25,7 +25,8 @@ font_family Droid Sans Font
bold_font auto
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
# ========================