mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 04:22:32 +00:00
829 B
829 B
Neofetch 1.4
- Renamed
fetchtoneofetch. Thanks for voting.
Packages
- Added Debian/Ubuntu package. Thanks @dawidd6
Info
Battery<br >
- Added support for NetBSD
Ascii
- Added small ascii logo variants for Arch, Crux and Gentoo.
- Added new flag/option
ascii_logo_sizethat takes the valuesnormalandsmall. - Optimized all ascii art fixing all leading whitespace issues.
Stdout
- Don't create config file when using
--stdout. - Reimplent
--stdout_separatorand$stdout_separatorwhich allow you to change<br > the separator between the info.
Example:
# Display memory, battery and disk in a single line separated by " | "
# This output can then be used in lemonbar etc.
neofetch --stdout memory battery disk --stdout_separator " | "