From 0fb45e6fa80575ccaaf630b237bb5882352288bc Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 13 Mar 2016 09:22:00 +1100 Subject: [PATCH] Changelog --- 1.5.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/1.5.md b/1.5.md index abd9d018..140c3742 100644 --- a/1.5.md +++ b/1.5.md @@ -5,11 +5,19 @@ ### Progress Bars +This has finally been merged to master, thanks to **[@iandrewt](https://github.com/iandrewt)** for helping +me finish up with this PR. + ![bars](https://ipfs.pics/ipfs/Qmbj8S7pi4CVw12XTawtRwRpLvkiZ9cxRxCUPMLQ1Nhhkb) -- Added progress bar support to CPU, Memory, Disk, Battery. Thanks **[@iandrewt](https://github.com/iandrewt)** -- Added `cpu_display`, `memory_display`, `disk_display` and `battery_display` which allow you to customize
-where or if the progress bar will appear. +- Added progress bar support to CPU, Memory, Disk, Battery. +- Added `progress_char` which allows you to change the character used when drawing the bars. +- Added `progress_length` which allows you to set the max length in spaces of the bars. +- Added `progress_elapsed_color` which sets the elapsed color. +- Added `progress_total_color` which sets the total color. +- Added `--progress_colors` which takes two color values: `elapsed`, `total`. +- Added `cpu_display`, `memory_display`, `disk_display` and `battery_display` which allow you
+to customize where or if the progress bar will appear. - Takes these values: `info`, `bar`, `infobar`, `barinfo` ### OS @@ -28,8 +36,9 @@ where or if the progress bar will appear. - Only display usage of local disks. **CPU**
-- Add `cpu_shorthand` to shorten the output of CPU. Thanks **[@iandrewt](https://github.com/iandrewt)** +- Added `cpu_shorthand` to shorten the output of CPU. Thanks **[@iandrewt](https://github.com/iandrewt)** - Takes these values: `name`, `speed`, `tiny`, `on`, `off` +- Added the ability to print the CPU Usage by using `cpu_display="info"` or `--cpu_display off info`. **GPU**
- Added new `tiny` option to `gpu_shorthand` to further shorten the GPU output. Thanks **[@iandrewt](https://github.com/iandrewt)**