From 88f2d5ce7ac7757232242a3ba85a29e7450c4c73 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Thu, 28 Jul 2005 04:51:33 +0000 Subject: [PATCH] updated docs + todo git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@23 7f574dfc-610e-0410-a909-a81674777703 --- README | 3 +++ TODO | 1 - conkyrc.sample | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index d8ef1189..32ed1f16 100644 --- a/README +++ b/README @@ -247,6 +247,9 @@ mpd_status Playing, stopped, et cetera. mpd_title Title of current MPD song mpd_vol MPD's volume + mpd_elapsed Song's elapsed time + mpd_length Song's length + mpd_percent Percent of song's progress new_mails Unread mail count in mail spool. nodename Hostname outlinecolor (color) Change outline color diff --git a/TODO b/TODO index f42a4f98..878c8e25 100644 --- a/TODO +++ b/TODO @@ -1,2 +1 @@ * add $graph like $bar, for net and cpu and whatever else - * add the rest of the mpd stuff, such as track length, time elapsed, percent, et cetera diff --git a/conkyrc.sample b/conkyrc.sample index 4d251b2a..3bd621d3 100644 --- a/conkyrc.sample +++ b/conkyrc.sample @@ -229,6 +229,9 @@ metar_station CYBW # mpd_status Playing, stopped, et cetera. # mpd_title Title of current MPD song # mpd_vol MPD's volume +# mpd_elapsed Song's elapsed time +# mpd_length Song's length +# mpd_percent Percent of song's progress # new_mails Unread mail count in mail spool. # nodename Hostname # outlinecolor (color) Change outline color