This commit is contained in:
2025-12-11 17:17:21 +01:00
commit 3add673455
43 changed files with 2799 additions and 0 deletions

50
fastfetch/config.jsonc Normal file
View File

@@ -0,0 +1,50 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "/home/lusia/.config/fastfetch/logo.jpg",
"type": "kitty",
"width": 22,
"height": 11
},
"display": {
"separator": " ",
"color": {
"keys": "magenta"
},
"size": {
"ndigits": 0,
"maxPrefix": "MB"
},
"key": {
"type": "icon"
}
},
"modules": [
"break",
{
"type": "title",
"color": {
"user": "green",
"at": "red",
"host": "blue"
}
},
"os",
"kernel",
"shell",
"terminal",
"wm",
"cpu",
"memory",
"packages",
"uptime",
{
"type": "colors",
"key": "Colors",
"symbol": "circle",
"block": {
"range": [1, 6]
}
}
]
}