forked from logan/dotfiles
41 lines
673 B
Text
41 lines
673 B
Text
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"modules": [
|
|
"title",
|
|
"separator",
|
|
"os",
|
|
"host",
|
|
"kernel",
|
|
"uptime",
|
|
"packages",
|
|
"shell",
|
|
"display",
|
|
"de",
|
|
"wm",
|
|
"wmtheme",
|
|
"theme",
|
|
"icons",
|
|
"font",
|
|
"cursor",
|
|
"editor",
|
|
"terminal",
|
|
"cpu",
|
|
{
|
|
"type": "gpu",
|
|
"format": "{1} {2} [{3}]"
|
|
},
|
|
"memory",
|
|
"swap",
|
|
"disk",
|
|
{
|
|
"type": "command",
|
|
"shell": "/usr/bin/bash",
|
|
"text": "~/.config/fastfetch/nic.sh",
|
|
"key": "NIC"
|
|
},
|
|
"battery",
|
|
"poweradapter",
|
|
"break",
|
|
"colors"
|
|
]
|
|
}
|