nausea

curses audio visualizer
git clone git://git.2f30.org/nausea
Log | Files | Refs | README | LICENSE

commit 17c4d7ac83b111e1d45add1fb8792714b6b448bf
parent e4a4e6f14e3d66ab9f67164cb287ee47e458514e
Author: sin <sin@2f30.org>
Date:   Mon, 18 Nov 2013 16:51:00 +0000

Update README for color support

Diffstat:
MREADME | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -22,4 +22,8 @@ Alternatively specify the path of your mpd fifo with: $ spectrum <path-to-fifo> +To try out spectrum with color support try: + + $ xterm -bg black -fa "Monospace:pixelsize=12" -e ./spectrum -c + Enjoy!