.dotfiles/.config/fastfetch/config.jsonc

69 lines
1.8 KiB
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small"
},
"display": {
"separator": "- ",
"color": {
"separator": "yellow"
},
"color": {
"output": "magenta" // default color
}
},
"modules": [
{
"type": "custom",
"format": "{#32}┌─────────────────────────────────────────┐"
},
{
"type": "os",
"key": " {#36}󰣇 {#39}Distro {#33}---"
},
{
"type": "board",
"key": " {#95}󰇅 {#39}Board {#33}----"
},
{
"type": "kernel",
"key": " {#33} {#39}Kernel {#33}---"
},
{
"type": "packages",
"key": " {#34}󰏗 {#39}Packages {#33}-"
},
{
"type": "cpu",
"key": " {#31}󰍛 {#39}Processor {#33}",
"format": "13th Gen Intel i5-13400"
},
{
"type": "gpu",
"key": " {#32}󰍹 {#39}Graphics {#33}-",
"format": "{2}"
},
{
"type": "memory",
"key": " {#90} {#39}Memory {#33}---",
"format": "{1} / {2}"
},
{
"type": "terminal",
"key": " {#35} {#39}Terminal {#33}-"
},
{
"type": "shell",
"key": " {#92} {#39}Shell {#33}----"
},
{
"type": "custom",
"format": "{#32}└─────────────────────────────────────────┘"
},
{
"type": "custom",
"format": " {#33} 󰮯 ·· {#35}󰊠 {#32}󰊠 {#36}󰊠 {#34}󰊠 {#31} 󰊠 {#39}󰊠 {#90}󰊠 "
}
]
}