Neofetch
Neofetch
Neofetch
NEOFETCH(1)
NAME
neofetch - simple system information script
SYNOPSIS
neofetch [Optional Flags]
DESCRIPTION
neofetch is a script that gathers information about your system and prints
it to the terminal next to an image, a distro's
logo or any ASCII art of your choice.
OPTIONS
--disable 'infoname'
Allows you to disable an info line from appearing in the output.
NOTE: You can supply multiple args. eg.
´neofetch --disable cpu gpu disk shell´
NOTE: The arguments must all be lowercase.
--os_arch 'on/off'
Hide/Show OS architecture.
--speed_type 'type'
Change the type of cpu speed to display.
Possible values: current, min, max, bios, scaling_current,
scaling_min, scaling_max
NOTE: This only support Linux with cpufreq.
--cpu_shorthand 'type'
Shorten the output of CPU
Possible values: name, speed, tiny, on, off
--cpu_cores 'logical/physical/off'
Whether or not to display the number of CPU cores
Note: 'physical' doesn't work on BSD.
--cpu_speed 'on/off'
Hide/Show cpu speed.
--cpu_temp 'on/off'
Hide/Show cpu temperature.
NOTE: This only works on Linux and BSD.
NOTE: For FreeBSD-based systems, you need to enable coretemp kernel
module.
--distro_shorthand 'on/off'
Shorten the output of distro (tiny, on, off)
NOTE: This option won't work in Windows (Cygwin)
--kernel_shorthand 'on/off'
Shorten the output of kernel
NOTE: This option won't work in BSDs (except PacBSD and PC-BSD)
--uptime_shorthand 'on/off'
Shorten the output of uptime (tiny, on, off)
--refresh_rate 'on/off'
Whether to display the refresh rate of each monitor
Note: Unsupported on Windows
--gpu_brand on/off
Enable/Disable GPU brand in output. (AMD/NVIDIA/Intel)
--gtk_shorthand 'on/off'
Shorten output of gtk theme/icons
--gtk2 'on/off'
Enable/Disable GTK2 theme/icons output
--gtk3 'on/off'
Enable/Disable gtk3 theme/icons output
--shell_path 'on/off'
Enable/Disable showing $SHELL path
--shell_version 'on/off'
Enable/Disable showing $SHELL version
--ip_host 'url'
URL to query for public IP
--song_shorthand 'on/off'
Print the Artist/Title on seperate lines
--birthday_shorthand 'on/off'
Shorten the output of birthday
--birthday_time 'on/off'
Enable/Disable showing the time in birthday output
--birthday_format 'format'
Format the birthday output. (Uses 'date' cmd format)
TEXT FORMATTING
--colors x x x x x x
Changes the text colors in this order: title, @, underline, subtitle,
colon, info
--underline on/off
enable/disable the underline.
--underline_char 'char'
Character to use when underlining title
--bold 'on/off'
Enable/Disable bold text
--prompt_height 'num'
Set this to your prompt height to fix issues with the text going off
screen at the top
COLOR BLOCKS
--color_blocks 'on/off'
Enable/Disable the color blocks
--block_width 'num'
Width of color blocks in spaces
--block_height 'num'
Height of color blocks in lines
BARS
--bar_char 'elapsed char' 'total char'
Characters to use when drawing bars.
--bar_border on/off
Whether or not to surround the bar with '[]'
--bar_length 'num'
Length in spaces to make the bars.
--cpu_display 'mode'
Bar mode.
Takes: bar, infobar, barinfo, off
--memory_display 'mode'
Bar mode.
Takes: bar, infobar, barinfo, off
--battery_display 'mode'
Bar mode.
Takes: bar, infobar, barinfo, off
--disk_display 'mode'
Bar mode.
Takes: bar, infobar, barinfo, off
IMAGE
--image 'type'
Image source. Where and what image we display.
Possible values: wall, ascii, /path/to/img, /path/to/dir/, off
--size 'size'
How to size the image.
Possible values: auto, 00px, 00%, none
--crop_mode 'mode'
Which crop mode to use
Takes the values: normal, fit, fill
--crop_offset 'value'
Change the crop offset for normal mode.
Possible values: northwest, north, northeast, west, center, east,
southwest, south, southeast
--xoffset 'value'
How close the image will be to the left edge of the window in pixel.
This only works with w3m.
--yoffset 'value'
How close the image will be to the top edge of the window. This only
works with w3m.
--bg_color 'color'
Background color to display behind transparent image. This only
works with w3m.
--gap 'num'
Gap between image and text.
NOTE: --gap can take a negative value which will move the text closer
to the left side.
--clean
Delete cached files and thumbnails.
ASCII
--ascii 'value'
Where to get the ASCII from
Possible values: distro, /path/to/ascii
--ascii_colors x x x x x x
Colors to print the ASCII art
--ascii_distro 'distro'
Which Distro´s ASCII art to print
NOTE: Arch and Ubuntu have 'old' logo varients.
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
NOTE: Ubuntu has flavor varients.
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME' or 'Ubuntu-
Budgie' to use the flavors.
--ascii_logo_size 'size'
Size of ascii logo. Supported distros: Arch, Gentoo, Crux, OpenBSD.
Possible values: small, normal
--ascii_bold 'on/off'
Whether or not to bold the ascii logo.
--logo | -L
Hide the info text and only show the ascii logo.
SCREENSHOT
--scrot 'path'
Take a screenshot, if path is left empty the screenshot function will
use $scrot_dir and $scrot_name.
--image_host 'host'
Website to upload scrots to. Takes: imgur, teknik
--scrot_cmd 'cmd'
Screenshot program to launch
OTHER
--config 'path'
Specify a path to a custom config file
--config none
Launch the script without a config file
--help
--test Launch the script with all functions / options enabled. This
should only be used for testing purposes, ie
Travis.CI.
--version
Show neofetch version.
SEE ALSO
http://github.com/dylanaraps/neofetch
BUGS
Report bugs to <https://github.com/dylanaraps/neofetch/issues>
LICENSE
The MIT License (MIT)
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WAR‐
RANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPY‐
RIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
AUTHOR
Created by Dylan Araps.