opmorgan / mfetch

Minimalist fetch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mfetch

A pfetch lookalike

mfetch is a tiny fetch script using less than 30 sloc!

$ grep -v '^$\|^#' mfetch | wc -l
28

Configuration and Customization

Assuming you use a ~/.xinitrc file to start your window manager everything should work out of the box. If anything doesn't work, then edit the script manually.

Configuration is done through editing the script. The script itself is well documented and easily edited.

About

Minimalist fetch

License:MIT License


Languages

Language:Shell 87.4%Language:Makefile 12.6%