1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 18:45:10 +00:00

vim and docs

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@566 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2006-03-08 06:27:53 +00:00
parent 3609fe4bb5
commit fbfa58ad13
4 changed files with 49 additions and 37 deletions

5
README
View File

@ -746,6 +746,11 @@ VARIABLES
Prints the file name of the current MPD song Prints the file name of the current MPD song
mpd_smart
Prints the song name in either the form "artist - title" or file
name, depending on whats available
new_mails new_mails
Unread mail count in mail spool. Unread mail count in mail spool.

View File

@ -674,6 +674,10 @@ Prints the MPD name field
\fBmpd_file\fR \fBmpd_file\fR
Prints the file name of the current MPD song Prints the file name of the current MPD song
.TP
\fBmpd_smart\fR
Prints the song name in either the form "artist - title" or file name, depending on whats available
.TP .TP
\fBnew_mails\fR \fBnew_mails\fR
Unread mail count in mail spool. Unread mail count in mail spool.

View File

@ -838,7 +838,7 @@
<varlistentry> <varlistentry>
<term> <term>
<command><option>mpd_smart<option></command> <command><option>mpd_smart</option></command>
</term> </term>
<listitem> <listitem>
Prints the song name in either the form "artist - title" or file name, depending on whats available Prints the song name in either the form "artist - title" or file name, depending on whats available

View File

@ -184,6 +184,9 @@ syn keyword ConkyrcVarName contained nextgroup=ConkyrcNumber,ConkyrcColour skipw
\ mpd_percent \ mpd_percent
\ mpd_status \ mpd_status
\ mpd_title \ mpd_title
\ mpd_file
\ mpd_name
\ mpd_smart
\ mpd_vol \ mpd_vol
\ new_mails \ new_mails
\ nodename \ nodename