fixed errors in readme

master
Rachel Lambda Samuelsson 2021-01-28 16:13:45 +01:00
parent 246ea64e71
commit 8e84f1224b
1 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,14 @@
mpdart 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 Depends
------- -------
C compiler
make
libX11 libX11
libmpdclient libmpdclient
libim2 libim2
@ -21,11 +24,11 @@ Building
Usage Usage
----- -----
There are three flags: There are four flags:
mpdart -d musicdir -h host -p port -t timeout # timeout is milliseconds 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 mpdart -d ~/music