fix nerd fonts on kitty and increase terminal font size cause i'm blind
This commit is contained in:
parent
5c2dff0b0e
commit
37e54f37ab
2 changed files with 13 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue