diff --git a/default.config b/default.config index 47157a5..204c658 100644 --- a/default.config +++ b/default.config @@ -6,7 +6,7 @@ os=true host=true kernel=true cpu=true -gpu=true +gpu=0 ram=true resolution=true shell=true diff --git a/uwufetch.1 b/uwufetch.1 index 43e56fd..14f6bf3 100644 --- a/uwufetch.1 +++ b/uwufetch.1 @@ -21,16 +21,23 @@ prints the logo as ascii text (default) you can change config path .TP .B -d --distro -you can choose the logo to print by the distro name +lets you choose the logo to print based on the distribution name .TP .B -h --help -prints a help page +prints the help page .TP .B -i --image prints image instead of ascii logo uses a custom image if one is provided (disabled on iOS) +works in most terminals, read README.md for more info .TP .B -l --list prints a list of all supported distributions +.TP +.B -v --version +prints the current uwufetch version +.TP +.B -w --write-cache writes to the cache file (~/.cache/uwufetch.cache) +prints the current uwufetch version .SH CONFIGURATION The system-wide config file is /etc/uwufetch/config, and you can use it to configure uwufetch globally or as a template for your own config. The user config file is located in $HOME/.config/uwufetch/config (you need to create it), but you can change the path by using the \fB--config\fR option. @@ -38,14 +45,14 @@ The user config file is located in $HOME/.config/uwufetch/config (you need to cr .SH EXAMPLE .EX distro=arch -image="~/Pictures/picture.png" -ascii=false +image=~/Pictures/picture.png +ascii=true user=true os=true host=true kernel=true cpu=true -gpu=false +gpu=0 ram=true resolution=true shell=true @@ -96,8 +103,8 @@ WinyandOwOws \fBwindows\fR .SH EXAMPLES .EX uwufetch -d arch # uses ascii Arch logo -uwufetch --custom some_image.png # prints custom image (no full path is needed) -uwufetch -i -d artix # uses Artix image logo (which is also uwu) +uwufetch -i some_image.png # prints custom image (no full path is needed) +uwufetch -id artix # uses Artix image logo (which is also uwu) .EE .SH DEPENDENCIES .TP 8 diff --git a/uwufetch.1.gz b/uwufetch.1.gz index 8a5bf64..d6e008d 100644 Binary files a/uwufetch.1.gz and b/uwufetch.1.gz differ