разобрался с этой гавной

This commit is contained in:
2025-05-24 11:43:44 +03:00
parent f7a85b3d73
commit 4299b4b99a
29 changed files with 1219 additions and 1 deletions

69
fastfetch/config.jsonc Normal file
View File

@@ -0,0 +1,69 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"title",
{
"type": "separator",
"string": "+-",
"length": 18
},
{
"type": "os",
"format": "{pretty-name}",
"key": "os "
},
{
"type": "shell",
"key": "sh ",
"format": "{exe-name}"
},
{
"type": "wm",
"key": "wm ",
"format": "{pretty-name}"
},
{
"type": "terminalfont",
"key": "fnt",
"format": "{}"
},
{
"type": "cpu",
"key": "cpu",
"format": "{name}"
},
{
"type": "gpu",
"key": "gpu",
"format": "{name}"
},
{
"type": "memory",
"key": "mem",
"format": "{used} / {total}"
},
{
"type": "swap",
"key": "swp",
"format": "{used} / {total}"
},
{
"type": "disk",
"key": "dsk",
"format": "{size-used} / {size-total}"
},
"break",
{
"type": "colors",
"symbol": "circle"
},
],
"logo": {
"source": "~/.config/fastfetch/art.jpg",
"height": 13,
"position": "left"
},
"display": {
"separator": " "
}
}