Files
dotfiles/.config/fastfetch/fastfetch.jsonc
T

72 lines
2.0 KiB
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small",
"position": "top",
"padding": { "top": 1, "bottom": 0 }
},
"display": {
"separator": " -> ",
"key": { "type": "both" }
},
"modules": [
{
"type": "title",
"format": "┌───────────── \u001b[1;38;5;48m{user-name}\u001b[0;37m@\u001b[1;38;5;1m{host-name}\u001b[0m ────────────┐"
},
{
"type": "os",
"key": "\u001b[38;5;1m OS ",
"keyColor": "reset_"
},
{
"type": "host",
"key": "\u001b[38;5;93m Machine",
"keyColor": "reset_"
},
{
"type": "uptime",
"key": "\u001b[38;5;51m Uptime ",
"keyColor": "reset_"
},
{
"type": "kernel",
"key": "\u001b[38;5;206m Kernel ",
"keyColor": "reset_"
},
{
"type": "shell",
"key": "\u001b[38;5;192m Shell ",
"keyColor": "reset_"
},
{
"type": "cpu",
"key": "\u001b[38;5;57m CPU ",
"keyColor": "reset_"
},
{
"type": "disk",
"key": "\u001b[38;5;46m Disk ",
"keyColor": "reset_"
},
{
"type": "memory",
"key": "\u001b[38;5;119m Memory ",
"keyColor": "reset_"
},
{
"type": "swap",
"key": "\u001b[38;5;48m Swap ",
"keyColor": "reset_"
},
{
"type": "localip",
"key": "\u001b[38;5;226m IP ",
"keyColor": "reset_"
},
{
"type": "custom",
"format": "└──────────────────────────────────────┘"
}
]
}