Dotfiles_ArchAP/fastfetch/.config/fastfetch/config.jsonc
grayTerminal-sh 44acf7d1fb first commit
2026-05-18 11:51:31 +02:00

67 lines
1.7 KiB
Text

// ~/.config/fastfetch/config.jsonc
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": {
"separator": "• "
},
"logo":{
"type": "sixel",
"width": 30
},
"modules": [
"break",
{
"type": "custom",
"format": "\u001b[90m  fy59@archlinux 󰖟"
},
{
"type": "custom",
"format": "╭───────────────────────────────╮"
},
{
"type": "os",
"key": "  ",
"format": "{3}"
},
{
"type": "host",
"key": "  "
},
{
"type": "kernel",
"key": "  "
},
{
"type": "wm",
"key": "  "
},
{
"type": "shell",
"key": " $ "
},
{
"type": "terminal",
"key": "  "
},
{
"type": "uptime",
"key": " 󰔚 "
},
{
"type": "memory",
"key": " 󰍛 "
},
{
"type": "packages",
"key": "  "
},
{
"type": "custom",
"format": "╰───────────────────────────────╯"
},
{
"type": "custom",
"format": " \u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m "
}
]
}