161 lines
5.0 KiB
JSON
161 lines
5.0 KiB
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
|
|
"logo": {
|
|
"source": "~/.config/fastfetch/logos/bk1.txt"
|
|
},
|
|
"modules": [
|
|
"title",
|
|
"break",
|
|
{
|
|
"type": "custom",
|
|
"format": "\u001b[90m┌─────────────────────────────── Software ───────────────────────────────┐"
|
|
},
|
|
{
|
|
"type": "os",
|
|
"key": "OS ",
|
|
"keyColor": "yellow"
|
|
},
|
|
{
|
|
"type": "kernel",
|
|
"key": "│ ├ Kernel ",
|
|
"keyColor": "yellow"
|
|
},
|
|
{
|
|
"type": "bios",
|
|
"key": "│ ├ BIOS version",
|
|
"keyColor": "yellow"
|
|
},
|
|
{
|
|
"type": "packages",
|
|
"key": "│ ├ Packages ",
|
|
"keyColor": "yellow"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"key": "└ └ Shell ",
|
|
"keyColor": "yellow"
|
|
},
|
|
"break",
|
|
{
|
|
"type": "de",
|
|
"key": " DE",
|
|
"keyColor": "blue"
|
|
},
|
|
{
|
|
"type": "wm",
|
|
"key": "│ ├ WM ",
|
|
"keyColor": "blue"
|
|
},
|
|
{
|
|
"type": "terminal",
|
|
"key": "│ └ Terminal ",
|
|
"keyColor": "blue"
|
|
},
|
|
{
|
|
"type": "terminalfont",
|
|
"key": "│ └ Terminalfont",
|
|
"keyColor": "blue"
|
|
},
|
|
{
|
|
"type": "theme",
|
|
"key": "│ └ Theme ",
|
|
"keyColor": "blue"
|
|
},
|
|
{
|
|
"type": "icons",
|
|
"key": "│ └ Icons ",
|
|
"keyColor": "blue"
|
|
}, {
|
|
"type": "cursor",
|
|
"key": "│ └ Cursor ",
|
|
"keyColor": "blue"
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "\u001b[90m└────────────────────────────────────────────────────────────────────────┘"
|
|
},
|
|
"break",
|
|
{
|
|
"type": "custom",
|
|
"format": "\u001b[90m┌─────────────────────────────── Hardware ───────────────────────────────┐"
|
|
},
|
|
{
|
|
"type": "host",
|
|
"key": " Host ",
|
|
"keyColor": "green"
|
|
},
|
|
{
|
|
"type": "cpu",
|
|
"key": "│ ├ CPU ",
|
|
"keyColor": "green"
|
|
},
|
|
{
|
|
"type": "gpu",
|
|
"key": "│ ├ GPU ",
|
|
"keyColor": "green"
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"key": "│ ├ RAM ",
|
|
"keyColor": "green"
|
|
}, {
|
|
"type": "swap",
|
|
"key": "│ ├ Swap ",
|
|
"keyColor": "green"
|
|
},
|
|
"break",
|
|
{
|
|
"type": "disk",
|
|
"keyColor": "green"
|
|
},
|
|
"break",
|
|
{
|
|
"type": "display",
|
|
"keyColor": "green"
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "\u001b[90m└────────────────────────────────────────────────────────────────────────┘"
|
|
},
|
|
"break",
|
|
{
|
|
"type": "custom",
|
|
"format": "\u001b[90m┌─────────────────────── Uptime / Age / DateTime ────────────────────────┐"
|
|
},
|
|
{
|
|
"type": "command",
|
|
"key": " OS Age ",
|
|
"keyColor": "magenta",
|
|
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
|
|
},
|
|
{
|
|
"type": "uptime",
|
|
"key": " Uptime ",
|
|
"keyColor": "magenta"
|
|
},
|
|
{
|
|
"type": "datetime",
|
|
"key": " DateTime ",
|
|
"keyColor": "magenta"
|
|
},
|
|
{
|
|
"type": "custom",
|
|
"format": "\u001b[90m└────────────────────────────────────────────────────────────────────────┘"
|
|
},
|
|
|
|
// {
|
|
// "type": "colors"
|
|
// },
|
|
"break",
|
|
{
|
|
"type": "colors",
|
|
"paddingLeft": 2,
|
|
"symbol": "circle"
|
|
},
|
|
// "localip",
|
|
"battery",
|
|
"poweradapter",
|
|
//"locale",
|
|
]
|
|
}
|