summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-04-11 10:51:51 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-04-11 11:05:12 -0700
commit3bc4da4f962109478bda6e432de18c7a15891b0b (patch)
treeb8d4e8ad415a50954e3e379ec76f3540472a5166
parent2457910df9319e16b1503fefd54283bedd7d8e1e (diff)
Add logo
-rw-r--r--README.md5
-rw-r--r--media/logo.pngbin0 -> 13804 bytes
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0c2fad..406a37c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
-# gotop
+<div align="center">
+ <img src="https://github.com/cjbassi/gotop/blob/master/media/logo.png" width="20%" height="20%" />
+ <br><br>
+</div>
Another TUI graphical activity monitor, inspired by [gtop](https://github.com/aksakalli/gtop) and [vtop](https://github.com/MrRio/vtop), this time written in [Go](https://golang.org/)!
Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https://github.com/exrook/drawille-go), and a [fork](https://github.com/cjbassi/termui) of [termui](https://github.com/gizak/termui).
diff --git a/media/logo.png b/media/logo.png
new file mode 100644
index 0000000..ca8d5f1
--- /dev/null
+++ b/media/logo.png
Binary files differ