mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
Update README.md
This commit is contained in:
@@ -2,17 +2,13 @@
|
||||
|
||||
Fastfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for fetching system information and displaying them in a pretty way. It is written in c to achieve much better performance, in return only Linux and Android are supported. It also uses mechanisms like multithreading and caching to finish as fast as possible.
|
||||
|
||||
<div style="display: flex; flex-wrap: wrap">
|
||||
<div style="flex: 50%; max-width: 49%; margin: 4px">
|
||||
<img src="screenshots/example1.png" style="vertical-align: middle; width: 100%; margin: 4px"/>
|
||||
<img src="screenshots/example4.png" style="vertical-align: middle; width: 100%; margin: 4px"/>
|
||||
</div>
|
||||
<div style="flex: 50%; max-width: 49%; margin: 4px">
|
||||
<img src="screenshots/example2.png" style="vertical-align: middle; width: 100%; margin: 4px"/>
|
||||
<img src="screenshots/example3.png" style="vertical-align: middle; width: 100%; margin: 4px"/>
|
||||
<img src="screenshots/example5.png" style="vertical-align: middle; height: 15%; margin: 4px"/>
|
||||
</div>
|
||||
</div>
|
||||
<img src="screenshots/example1.png" width="49%" align="left" />
|
||||
<!-- Only way GFM seems to allow to make a margin... -->
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/2/24/Transparent_Square_Tiles_Texture.png" width="49%" height="16px" align="left" />
|
||||
<img src="screenshots/example4.png" width="49%" align="left" />
|
||||
<img src="screenshots/example2.png" width="49%" align="top" />
|
||||
<img src="screenshots/example3.png" width="49%" align="top" />
|
||||
<img src="screenshots/example5.png" height="15%" align="top" />
|
||||
|
||||
## Customization
|
||||
|
||||
|
||||
Reference in New Issue
Block a user