dotfiles/manjaro/arch_custom/roles (1)/manage_zsh/files/config.jsonc

51 lines
996 B
Plaintext

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "auto",
"color": {
"1": "magenta",
"2": "blue"
}
},
"display": {
"separator": " ➜ ",
"color": {
"separator": "green",
"keys": "blue",
"title": "magenta"
}
},
"modules": [
{
"type": "title",
"color": {
"user": "magenta",
"at": "white",
"host": "blue"
}
},
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
"terminal",
"de",
"wm",
"theme",
"icons",
"font",
"cursor",
"cpu",
"gpu",
"memory",
"disk",
"localip",
"battery",
"locale",
"break",
"colors"
]
}