From 8e84f1224bea8afdb84a0a001ff79841b2e7b646 Mon Sep 17 00:00:00 2001 From: depsterr Date: Thu, 28 Jan 2021 16:13:45 +0100 Subject: [PATCH] fixed errors in readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c53a63d..abf7005 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ mpdart ====== -mpdart is a simple X application that displays the album art of the currently playing mpd song and lets you toggle play pause. It spends almost all of it's time idle and according to top it uses `0.0%` of my CPU and `0.1%` of my ram. +mpdart is a simple X application that displays the album art of the currently playing mpd song and lets you toggle play pause. It spends almost all of it's time idle and only uses `0.1%` of my RAM and `0.1%` of my CPU according to top. Depends ------- + C compiler + make + libX11 libmpdclient libim2 @@ -21,11 +24,11 @@ Building Usage ----- -There are three flags: +There are four flags: mpdart -d musicdir -h host -p port -t timeout # timeout is milliseconds -Though only -d is needed: +Though all but -d have default values: mpdart -d ~/music