LivacoNew / CrabFetch

Extremely fast, featureful and customizable command-line fetcher.
Apache License 2.0
13 stars 3 forks source link

Request detailed time usage for individual modules #39

Open CarterLi opened 6 days ago

CarterLi commented 6 days ago

I'd like to see which module of crab is faster.

Also you should use this fastfetch config

{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "display": {
    "separator": " > "
  },
  "modules": [
    "title",
    {
      "type": "separator",
      "length": 16 // print 16 charactors to match crab
    },

    "cpu",
    {
      "type": "gpu",
      "detectionMethod": "auto" // ignore disabled gpus
    },
    "memory",
    "swap",
    "disk",
    "host",
    "chassis",
    "display",

    "os",
    "kernel",
    "packages",
    "de",
    "terminal",
    "shell",
    "editor",
    "uptime",
    "locale",
    "media",
    "initsystem",
    "processes",
    "battery",
    "localip",

    "break",
    "colors"
  ]
}

Strangely, the default color for fastfetch is green for Arch Linux. I wonder how you made it magenta without specifying it in the config file

LivacoNew commented 6 days ago

the default color for fastfetch is green for Arch Linux blue, but asides from that the readme uses different configs from the benchmarks, although colors are the only change

will update configs on the benchmarks wiki later, got other things i would like to focus on asides from rebenchmarking on my laptop once again