Skip to content

Instantly share code, notes, and snippets.

@spynika
Created January 17, 2026 12:58
Show Gist options
  • Select an option

  • Save spynika/d5bd12eeb56428c36c372a2b1a5018ff to your computer and use it in GitHub Desktop.

Select an option

Save spynika/d5bd12eeb56428c36c372a2b1a5018ff to your computer and use it in GitHub Desktop.
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "/home/haxor/.config/fastfetch/pngs/0day.png",
"height": 18
},
"display": {
"separator": " : "
},
"modules": [
{
"type": "custom",
"format": "\u001b[36m 󰄛 コンピューター"
},
{
"type": "custom",
"format": "┌──────────────────────────────────────────┐"
},
{
"type": "chassis",
"key": " 󰇺 Chassis",
"format": "{3}"
},
{
"type": "os",
"key": " 󰣇 OS",
"format": "{2}",
"keyColor": "red"
},
{
"type": "kernel",
"key": "  Kernel",
"format": "{2}",
"keyColor": "red"
},
{
"type": "packages",
"key": " 󰏗 Packages",
"keyColor": "green"
},
{
"type": "display",
"key": " 󰍹 Display",
"format": "{1}x{2} @ {3}Hz [{7}]",
"keyColor": "green"
},
{
"type": "terminal",
"key": " >_ Terminal",
"keyColor": "yellow"
},
{
"type": "wm",
"key": " 󱗃 WM",
"format": "{2}",
"keyColor": "yellow"
},
{
"type": "custom",
"format": "└──────────────────────────────────────────┘"
},
"break",
{
"type": "title",
"key": " ",
"format": "{6} {7} {8}"
},
{
"type": "custom",
"format": "┌──────────────────────────────────────────┐"
},
{
"type": "cpu",
"format": "{1} @ {7}",
"key": "  CPU",
"keyColor": "blue"
},
{
"type": "gpu",
"format": "{1} {2}",
"key": " 󰊴 GPU",
"keyColor": "blue"
},
{
"type": "gpu",
"format": "{3}",
"key": "  GPU Driver",
"keyColor": "magenta"
},
{
"type": "memory",
"key": "  Memory",
"keyColor": "magenta"
},
{
"type": "command",
"key": " 󱦟 OS Age ",
"keyColor": "red",
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
},
{
"type": "uptime",
"key": " 󱫐 Uptime ",
"keyColor": "red"
},
{
"type": "custom",
"format": "└──────────────────────────────────────────┘"
},
{
"type": "colors",
"paddingLeft": 2,
"symbol": "circle"
},
"break"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment