Skip to content

Commit 6222cd3

Browse files
committed
Merge branch 'master' of github.com:M4cs/winfetch
2 parents 45728fb + b772c06 commit 6222cd3

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

README.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Winfetch is still extremely early in development. The configuration is minimal a
1313

1414
#### Planned Features:
1515

16-
- Customize Titles
17-
- Customize Colors
16+
- Load Custom ASCII Art
1817
- Scaling To Terminal Size
1918
- Display Images (Does Windows Terminal even support this??)
2019

@@ -52,6 +51,8 @@ The default config is as follows:
5251

5352
```json
5453
{
54+
"showUser": true,
55+
"showSep": true,
5556
"showMem": true,
5657
"showTotalCPUCores": true,
5758
"showTotalCPUThreads": true,
@@ -60,18 +61,32 @@ The default config is as follows:
6061
"showWindowsVersion": true,
6162
"showBios": true,
6263
"showBaseboard": true,
63-
"showAscii": true
64+
"showAscii": true,
65+
"useDefaultColors": true,
66+
"asciiValue": "Blue",
67+
"userColor": "Red",
68+
"sepColor": "Red",
69+
"titleColor": "Green",
70+
"infoColor": "White",
71+
"titles": {
72+
"memory": "Memory",
73+
"cpuCores": "CPU Cores",
74+
"cpuThreads": "CPU Threads",
75+
"gpus": "GPU #",
76+
"diskSize": "Disk Size",
77+
"windowsVersion": "Windows Ver.",
78+
"bios": "BIOS",
79+
"baseboard": "Baseboard"
80+
}
6481
}
6582
```
6683

67-
Currently you can only decide what to display in the Winfetch prompt.
68-
6984

7085
## Dependencies
7186

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

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

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

0 commit comments

Comments
 (0)