2016-02-28 00:44:45 +00:00
|
|
|
# Neofetch 1.4
|
|
|
|
|
|
|
|
- Renamed `fetch` to `neofetch`. Thanks for voting.
|
2016-03-04 22:21:57 +00:00
|
|
|
- Fetch now has a man page. (man neofetch) Thanks **[@konimex](https://github.com/konimex)**
|
2016-02-27 09:25:39 +00:00
|
|
|
|
2016-02-28 10:01:12 +00:00
|
|
|
### Packages
|
|
|
|
|
2016-03-04 22:32:48 +00:00
|
|
|
- Added Debian/Ubuntu package. Thanks **[@dawidd6](https://github.com/dawidd6)**
|
2016-02-28 10:01:27 +00:00
|
|
|
|
2016-02-27 09:25:39 +00:00
|
|
|
### Info
|
|
|
|
|
|
|
|
**Battery**<br \>
|
|
|
|
- Added support for NetBSD
|
2016-02-27 22:19:22 +00:00
|
|
|
|
2016-03-04 01:55:54 +00:00
|
|
|
**Song**<br \>
|
|
|
|
- [Linux] Added support for Spotify.
|
|
|
|
|
2016-03-05 23:00:05 +00:00
|
|
|
**Birthday**<br \>
|
|
|
|
- Added `--birthday_format` and `$birthday_format` to change the date format of the<br \>
|
|
|
|
birthday function. The flag uses the `date` cmd's format options so see `man date`<br \>
|
|
|
|
for a list.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
neofetch --birthday_format "%D"
|
|
|
|
neofetch --birthday_format "%a %d %b %Y %l:%M %p"
|
|
|
|
neofetch --birthday_format "%c"
|
|
|
|
```
|
|
|
|
|
2016-03-05 23:16:25 +00:00
|
|
|
**Theme**<br \>
|
|
|
|
- Fix incorrect theme detection on Cinnamon.
|
|
|
|
|
2016-02-28 10:36:25 +00:00
|
|
|
### 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`.
|
2016-03-02 22:42:29 +00:00
|
|
|
- Optimized all ascii art fixing all leading whitespace issues.
|
2016-02-28 10:36:25 +00:00
|
|
|
|
2016-03-05 05:08:07 +00:00
|
|
|
Example of small ascii logo:
|
|
|
|
|
|
|
|
![CRUX](https://ipfs.pics/ipfs/QmSpadVHtBPRBUJEiiztqkXqfhE2fuGS5t8bzsbxWUYaXA)
|
|
|
|
|
2016-02-27 22:19:22 +00:00
|
|
|
### Stdout
|
|
|
|
- Don't create config file when using `--stdout`.
|
2016-03-03 20:58:57 +00:00
|
|
|
- Reimplent `--stdout_separator` and `$stdout_separator` which allow you to change<br \>
|
2016-03-03 20:58:20 +00:00
|
|
|
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 " | "
|
|
|
|
```
|