fetchml uses HTML templates to display output of system information.
It is super-easy to customize with a little HTML and CSS knowledge.
You need to install imgkit
via pip.
wkhtmltopdf
and neofetch
via your package manager.
feh
is optional.
git clone https://github.com/widkit/fetchml
to clone the repository to your internal storage.
cd fetchml
to change-directory to fetchml folder.
run python3 main.py
You can edit the index.html file in the fetchml/index.html
.
Edit index.html
to your likings. Some features may not be supported due to wkhtmltopdf.
PS: You have to use internal CSS in a <style>
tag due to wkhtmltopdf restrictions.
too lazy to fix tho