neofetch/1.4.md

38 lines
1.2 KiB
Markdown
Raw Normal View History

2016-02-28 00:44:45 +00:00
# Neofetch 1.4
- Renamed `fetch` to `neofetch`. Thanks for voting.
2016-02-27 09:25:39 +00:00
2016-02-28 10:01:12 +00:00
### Packages
- 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
2016-03-02 23:12:21 +00:00
- Added the ability to print certain info as a progress bar.
- Added `--progress_char` and `$progress_char` to set the character the progress bars<br \>
will be drawn with.
2016-03-02 23:41:13 +00:00
- Added `--progress_length` to change the length of the progress bars.
2016-03-02 23:12:21 +00:00
- Added `--progress_colors` to color the progress bars.
- Added `$progress_color_elapsed` and `$progress_color_total` config options.
2016-03-02 23:41:13 +00:00
**CPU Usage**<br \>
- Added `cpu_usage` function which prints your current cpu usage.
- Added `--cpu_usage_bar` and `$cpu_usage_bar` to enable/disable displaying a progress<br \>
bar in the output.
**Memory**<br \>
- Added `--memory_bar` and `$memory_bar` to enable/disable displaying a progress bar in<br \>
the output.
2016-02-27 09:25:39 +00:00
**Battery**<br \>
- Added support for NetBSD
2016-02-27 22:19:22 +00:00
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-02-27 22:19:22 +00:00
### Stdout
- Don't create config file when using `--stdout`.