Changed from 'litefetch' to uwufetch, for the memes

This commit is contained in:
TheDarkBug 2021-03-05 10:45:11 +01:00
parent b10a854d9b
commit 0a69bfe366
4 changed files with 8 additions and 10 deletions

View file

@ -1,4 +1,4 @@
NAME = litefetch
NAME = owofetch
FILES = main.c
FLAGS = -O3 -Wall -Wextra
INSTALL_DIR = /usr/bin/

View file

@ -1,6 +1,6 @@
# LiteFetch
# OwoFetch
A lite system info tool for Linux.
A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
## Currently supported distros
@ -11,15 +11,15 @@ Arch Linux.
To install you can type this commands in the terminal:
```shell
git clone https://github.com/TheDarkBug/litefetch.git
cd litefetch
git clone https://github.com/TheDarkBug/owofetch.git
cd owofetch
make install
```
To uninstall (this will also remove the repository folder):
```shell
cd litefetch
cd owofetch
make uninstall
```
@ -27,6 +27,4 @@ make uninstall
This program is provided under the [GPL-3.0 License](https://github.com/TheDarkBug/litefetch/LICENSE).
## Credits
[ufetch](https://gitlab.com/jschx/ufetch/): ASCII Distro logos (with some edits by me)
#

2
main.c
View file

@ -60,7 +60,7 @@ int main() {
printf("%s /\\ %s%sOS %s%s\n", BLUE, NORMAL, BOLD, NORMAL, version_name);
printf("%s / \\ %s%sKERNEL %s%s %s\n", BLUE, NORMAL, BOLD, NORMAL, sys_var.release, sys_var.machine);
printf("%s /\\ \\ %s%sCPU %s%s\n", BLUE, NORMAL, BOLD, NORMAL, cpu_model);
printf("%s / \\ %s%sRAM %s%iM/%iM\n", BLUE, NORMAL, BOLD, NORMAL, ram_used, ram_max);
printf("%s / ~owo~\\ %s%sRAM %s%iM/%iM\n", BLUE, NORMAL, BOLD, NORMAL, ram_used, ram_max);
printf("%s / __ \\ %s%sSHELL %s%s\n", BLUE, NORMAL, BOLD, NORMAL, shell);
printf("%s / __| |__-\\ %s%sPKGS %s%s%d\n", BLUE, NORMAL, BOLD, NORMAL, NORMAL, pkgman());
printf("%s /_-'' ''-_\\ %s%sUPTIME %s%lid, %lih, %lim\n", BLUE, NORMAL, BOLD, NORMAL, sys.uptime/60/60/24, sys.uptime/60/60%24, sys.uptime/60%60);

BIN
owofetch Executable file

Binary file not shown.