我的fastfetch配置
我的fastfetch包含以下两个文件
shit:用8点盲文文字构成的logo(恶趣味取名...)
config.jsonc:fastfetch的主要配置
在~/.config/fastfetch/中创建这两个文件,并将内容写入即可。
⡏⠉⠉⠉⠉⠉⠉⠋⠉⠉⠉⠉⠉⠉⠋⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠙⠉⠉⠉⠹
⡇⢸⣿⡟⠛⢿⣷⠀⢸⣿⡟⠛⢿⣷⡄⢸⣿⡇⠀⢸⣿⡇⢸⣿⡇⠀⢸⣿⡇⠀
⡇⢸⣿⣧⣤⣾⠿⠀⢸⣿⣇⣀⣸⡿⠃⢸⣿⡇⠀⢸⣿⡇⢸⣿⣇⣀⣸⣿⡇⠀
⡇⢸⣿⡏⠉⢹⣿⡆⢸⣿⡟⠛⢻⣷⡄⢸⣿⡇⠀⢸⣿⡇⢸⣿⡏⠉⢹⣿⡇⠀
⡇⢸⣿⣧⣤⣼⡿⠃⢸⣿⡇⠀⢸⣿⡇⠸⣿⣧⣤⣼⡿⠁⢸⣿⡇⠀⢸⣿⡇⠀
⣇⣀⣀⣀⣀⣀⣀⣄⣀⣀⣀⣀⣀⣀⣀⣠⣀⡈⠉⣁⣀⣄⣀⣀⣀⣠⣀⣀⣀⣰
⣇⣿⠘⣿⣿⣿⡿⡿⣟⣟⢟⢟⢝⠵⡝⣿⡿⢂⣼⣿⣷⣌⠩⡫⡻⣝⠹⢿⣿⣷
⡆⣿⣆⠱⣝⡵⣝⢅⠙⣿⢕⢕⢕⢕⢝⣥⢒⠅⣿⣿⣿⡿⣳⣌⠪⡪⣡⢑⢝⣇
⡆⣿⣿⣦⠹⣳⣳⣕⢅⠈⢗⢕⢕⢕⢕⢕⢈⢆⠟⠋⠉⠁⠉⠉⠁⠈⠼⢐⢕⢽
⡗⢰⣶⣶⣦⣝⢝⢕⢕⠅⡆⢕⢕⢕⢕⢕⣴⠏⣠⡶⠛⡉⡉⡛⢶⣦⡀⠐⣕⢕
⡝⡄⢻⢟⣿⣿⣷⣕⣕⣅⣿⣔⣕⣵⣵⣿⣿⢠⣿⢠⣮⡈⣌⠨⠅⠹⣷⡀⢱⢕
⡝⡵⠟⠈⢀⣀⣀⡀⠉⢿⣿⣿⣿⣿⣿⣿⣿⣼⣿⢈⡋⠴⢿⡟⣡⡇⣿⡇⡀⢕
⡝⠁⣠⣾⠟⡉⡉⡉⠻⣦⣻⣿⣿⣿⣿⣿⣿⣿⣿⣧⠸⣿⣦⣥⣿⡇⡿⣰⢗⢄
⠁⢰⣿⡏⣴⣌⠈⣌⠡⠈⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣬⣉⣉⣁⣄⢖⢕⢕⢕
⡀⢻⣿⡇⢙⠁⠴⢿⡟⣡⡆⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣵⣵⣿
⡻⣄⣻⣿⣌⠘⢿⣷⣥⣿⠇⣿⣿⣿⣿⣿⣿⠛⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣷⢄⠻⣿⣟⠿⠦⠍⠉⣡⣾⣿⣿⣿⣿⣿⣿⢸⣿⣦⠙⣿⣿⣿⣿⣿⣿⣿⣿⠟
⡕⡑⣑⣈⣻⢗⢟⢞⢝⣻⣿⣿⣿⣿⣿⣿⣿⠸⣿⠿⠃⣿⣿⣿⣿⣿⣿⡿⠁⣠
⡝⡵⡈⢟⢕⢕⢕⢕⣵⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣶⣿⣿⣿⣿⣿⠿⠋⣀⣈⠙
⡝⡵⡕⡀⠑⠳⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠛⢉⡠⡲⡫⡪⡪⡣
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "auto", // Logo type: auto, builtin, small, file, etc.
"source": "~/.config/fastfetch/shit", // 指向logo文本文件存放的位置
"padding": {
"top": 0,
"left": 1,
"right": 2
}
},
"display": {
"separator": " "
},
"modules": [
// System Information
{
"type": "custom",
"format": "{#1}│ {#}System Information"
},
{
"type": "os",
"key": "{#separator}│ {#keys} OS"
},
{
"type": "kernel",
"key": "{#separator}│ {#keys} Kernel"
},
{
"type": "uptime",
"key": "{#separator}│ {#keys} Uptime"
},
{
"type": "packages",
"key": "{#separator}│ {#keys} Packages",
"format": "{all}"
},
{
"type": "custom",
"format": "{#1}│"
},
// Desktop Environment
{
"type": "custom",
"format": "{#1}│ {#}Desktop Environment"
},
{
"type": "de",
"key": "{#separator}│ {#keys} DE"
},
{
"type": "wm",
"key": "{#separator}│ {#keys} WM"
},
{
"type": "wmtheme",
"key": "{#separator}│ {#keys} Theme",
"format": "{name}"
},
{
"type": "display",
"key": "{#separator}│ {#keys} Resolution",
"format": "{width}x{height}@{refresh-rate}Hz"
},
{
"type": "shell",
"key": "{#separator}│ {#keys} Shell"
},
{
"type": "terminalfont",
"key": "{#separator}│ {#keys} Font",
"format": "{name}"
},
{
"type": "custom",
"format": "{#1}│"
},
// Hardware Information
{
"type": "custom",
"format": "{#1}│ {#}Hardware Information"
},
{
"type": "cpu",
"key": "{#separator}│ {#keys} CPU",
"format": "{name}" // 只显示 CPU 名称,不带额外说明
},
{
"type": "gpu",
"key": "{#separator}│ {#keys} GPU",
"format": "{name}" // 只显示 GPU 名称
},
{
"type": "memory",
"key": "{#separator}│ {#keys} Memory",
"format": "{used}/{total}" // 简洁地显示已用/总内存
},
{
"type": "disk",
"key": "{#separator}│ {#keys} Disk (/)",
"folders": "/",
"format": "{size-used}/{size-total}" // 只显示已用/总空间
},
{
"type": "custom",
"format": "{#1}│"
},
// Colors
{
"type": "colors",
"key": "{#separator}│",
"symbol": "circle"
}
]
}
最终呈现效果如下:
注:图标的显示需要字体支持,不过我忘记是什么字体了,可以询问AI
盲文画来源:https://snskeyboard.com/dotarteditor/?lang=en
我的fastfetch配置
https://dustwind.xyz/archives/wo-de-fastfetchpei-zhi