BatFetch is a command-line tool that displays detailed information about the battery of your device in a clean and organized way. The tool is inspired by pfetch, a popular command-line system information tool.
It provides information about the battery model, current charge level, power state, and health status. The tool also displays an ASCII art title that adds a touch of fun to the output.
Installation:
AUR:
yay -S batfetch
For manual instalation:
git clone https://github.com/ashish-kus/batfetch
cd batfetch && chmod +x batfetch
sudo cp ./batfetch /usr/bin/
exec $shell && batfetch
Top comments (0)