.config/fastfetch/fastfetch.jsonc hinzugefügt
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"type": "small",
|
||||
"position": "top",
|
||||
"padding": {
|
||||
"top": 1,
|
||||
"bottom": 0
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"separator": " -> ",
|
||||
"color": {
|
||||
"separator": "1"
|
||||
},
|
||||
"key": {
|
||||
"type": "both",
|
||||
"paddingLeft": 0
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "┌───────── {#1}System Information{#} ─────────┐"
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": " OS ",
|
||||
"keyColor": "red",
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"key": " Machine",
|
||||
"keyColor": "green"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " Kernel ",
|
||||
"keyColor": "magenta"
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " Uptime ",
|
||||
"keyColor": "red"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": " Shell ",
|
||||
"keyColor": "cyan"
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": " CPU ",
|
||||
"keyColor": "yellow"
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": " Memory ",
|
||||
"keyColor": "magenta"
|
||||
},
|
||||
{
|
||||
"type": "swap",
|
||||
"key": " Swap ",
|
||||
"keyColor": "magenta"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "└──────────────────────────────────────┘"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user