Skip to content

Commit

Permalink
Merge branch 'master' of github.com:M4cs/winfetch
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchie0x4ff committed May 22, 2020
2 parents 45728fb + b772c06 commit 6222cd3
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Winfetch is still extremely early in development. The configuration is minimal a

#### Planned Features:

- Customize Titles
- Customize Colors
- Load Custom ASCII Art
- Scaling To Terminal Size
- Display Images (Does Windows Terminal even support this??)

Expand Down Expand Up @@ -52,6 +51,8 @@ The default config is as follows:

```json
{
"showUser": true,
"showSep": true,
"showMem": true,
"showTotalCPUCores": true,
"showTotalCPUThreads": true,
Expand All @@ -60,18 +61,32 @@ The default config is as follows:
"showWindowsVersion": true,
"showBios": true,
"showBaseboard": true,
"showAscii": true
"showAscii": true,
"useDefaultColors": true,
"asciiValue": "Blue",
"userColor": "Red",
"sepColor": "Red",
"titleColor": "Green",
"infoColor": "White",
"titles": {
"memory": "Memory",
"cpuCores": "CPU Cores",
"cpuThreads": "CPU Threads",
"gpus": "GPU #",
"diskSize": "Disk Size",
"windowsVersion": "Windows Ver.",
"bios": "BIOS",
"baseboard": "Baseboard"
}
}
```

Currently you can only decide what to display in the Winfetch prompt.


## Dependencies

[ghw](https://github.com/jaypipes/ghw) - Hardware/System Information

[fatih/color](https://github.com/fatih/color) - Color Printing To Terminal
[xterm-256](https://github.com/gilliek/go-xterm256) - Color Printing To Terminal

[neofetch](https://github.com/dylanaraps/neofetch) - Inspiration and Ascii Art

Expand Down

0 comments on commit 6222cd3

Please sign in to comment.