mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 12:27:52 +00:00
bumping for 1.4.6 release
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@891 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
7793867d6b
commit
7810b1e2b4
@ -1,6 +1,7 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
2007-08-05
|
2007-08-05
|
||||||
|
* Conky 1.4.6 released
|
||||||
* Updated to libmpdclient 0.13.0
|
* Updated to libmpdclient 0.13.0
|
||||||
* Added 'post_21_kernel' config param to specify kernels 2.6.22 and newer
|
* Added 'post_21_kernel' config param to specify kernels 2.6.22 and newer
|
||||||
so i2c works properly
|
so i2c works properly
|
||||||
|
6
README
6
README
@ -345,6 +345,10 @@ CONFIGURATION SETTINGS
|
|||||||
Print text to stdout.
|
Print text to stdout.
|
||||||
|
|
||||||
|
|
||||||
|
post_21_kernel
|
||||||
|
Set to yes if you have Linux kernel 2.6.22 or newer
|
||||||
|
|
||||||
|
|
||||||
pad_percents
|
pad_percents
|
||||||
Pad percentages to this many decimals (0 = no padding)
|
Pad percentages to this many decimals (0 = no padding)
|
||||||
|
|
||||||
@ -974,7 +978,7 @@ VARIABLES
|
|||||||
Playing, stopped, et cetera.
|
Playing, stopped, et cetera.
|
||||||
|
|
||||||
|
|
||||||
mpd_title
|
mpd_title (max length)
|
||||||
Title of current MPD song
|
Title of current MPD song
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ dnl major, minor and micro version macros.
|
|||||||
m4_define([conky_version_major], [1])
|
m4_define([conky_version_major], [1])
|
||||||
m4_define([conky_version_minor], [4])
|
m4_define([conky_version_minor], [4])
|
||||||
m4_define([conky_version_micro], [6])
|
m4_define([conky_version_micro], [6])
|
||||||
m4_define([conky_version_tag], [svn]) dnl [] for releases
|
m4_define([conky_version_tag], []) dnl [] for releases
|
||||||
m4_define([conky_version_revision],[r@REVISION@])
|
m4_define([conky_version_revision],[r@REVISION@])
|
||||||
m4_define([conky_version],
|
m4_define([conky_version],
|
||||||
[conky_version_major().conky_version_minor().conky_version_micro()ifelse(
|
[conky_version_major().conky_version_minor().conky_version_micro()ifelse(
|
||||||
|
@ -336,6 +336,10 @@ of window can be useful for certain situations.
|
|||||||
\fB\*(T<\fBout_to_console\fR\*(T>\fR
|
\fB\*(T<\fBout_to_console\fR\*(T>\fR
|
||||||
Print text to stdout.
|
Print text to stdout.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
\fB\*(T<\fBpost_21_kernel\fR\*(T>\fR
|
||||||
|
Set to yes if you have Linux kernel 2.6.22 or newer
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fB\*(T<\fBpad_percents\fR\*(T>\fR
|
\fB\*(T<\fBpad_percents\fR\*(T>\fR
|
||||||
Pad percentages to this many decimals (0 = no padding)
|
Pad percentages to this many decimals (0 = no padding)
|
||||||
@ -893,7 +897,7 @@ Bitrate of current song
|
|||||||
Playing, stopped, et cetera.
|
Playing, stopped, et cetera.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fB\*(T<\fBmpd_title\fR\*(T>\fR
|
\fB\*(T<\fBmpd_title\fR\*(T>\fR \*(T<\fB(max length)\fR\*(T>
|
||||||
Title of current MPD song
|
Title of current MPD song
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
Reference in New Issue
Block a user