Update .config/fastfetch/config.jsonc
This commit is contained in:
@@ -1,111 +1,134 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"source": "~/.config/fastfetch/ascii",
|
||||
"source": "~/.config/fastfetch/logos/logo4",
|
||||
"color": {
|
||||
"1": "38;2;255;209;220"
|
||||
}
|
||||
"1": "38;2;255;209;220",
|
||||
},
|
||||
},
|
||||
|
||||
"display": {
|
||||
"separator": " "
|
||||
"separator": " : ",
|
||||
},
|
||||
|
||||
"modules": [
|
||||
"break",
|
||||
"break",
|
||||
"break",
|
||||
"break",
|
||||
"break",
|
||||
"break",
|
||||
"break",
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[1;31m \n",
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[1;31m╭────────────────────────| |────────────────────────╮",
|
||||
},
|
||||
{
|
||||
"type": "title",
|
||||
"format": " {user-name}@{host-name}",
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[1;31m╰────────────────────────| |────────────────────────╯",
|
||||
},
|
||||
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[1;31m╭────────────────────────| |────────────────────────╮",
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": " ",
|
||||
"keyColor": "38;2;152;255;152" // = color4
|
||||
"key": "\u001b[1;32m- Distro ",
|
||||
"keyColor": "green",
|
||||
"showArchitecture": false,
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
"key": "\u001b[1;32m- Kernel ",
|
||||
"keyColor": "green",
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"key": " ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
"key": "\u001b[1;32m- Packages ",
|
||||
"keyColor": "green",
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": " ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
"key": "\u001b[1;32m- Shell ",
|
||||
"keyColor": "green",
|
||||
"showPath": false,
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": " ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
"key": "\u001b[1;32m- Terminal ",
|
||||
"keyColor": "green",
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": " ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
"type": "custom",
|
||||
"format": "\u001b[1;31m╰────────────────────────| |────────────────────────╯",
|
||||
},
|
||||
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[1;31m╭────────────────────────| |────────────────────────╮",
|
||||
},
|
||||
{
|
||||
"type": "cursor",
|
||||
"key": " ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
"type": "host",
|
||||
"key": "\u001b[1;34m- Host ",
|
||||
"keyColor": "blue",
|
||||
},
|
||||
{
|
||||
"type": "terminalfont",
|
||||
"key": " ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
"type": "cpu",
|
||||
"key": "\u001b[1;34m- CPU ",
|
||||
"keyColor": "blue",
|
||||
"temp": false,
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": "\u001b[1;34m- GPU ",
|
||||
"keyColor": "blue",
|
||||
},
|
||||
{
|
||||
"type": "display",
|
||||
"key": "\u001b[1;34m- Resolution ",
|
||||
"keyColor": "blue",
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[1;31m╰────────────────────────| |────────────────────────╯",
|
||||
},
|
||||
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[1;31m╭────────────────────────| |────────────────────────╮",
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
"key": "\u001b[1;35m- Uptime ",
|
||||
"keyColor": "magenta",
|
||||
},
|
||||
{
|
||||
"type": "datetime",
|
||||
"format": "{1}-{3}-{11}",
|
||||
"key": " ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
"type": "cpuusage",
|
||||
"key": "\u001b[1;35m- CPU Usage ",
|
||||
"keyColor": "magenta",
|
||||
},
|
||||
{
|
||||
"type": "media",
|
||||
"key": " ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
},
|
||||
{
|
||||
"type": "player",
|
||||
"key": " ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
},
|
||||
{
|
||||
"type": "CPU",
|
||||
"key": "⚙ ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
},
|
||||
{
|
||||
"type": "GPU",
|
||||
"key": " ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
"type": "disk",
|
||||
"key": "\u001b[1;35m- Disk ",
|
||||
"keyColor": "magenta",
|
||||
"folders": "/storage/emulated:/:/server",
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": " ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
"key": "\u001b[1;35m- Memory ",
|
||||
"keyColor": "magenta",
|
||||
},
|
||||
{
|
||||
"type": "monitor",
|
||||
"key": "🖼 ",
|
||||
"keyColor": "38;2;152;255;152"
|
||||
"type": "custom",
|
||||
"format": "\u001b[1;31m╰────────────────────────| |────────────────────────╯",
|
||||
},
|
||||
"break",
|
||||
"break",
|
||||
"break",
|
||||
"break",
|
||||
"break",
|
||||
"break",
|
||||
"break",
|
||||
"break",
|
||||
"break"
|
||||
]
|
||||
|
||||
{
|
||||
"type": "colors",
|
||||
"paddingLeft": 0,
|
||||
"symbol": "block",
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user