1.4 KiB
1.4 KiB
Neofetch 1.4
- Renamed
fetch
toneofetch
. Thanks for voting. - Fetch now has a man page. (man neofetch) Thanks @konimex
Packages
- Added Debian/Ubuntu package. Thanks @dawidd6
Info
Battery<br >
- Added support for NetBSD
Song<br >
- [Linux] Added support for Spotify.
Birthday<br >
- Added
--birthday_format
and$birthday_format
to change the date format of the<br > birthday function. The flag uses thedate
cmd's format options so seeman date
<br > for a list.
Example:
neofetch --birthday_format "%D"
neofetch --birthday_format "%a %d %b %Y %l:%M %p"
neofetch --birthday_format "%c"
Ascii
- Added small ascii logo variants for Arch, Crux and Gentoo.
- Added new flag/option
ascii_logo_size
that takes the valuesnormal
andsmall
. - Optimized all ascii art fixing all leading whitespace issues.
Example of small ascii logo:
Stdout
- Don't create config file when using
--stdout
. - Reimplent
--stdout_separator
and$stdout_separator
which 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 " | "