Changed from 'litefetch' to uwufetch, for the memes
This commit is contained in:
parent
b10a854d9b
commit
0a69bfe366
4 changed files with 8 additions and 10 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
NAME = litefetch
|
||||
NAME = owofetch
|
||||
FILES = main.c
|
||||
FLAGS = -O3 -Wall -Wextra
|
||||
INSTALL_DIR = /usr/bin/
|
||||
|
|
14
README.md
14
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)
|
||||
#
|
||||
|
|
2
main.c
2
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);
|
||||
|
|
BIN
owofetch
Executable file
BIN
owofetch
Executable file
Binary file not shown.
Loading…
Reference in a new issue