Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

New config file, and other new features

Compare
Choose a tag to compare
@ad-oliviero ad-oliviero released this 19 Apr 11:29
· 398 commits to main since this release

In this release were added some new info such as resolution, uwufetch is now fully customizable via the config.json file.
Here is an example:

{
  "distributon": "debian",
  "ascii": true,
  "user": true,
  "os": true,
  "kernel": true,
  "cpu": true,
  "gpu": false,
  "ram": true,
  "resolution": false,
  "shell": true,
  "pkgs": true,
  "uptime": true,
  "colors": true
}

Mac os is now partially supported.