a combination of neofetch and uwufetch written in go*
208c40c19e
Before, as my system is configured with LANG=fr_FR so, lshw would output in french, and the program couldn't find the right strings in the output, and so, my GPU wasn't properly detected. There may be other instances of similar issues in the code, but for now, everything shows up correctly for me. |
||
---|---|---|
res | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
uwufetch.c |
UwUFetch
A meme system info tool for (almost) all your Linux/Unix-based systems, based on nyan/UwU trend on r/linuxmasterrace.
Currently supported distros
Nyalpine, Nyarch Linuwu, Nyartix Linuwu, Debinyan, Fedowa, GentOwO, Miwint, Myanjawo, Pop OwOs, RaspNyan, UwUntu, and OwOid; Plus Nyandroid; FweeBSD, and OwOpenBSD.
Building and installation
Requisites
viu to use images instead of ascii art.
lshw to get gpu info.
Via package manager
Right now, the package is only available on the AUR:
Via source
To install UwUfetch from the source, type these commands in the terminal:
git clone https://github.com/TheDarkBug/uwufetch.git
cd uwufetch
make build
sudo make install
To uninstall:
cd uwufetch
sudo make uninstall
Make options:
make build # builds uwueftch
make debug # use for debug
make install # installs uwufetch (needs root permissons)
make uninstall # uninstalls uwufetch (needs root permissons)
make termux # build and install for termux
make termux_uninstall # uninstall for termux
Images
License
This program is provided under the GPL-3.0 License.