pretty
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/ralsei.png",
|
||||
},
|
||||
"display": {
|
||||
"color": "magenta"
|
||||
"color": "magenta",
|
||||
},
|
||||
"modules": [
|
||||
"break",
|
||||
@@ -12,56 +12,56 @@
|
||||
{
|
||||
"type": "title",
|
||||
"keyColor": "blue",
|
||||
"format": "{user-name-colored}{at-symbol-colored}{host-name-colored}"
|
||||
"format": "{user-name-colored}{at-symbol-colored}{host-name-colored}",
|
||||
},
|
||||
|
||||
|
||||
"break",
|
||||
|
||||
|
||||
{
|
||||
"type": "os",
|
||||
"key": "OS",
|
||||
"format": "{pretty-name}"
|
||||
},
|
||||
"format": "{pretty-name}",
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"format": "Linux 6.17.0-2-cachyos-ralsei-rt-bore-lto"
|
||||
"format": "Linux 6.17.0-2-cachyos-ralsei-rt-bore-lto",
|
||||
},
|
||||
// "packages",
|
||||
|
||||
|
||||
"break",
|
||||
|
||||
|
||||
"host",
|
||||
"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",
|
||||
|
||||
"memory",
|
||||
"disk",
|
||||
|
||||
|
||||
"break",
|
||||
|
||||
|
||||
{
|
||||
"type": "wm",
|
||||
"key": "WM",
|
||||
"format": "{pretty-name}"
|
||||
"format": "{pretty-name}",
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": "Shell",
|
||||
"format": "{pretty-name}"
|
||||
"format": "{pretty-name}",
|
||||
},
|
||||
"terminal",
|
||||
"locale",
|
||||
@@ -82,19 +82,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