nature_dotfiles/config/fastfetch/nature_config.jsonc

49 lines
874 B
Plaintext

{
"logo": {
"color": {
"1": "33"
}
},
"display": {
"color": "34",
"disableLinewrap": true
},
"modules": [
{
"type": "title",
"fqdn": true,
"color": {
"user": "35",
"at": "37",
"host": "35"
}
},
"separator",
"os",
"kernel",
"packages",
"cpu",
"gpu",
"memory",
"swap",
"uptime",
"terminal",
"disk",
{
"type": "localip",
"showPrefixLen": true,
"compact": true
},
"break",
{
"type": "colors",
"block": {
"range": [
0,
7
]
}
}
]
}