Files
fastfetch/presets/examples/7.jsonc
T

140 lines
3.0 KiB
JSON
Raw Normal View History

2023-07-06 09:06:35 +08:00
// Load with --load-config examples/2.jsonc
// Note that you must replace the image path to an existing image to display it.
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
2023-07-06 15:43:53 +08:00
"logo": {
"padding": {
"top": 2
}
},
2023-07-06 09:06:35 +08:00
"display": {
"separator": " -> "
},
"modules": [
"title",
"separator",
{
"type": "os",
"key": " OS",
2023-07-06 15:43:53 +08:00
"keyColor": "yellow",
2023-07-06 09:06:35 +08:00
"format": "{2}"
},
{
"type": "os",
"key": "├", // Just get your distro's logo off nerdfonts.com
2023-07-06 15:43:53 +08:00
"keyColor": "yellow",
2023-07-06 09:06:35 +08:00
"format": "{6}{?6} {?}{10} {8}"
},
{
"type": "kernel",
"key": "├",
2023-07-06 15:43:53 +08:00
"keyColor": "yellow"
2023-07-06 09:06:35 +08:00
},
{
"type": "packages",
"key": "├󰏖",
2023-07-06 15:43:53 +08:00
"keyColor": "yellow"
2023-07-06 09:06:35 +08:00
},
{
"type": "shell",
"key": "└",
"keyColor": "yellow"
},
"break",
{
"type": "wm",
"key": " DE/WM",
2023-07-06 15:43:53 +08:00
"keyColor": "blue"
2023-07-06 09:06:35 +08:00
},
{
"type": "lm",
"key": "├󰧨",
2023-07-06 15:43:53 +08:00
"keyColor": "blue"
2023-07-06 09:06:35 +08:00
},
{
"type": "wmtheme",
"key": "├󰉼",
2023-07-06 15:43:53 +08:00
"keyColor": "blue"
2023-07-06 09:06:35 +08:00
},
{
"type": "icons",
"key": "├󰀻",
2023-07-06 15:43:53 +08:00
"keyColor": "blue"
2023-07-06 09:06:35 +08:00
},
{
"type": "terminal",
"key": "├",
2023-07-06 15:43:53 +08:00
"keyColor": "blue"
2023-07-06 09:06:35 +08:00
},
{
"type": "wallpaper",
"key": "└󰸉",
2023-07-06 15:43:53 +08:00
"keyColor": "blue"
2023-07-06 09:06:35 +08:00
},
"break",
{
"type": "host",
"key": "󰌢 PC",
2023-07-06 09:06:35 +08:00
"keyColor": "green"
},
{
"type": "cpu",
"key": "├󰻠",
2023-07-06 09:06:35 +08:00
"keyColor": "green"
},
{
"type": "gpu",
"key": "├󰍛",
2023-07-06 09:06:35 +08:00
"keyColor": "green"
},
{
"type": "disk",
"key": "├",
"keyColor": "green"
},
{
"type": "memory",
"key": "├󰑭",
"keyColor": "green"
},
{
"type": "swap",
"key": "├󰓡",
"keyColor": "green"
},
{
"type": "uptime",
"key": "├󰅐",
2023-07-06 15:43:53 +08:00
"keyColor": "green"
2023-07-06 09:06:35 +08:00
},
{
"type": "display",
"key": "└󰍹",
"keyColor": "green"
},
"break",
{
2023-07-06 15:43:53 +08:00
"type": "sound",
"key": " SOUND",
"keyColor": "cyan"
2023-07-06 09:06:35 +08:00
},
{
"type": "player",
"key": "├󰥠",
2023-07-06 15:43:53 +08:00
"keyColor": "cyan"
2023-07-06 09:06:35 +08:00
},
{
2023-07-06 15:43:53 +08:00
"type": "media",
"key": "└󰝚",
"keyColor": "cyan"
2023-07-06 09:06:35 +08:00
},
"break",
"colors"
]
}