summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSean E. Russell <seanerussell@gmail.com>2018-12-26 22:06:55 -0600
committerSean E. Russell <seanerussell@gmail.com>2018-12-26 23:15:44 -0600
commit5ee4b4a978f3b27513b680fe3297cb7bea7bcb1e (patch)
tree126eac7115a40328d3446def6f4a7afb0b46305e /README.md
parent7b77956fee4cd22b36fe5ba63a2aefa0304d567b (diff)
Adds battery support
Cleans up mod file; adds flag for battery. Adds documentation; fixes missing color sets for battery.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0f667e2..c1393de 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ Another terminal based graphical activity monitor, inspired by [gtop](https://gi
<img src="./assets/demo.gif" />
<img src="./assets/minimal.png" width="96%" />
+<img src="./assets/battery.png"/>
</div>
@@ -95,6 +96,7 @@ To make a custom colorscheme, check out the [template](./colorschemes/template.g
`-v`, `--version` Show version.
`-p`, `--percpu` Show each CPU in the CPU widget.
`-a`, `--averagecpu` Show average CPU in the CPU widget.
+`-b`, `--battery` Show battery level (defaults to false, `minimal` turns off)
## Building deb/rpms
@@ -118,6 +120,7 @@ This will place the built packages into the `dist` folder.
- [termbox](https://github.com/nsf/termbox-go)
- [gopsutil](https://github.com/shirou/gopsutil)
- [goreleaser](https://github.com/goreleaser/goreleaser)
+- [battery](https://github.com/distatus/battery)
## Stargazers over time