neofetch/1.4.md

44 lines
1.4 KiB
Markdown
Raw Normal View History

2016-02-28 01:44:45 +01:00
# Neofetch 1.4
- Renamed `fetch` to `neofetch`. Thanks for voting.
2016-02-27 10:25:39 +01:00
2016-02-28 11:01:12 +01:00
### Packages
- Added Debian/Ubuntu package. Thanks [@dawidd6](https://github.com/dawidd6)
2016-02-28 11:01:27 +01:00
2016-02-27 10:25:39 +01:00
### Info
2016-03-03 00:12:21 +01: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-03 00:41:13 +01:00
- Added `--progress_length` to change the length of the progress bars.
2016-03-03 00:12:21 +01:00
- Added `--progress_colors` to color the progress bars.
- Added `$progress_color_elapsed` and `$progress_color_total` config options.
2016-03-03 00:41:13 +01: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 10:25:39 +01:00
**Battery**<br \>
- Added support for NetBSD
2016-03-03 01:52:39 +01:00
- Added `--battery_bar` and `$battery_bar` to enable/disable displaying a progress bar in<br \>
the output.
**Disk**:<br \>
- Added `--disk_bar` and `$disk_bar` to enable/disable displaying a progress bar in<br \>
2016-03-03 01:09:40 +01:00
the output.
2016-02-27 23:19:22 +01:00
2016-02-28 11:36:25 +01: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 23:42:29 +01:00
- Optimized all ascii art fixing all leading whitespace issues.
2016-02-28 11:36:25 +01:00
2016-02-27 23:19:22 +01:00
### Stdout
- Don't create config file when using `--stdout`.