HOLY FUCKIJNG SHIT BINARY DOWNLOAD11!!!!1!!111!!!!11!1!

This commit is contained in:
echo 2022-11-24 13:44:47 +03:30
parent 0be8f3f23b
commit 849bb1286f

View file

@ -25,10 +25,12 @@ after you decided that you have enough brain damage to use this mess, you can cl
after cloning this mess, you can either run it (`go run main.go`) or install it (`go install main.go`) which will add it to your /usr/bin after cloning this mess, you can either run it (`go run main.go`) or install it (`go install main.go`) which will add it to your /usr/bin
...or you can use <a href="https://nightly.link/exhq/neOwOfetch/workflows/build/main/artifact.zip"> this link</a> to get a binary of the most recent commit
<h1 align="center">customizibility</h1> <h1 align="center">customizibility</h1>
after running the program for the first time, there should be two files in `~/.config/neowofetch/` after running the program for the first time, there should be two files in `~/.config/neowofetch/`
### conf file ### conf file
`conf` is the layout of the information. `conf` is the layout of the information.
@ -37,7 +39,6 @@ the syntax is `print/info */bold/bold|blue info/text`
examples: examples:
`println italic|blue hello world` this would print an italic blue "hello world" that ends with a new line. (if you dont want the newline, replace `println` with `print`) `println italic|blue hello world` this would print an italic blue "hello world" that ends with a new line. (if you dont want the newline, replace `println` with `print`)
`info bold|yellow|nouwu GPU` this would print out your GPU in a bold yellow color without uwuifying. NOTICE: not all fonts support bold/italic `info bold|yellow|nouwu GPU` this would print out your GPU in a bold yellow color without uwuifying. NOTICE: not all fonts support bold/italic
### colors file ### colors file
@ -57,4 +58,5 @@ blue 0 0 255
`--noconf` instead of using the config file, itll use a built-in default config `--noconf` instead of using the config file, itll use a built-in default config
`--nocolorconf` ....do i reallt have to explain the differences? `--nocolorconf` ....do i reallt have to explain the differences?
`--16color` fallbacks to terminal's configuration instead of relying on terminal RGB support `--16color` fallbacks to terminal's configuration instead of relying on terminal RGB support
<p align="center">jokes aside, the asciiarts are from uwufetch, all credits go to them.</p> <p align="center">jokes aside, the asciiarts are from uwufetch, all credits go to them.</p>