Skip to content

Instantly share code, notes, and snippets.

@killajoe
Created December 4, 2024 15:10
Show Gist options
  • Save killajoe/e1bb32dd503e85163f5acecd77230f59 to your computer and use it in GitHub Desktop.
Save killajoe/e1bb32dd503e85163f5acecd77230f59 to your computer and use it in GitHub Desktop.
fastfetch config EndeavourOS kitty
{
"logo": {
"source": "$(find \"${XDG_CONFIG_HOME:-$HOME/.config}/fastfetch/pngs/\" -name \"*.png\" | sort -R | head -1)",
"height": 15
},
"display": {
"separator": " : "
},
"modules": [
{
"type": "custom",
"format": "\u001b[36m **put your username here** "
},
{
"type": "os",
"key": "  OS",
"keyColor": "red"
},
{
"type": "kernel",
"key": "  Kernel",
"keyColor": "red"
},
{
"type": "packages",
"key": "  Packages",
"keyColor": "green"
},
{
"type": "display",
"key": "  Display",
"keyColor": "green"
},
{
"type": "command",
"key": "  OS Age ",
"keyColor": "31",
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); days_with_addition=$((days_difference + 422)); echo $days_with_addition days"
},
{
"type": "wm",
"key": "  WM",
"keyColor": "yellow"
},
{
"type": "terminal",
"key": "  Terminal",
"keyColor": "yellow"
},
"break",
{
"type": "cpu",
"format": "{1}",
"key": "  CPU",
"keyColor": "blue"
},
{
"type": "host",
"key": "  Host",
"keyColor": "yellow"
},
{
"type": "gpu",
"format": "{3}",
"key": "  GPU Driver",
"keyColor": "magenta"
},
{
"type": "memory",
"key": "  Memory",
"keyColor": "magenta"
},
"break",
{
"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