dotfiles

My PC Dotfiles & Website

fastfetch.jsonc (2916B)


{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "logo": {
    "type": "auto",
    "padding": {
      "top": 6,
      "left": 3
    },
    "color": {
      "1": "blue",
      "2": "white"
    }
  },
  "display": {
    "separator": " : "
  },
  "modules": [
    {
      "type": "custom",
      "format": "┌─⮞ {#1}Hardware{#}"
    },
    {
      "type": "host",
      "key": "  ",
      "keyColor": "cyan"
    },
    {
      "type": "cpu",
      "key": "  ",
      "keyColor": "cyan",
      "showPeCoreCount": true
    },
    {
      "type": "gpu",
      "key": "  ",
      "keyColor": "cyan",
      "driverSpecific": true
    },
    {
      "type": "display",
      "key": "  󰹑",
      "keyColor": "cyan"
    },
    {
      "type": "memory",
      "key": "  ",
      "keyColor": "green"
    },
    {
      "type": "disk",
      "key": "  ",
      "keyColor": "green"
    },
    {
      "type": "custom",
      "format": "└─"
    },
    "break",
    {
      "type": "custom",
      "format": "┌─⮞ {#1}Software{#}"
    },
    {
      "type": "os",
      "key": "  ",
      "keyColor": "yellow"
    },
    {
      "type": "kernel",
      "key": "  ",
      "keyColor": "yellow"
    },
    {
      "type": "bios",
      "key": "  ",
      "keyColor": "yellow"
    },
    {
      "type": "packages",
      "key": "  󰏖",
      "keyColor": "yellow"
    },
    {
      "type": "shell",
      "key": "  ",
      "keyColor": "blue"
    },
    {
      "type": "de",
      "key": "  ",
      "keyColor": "blue"
    },
    {
      "type": "wm",
      "key": "  ",
      "keyColor": "blue"
    },
    {
      "type": "lm",
      "key": "  ",
      "keyColor": "blue"
    },
    {
      "type": "wmtheme",
      "key": "  󰉼",
      "keyColor": "blue"
    },
    {
      "type": "terminal",
      "key": "  ",
      "keyColor": "blue"
    },
    {
      "type": "terminalfont",
      "key": "  ",
      "keyColor": "light_red"
    },
    {
      "type": "theme",
      "key": "  󰃣",
      "keyColor": "light_red",
      "format": "{2}"
    },
    {
      "type": "icons",
      "key": "  󱢈",
      "keyColor": "light_red"
    },
    {
      "type": "cursor",
      "key": "  ",
      "keyColor": "light_red"
    },
    {
      "type": "custom",
      "format": "└─"
    },
    "break",
    {
      "type": "custom",
      "format": "┌─⮞ {#1}Uptime{#}"
    },
    {
      "type": "command",
      "key": "  ",
      "keyColor": "magenta",
      "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": "  ",
      "keyColor": "magenta"
    },
    {
      "type": "custom",
      "format": "└─"
    },
    "break"
  ]
}