MyGit

1.1

dylanaraps/neofetch

版本发布时间: 2016-02-07 13:13:52

dylanaraps/neofetch最新发布版本:7.1.0(2020-08-03 02:50:56)

Fetch 1.1 changelog

Over the past 10~ days over 190 more commits have been pushed to master and the script has had some big changes. Thanks to everyone who has contributed, you've been a big help.

screenfetch mode New screenfetch mode

[1] Setting $w3m_img_path will make the script look there first.

Image

Example usage of ascii from file:

fetch --ascii "path/to/ascii" --ascii_color 2

[1] How do I enable screenfetch mode? [2] ascii_colors takes a range of colors which allows you to color every aspect of distro and OS ascii art. For custom art the script will color the entirety of it using the first value of ascii_colors. If ascii_colors is left empty, color will be disabled.

Config file

[1] https://github.com/dylanaraps/fetch#using-the-config-file

Makefile

[1] The script will still work just fine on its own, you'll just be missing the distro ascii art and the automatic config creation.

Packages

Stdout

# Print the output of all info functions enabled in printinfo
fetch --stdout

# Print the output of memory
fetch --stdout memory

# Print the output of memory and disk
fetch --stdout disk

# Print the output of all functions excluding x
fetch --stdout --disable kernel packages gtktheme

# Hiding subtitles
fetch --stdout --stdout_subtitles off

# Custom separator
fetch --stdout disk gpu --stdout_separator "  |  "

NOTE: stdout_subtitles and stdout_title only work when --stdout is used on its own without any args.

Info

# Stop cpu, gpu, disk and shell functions from being called
fetch --disable cpu gpu disk shell

Kernel: Added --kernel_shorthand and $kernel_shorthand to print less or more kernel info Window Manager: Added support for $XINITRC GTK: Fix incorrect GTK3 theme being displayed CPU: cpu_shorthand: New substitutions GPU: [Linux] Count the number of identical GPUs. eg. Nvidia Geforce GTX 970 x 2 Memory: [Mac OS X] Added wired memory to memory usage.

Distro:

[1] You can toggle this using --os_arch and $os_arch. [2] You can toggle it using --osx_buildversion and $osx_buildversion.

Shell:

Birthday:

Battery:

# battery_shorthand="on"
Battery: 10%, 5%, 67%

# battery_shorthand="off"
Battery0: 10%
Battery1: 5%
Battery2: 67%

# If there's only a single battery in the system
# we ommit the numbered title.
Battery: 10%

相关地址:原始地址 下载(tar) 下载(zip)

查看:2016-02-07发行的版本