ayy
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"source": "~/.config/fastfetch/ralsei.png",
|
||||
"source": "~/.config/fastfetch/deltarune.png"
|
||||
},
|
||||
"display": {
|
||||
"color": "magenta",
|
||||
"color": "magenta"
|
||||
},
|
||||
"modules": [
|
||||
"break",
|
||||
@@ -12,7 +12,8 @@
|
||||
{
|
||||
"type": "title",
|
||||
"keyColor": "blue",
|
||||
"format": "{user-name-colored}{at-symbol-colored}{host-name-colored}",
|
||||
"outputColor": "magenta",
|
||||
"format": "kris@darkworld" // "{user-name-colored}{at-symbol-colored}{host-name-colored}"
|
||||
},
|
||||
|
||||
"break",
|
||||
@@ -20,30 +21,43 @@
|
||||
{
|
||||
"type": "os",
|
||||
"key": "OS",
|
||||
"format": "{pretty-name}",
|
||||
"format": "DARKWORLD NIXOS"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
// "format": "Linux 6.17.0-2-cachyos-ralsei-rt-bore-lto"
|
||||
"format": "Linux 6.17.0-2-dark-fountain"
|
||||
},
|
||||
// "packages",
|
||||
{
|
||||
"type": "packages",
|
||||
"format": "9999 (darkworld), 4 (deltarune), 1 (the-prophecy)"
|
||||
},
|
||||
//"packages",
|
||||
|
||||
"break",
|
||||
|
||||
"host",
|
||||
"uptime",
|
||||
//"host",
|
||||
{
|
||||
"type": "os",
|
||||
"key": "Host",
|
||||
"format": "Hopes and Dreams"
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"format": "a few minutes"
|
||||
},
|
||||
//"uptime",
|
||||
|
||||
"break",
|
||||
|
||||
{
|
||||
"type": "cpu",
|
||||
"format": "{cores-logical}x {name} @ {freq-base} {temperature}",
|
||||
"temp": true,
|
||||
"temp": true
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"format": "{name} [{type}] {temperature}",
|
||||
"temp": true,
|
||||
"temp": true
|
||||
},
|
||||
|
||||
"break",
|
||||
@@ -56,12 +70,12 @@
|
||||
{
|
||||
"type": "wm",
|
||||
"key": "WM",
|
||||
"format": "{pretty-name}",
|
||||
"format": "{pretty-name}"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": "Shell",
|
||||
"format": "{pretty-name}",
|
||||
"format": "{pretty-name}"
|
||||
},
|
||||
"terminal",
|
||||
"locale",
|
||||
@@ -82,19 +96,19 @@
|
||||
{
|
||||
"type": "media",
|
||||
"key": "Song",
|
||||
"format": "{artist} — {title}",
|
||||
"format": "{artist} — {title}"
|
||||
},
|
||||
{
|
||||
"type": "media",
|
||||
"key": "Album",
|
||||
"format": "{album}",
|
||||
"format": "{album}"
|
||||
},
|
||||
|
||||
"break",
|
||||
|
||||
{
|
||||
"type": "colors",
|
||||
"symbol": "circle",
|
||||
},
|
||||
],
|
||||
"symbol": "circle"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user