diff --git a/Makefile b/Makefile index 14e1cab..38e4ffd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -NAME = litefetch +NAME = owofetch FILES = main.c FLAGS = -O3 -Wall -Wextra INSTALL_DIR = /usr/bin/ diff --git a/README.md b/README.md index cb5f00b..86018e6 100644 --- a/README.md +++ b/README.md @@ -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) +# diff --git a/main.c b/main.c index 66f5291..a93692c 100644 --- a/main.c +++ b/main.c @@ -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); diff --git a/owofetch b/owofetch new file mode 100755 index 0000000..798ddd8 Binary files /dev/null and b/owofetch differ