MyGit

1.7

dylanaraps/neofetch

版本发布时间: 2016-05-14 19:51:02

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

Hello, sorry this release took so long. I've been extremely busy with uni and haven't had as much time to work on neofetch.

As always, check the Following HEAD wiki page for all breaking changes this release.

I'm also looking for some new Readme screenshots, see this github issue: https://github.com/dylanaraps/neofetch/issues/245

Contributers

Thanks to the following people for contributing this release.

General

OS / Distro Support

iOS screenshot

Error Messages

Neofetch now supports displaying error messages and saving a verbose log for troubleshooting.

log

[1] Use neofetch -vv 2> file to save a verbose log for bug reporting.

Info

prin

# OLD Format
prin "Subtitle: Text goes here"

# NEW Format
prin "Subtitle" "Text goes here"

Title

Underline

# OLD Variable
underline="on"

# NEW Variable
underline_enabled="on"

Distro

CPU

GPU

Memory

Packages

Uptime

Desktop Environment

Window Manager Theme

Color Blocks

Ascii

Colors

[1] Neofetch tried to be smart before by assuming that the foreground color would be white or black. This caused issues for those setting the foreground color to red or etc. This change adds a new value for --colors and colors=() called fg which will set the color to your foreground color.

Progress Bars

# $progress_border on
[=====-----]

# $progress_border off
=====-----
# Examples with $progress_border on

# Elapsed: =
# Total: -
[=====-----]

# Elapsed: .
# Total: " "
[.....     ]

# Elapsed: /
# Total: " "
[/////     ]

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

查看:2016-05-14发行的版本