Simple Fetch written in Python
- Curl (optional for weather)
- Nerd Fonts (or a font with icons)
Clone this repository
git clone https://github.com/KotonBads/pyfetch.git
Either copy pyfetch.py
to $PATH
or make a symlink to it
ln /path/to/pyfetch.py/ ~/local/bin
cp /path/to/pyfetch.py/ ~/local/bin
or wherever you want to install it
pyfetch.py --thin # thin color blocks
pyfetch.py --thick # thick color blocks
no args # thin color blocks (default)
Since this is written in Python, this is easily hackable and can be modified to your liking. I might add a configuration file sooner or later depending if enough people actually want it.