Add comparation between wayfetch and neofetch

This commit is contained in:
Biel Sala 2021-06-22 19:47:16 +02:00
parent 2d010ec6dd
commit 542a611e08
1 changed files with 12 additions and 0 deletions

View File

@ -43,6 +43,18 @@ Configuration
Wayfetch is configured using config.h. The first include defines which logo is used.
The order function defines the order of the entries. Simply change the order of the entries
```
$ time -p wayfetch &>/dev/null
real 0.01
user 0.00
sys 0.00
```
```
$ time -p neofetch &>/dev/null
real 0.53
user 0.28
sys 0.27
```
Performance
-----------