forked from foxora/nix
128 lines
2.8 KiB
JSON
128 lines
2.8 KiB
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "auto",
|
|
"source": "nixos",
|
|
},
|
|
"display": {
|
|
"separator": " > ",
|
|
"constants": [],
|
|
},
|
|
"modules": [
|
|
{
|
|
"type": "title",
|
|
"format": "╭─────╯ {user-name}@{host-name} ╰───────────────╌╌╌┄┄┄┈┈┈",
|
|
"outputColor": "cyan",
|
|
},
|
|
{
|
|
"type": "os",
|
|
"key": "│ os",
|
|
"keyColor": "cyan",
|
|
"format": "{name} {version}",
|
|
},
|
|
{
|
|
"type": "kernel",
|
|
"key": "│ kernel",
|
|
"keyColor": "cyan",
|
|
"format": "{sysname} {arch} - {release}",
|
|
},
|
|
{
|
|
"type": "uptime",
|
|
"key": "│ uptime",
|
|
"keyColor": "cyan",
|
|
},
|
|
{
|
|
"type": "packages",
|
|
"key": "│ pkgs",
|
|
"keyColor": "cyan",
|
|
},
|
|
{
|
|
"type": "cpu",
|
|
"key": "│ cpu",
|
|
"keyColor": "magenta",
|
|
"temp": true,
|
|
"format": "{name} {cores-physical}c/{cores-logical}t @ {freq-max} ({temperature})",
|
|
},
|
|
{
|
|
"type": "gpu",
|
|
"key": "│ gpu{1}",
|
|
"keyColor": "magenta",
|
|
"driverSpecific": false,
|
|
"detectionMethod": "pci",
|
|
"temp": true,
|
|
"percent": {
|
|
"green": 50,
|
|
"yellow": 80,
|
|
"type": 0
|
|
},
|
|
"format": "{name} ({temperature}) [{type}]",
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"key": "│ memory",
|
|
"keyColor": "magenta",
|
|
},
|
|
{
|
|
"type": "swap",
|
|
"key": "│ swap",
|
|
"keyColor": "magenta",
|
|
},
|
|
{
|
|
"type": "disk",
|
|
"key": "│ disk({1})",
|
|
"keyColor": "magenta",
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"key": "│ shell",
|
|
"keyColor": "green",
|
|
},
|
|
{
|
|
"type": "terminal",
|
|
"key": "│ term",
|
|
"keyColor": "green",
|
|
},
|
|
{
|
|
"type": "wm",
|
|
"key": "│ wm",
|
|
"keyColor": "green",
|
|
},
|
|
{
|
|
"type": "terminalfont",
|
|
"key": "│ font",
|
|
"keyColor": "green",
|
|
"format": "{name}",
|
|
},
|
|
{
|
|
"type": "locale",
|
|
"key": "│ locale",
|
|
"keyColor": "green",
|
|
},
|
|
{
|
|
"type": "title",
|
|
"format": "├─────────────────────────────────────────╌╌╌┄┄┄┈┈┈",
|
|
"outputColor": "red",
|
|
},
|
|
{
|
|
"type": "command",
|
|
"key": "│",
|
|
"keyWidth": 3,
|
|
"keyColor": "red",
|
|
"shell": "bash",
|
|
"text": "for i in {0..7}; do printf \"\\e[4%dm \\e[0m\" $i; done",
|
|
},
|
|
{
|
|
"type": "command",
|
|
"key": "│",
|
|
"keyWidth": 3,
|
|
"keyColor": "red",
|
|
"shell": "bash",
|
|
"text": "for i in {0..7}; do printf \"\\e[10%dm \\e[0m\" $i; done",
|
|
},
|
|
{
|
|
"type": "title",
|
|
"format": "╰─────────────────────────────────────────╌╌╌┄┄┄┈┈┈",
|
|
"outputColor": "red",
|
|
},
|
|
]
|
|
}
|