Update README.md

This commit is contained in:
Linus Dierheimer
2022-08-28 18:34:54 +02:00
committed by GitHub
parent 136f73ea0b
commit f4e777f3d2
+7 -11
View File
@@ -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