This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
neofetch/1.4.md

36 lines
979 B
Markdown

# Neofetch 1.4
- Renamed `fetch` to `neofetch`. Thanks for voting.
- Fetch now has a man page. (man neofetch) Thanks **[@konimex](https://github.com/konimex)**
### Packages
- Added Debian/Ubuntu package. Thanks **[@dawidd6](https://github.com/dawidd6)**
### Info
**Battery**<br \>
- Added support for NetBSD
**Song**<br \>
- [Linux] Added support for Spotify.
### Ascii
- Added small ascii logo variants for Arch, Crux and Gentoo.
- Added new flag/option `ascii_logo_size` that takes the values `normal` and `small`.
- Optimized all ascii art fixing all leading whitespace issues.
### 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:
```sh
# 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 " | "
```