a
This commit is contained in:
@@ -1,114 +0,0 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"source": "~/.config/fastfetch/deltarune.png"
|
||||
},
|
||||
"display": {
|
||||
"color": "magenta"
|
||||
},
|
||||
"modules": [
|
||||
"break",
|
||||
|
||||
{
|
||||
"type": "title",
|
||||
"keyColor": "blue",
|
||||
"outputColor": "magenta",
|
||||
"format": "kris@darkworld" // "{user-name-colored}{at-symbol-colored}{host-name-colored}"
|
||||
},
|
||||
|
||||
"break",
|
||||
|
||||
{
|
||||
"type": "os",
|
||||
"key": "OS",
|
||||
"format": "DARKWORLD NIXOS"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"format": "Linux 6.17.0-2-dark-fountain"
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"format": "9999 (darkworld), 4 (deltarune), 1 (the-prophecy)"
|
||||
},
|
||||
//"packages",
|
||||
|
||||
"break",
|
||||
|
||||
//"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
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"format": "{name} [{type}] {temperature}",
|
||||
"temp": true
|
||||
},
|
||||
|
||||
"break",
|
||||
|
||||
"memory",
|
||||
"disk",
|
||||
|
||||
"break",
|
||||
|
||||
{
|
||||
"type": "wm",
|
||||
"key": "WM",
|
||||
"format": "{pretty-name}"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": "Shell",
|
||||
"format": "{pretty-name}"
|
||||
},
|
||||
"terminal",
|
||||
"locale",
|
||||
|
||||
/*
|
||||
"break",
|
||||
|
||||
{
|
||||
"type": "weather",
|
||||
"location": "Latvia",
|
||||
"timeout": 1000,
|
||||
"outputFormat": "%t+-+%C"
|
||||
},
|
||||
*/
|
||||
|
||||
"break",
|
||||
|
||||
{
|
||||
"type": "media",
|
||||
"key": "Song",
|
||||
"format": "{artist} — {title}"
|
||||
},
|
||||
{
|
||||
"type": "media",
|
||||
"key": "Album",
|
||||
"format": "{album}"
|
||||
},
|
||||
|
||||
"break",
|
||||
|
||||
{
|
||||
"type": "colors",
|
||||
"symbol": "circle"
|
||||
}
|
||||
]
|
||||
}
|
||||
1
config/fastfetch/config.jsonc
Symbolic link
1
config/fastfetch/config.jsonc
Symbolic link
@@ -0,0 +1 @@
|
||||
/nix/store/gf589vl2qg1qfciqy728pda0izimggdh-home-manager-files/.config/fastfetch/config.jsonc
|
||||
Reference in New Issue
Block a user