90 lines
2.3 KiB
Plaintext
90 lines
2.3 KiB
Plaintext
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"source": "~/.config/fastfetch/hamster_cookie.txt",
|
|
"color": {
|
|
"1": "magenta",
|
|
"2": "yellow"
|
|
},
|
|
"padding": {
|
|
"top": 1,
|
|
"left": 2,
|
|
"right": 2
|
|
}
|
|
},
|
|
"display": {
|
|
"separator": " ",
|
|
"color": {
|
|
"keys": "#a7c080",
|
|
"title": "#7fbbb3"
|
|
}
|
|
},
|
|
"modules": [
|
|
{
|
|
"type": "custom",
|
|
"format": "╭──────────────╮"
|
|
},
|
|
{
|
|
"type": "uptime",
|
|
"key": "│ uptime │",
|
|
"keyColor": "cyan"
|
|
},
|
|
{
|
|
"type": "os",
|
|
"key": "│ distro │",
|
|
"keyColor": "green"
|
|
},
|
|
{
|
|
"type": "packages",
|
|
"key": "│ packages │",
|
|
"keyColor": "magenta"
|
|
},
|
|
{
|
|
"type": "terminal",
|
|
"key": "│ term │",
|
|
"keyColor": "red"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"key": "│ shell │",
|
|
"keyColor": "yellow"
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "├──────────────┤"
|
|
},
|
|
{
|
|
"type": "cpu",
|
|
"key": "│ % cpu load │",
|
|
"keyColor": "magenta",
|
|
"temp": false
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"key": "│ memory │",
|
|
"keyColor": "red",
|
|
"format": "{1} / {2} ({3})"
|
|
},
|
|
{
|
|
"type": "disk",
|
|
"key": "│ SSD1 │",
|
|
"keyColor": "green",
|
|
"format": "{1} / {2} ({3})"
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "├──────────────┤"
|
|
},
|
|
{
|
|
"type": "colors",
|
|
"key": "│ 🎨 colors │",
|
|
"keyColor": "yellow",
|
|
"symbol": "circle"
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "╰──────────────╯"
|
|
}
|
|
]
|
|
}
|