mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-12 17:08:29 +00:00
conky 1.5.0
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1038 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
50d2cfa6ee
commit
e5efc6cbab
@ -1,6 +1,7 @@
|
||||
# $Id$
|
||||
|
||||
2008-03-22
|
||||
* Conky 1.5.0 released
|
||||
* Smapi review: improved code, fixed memleaks and smapi_bat_perc when
|
||||
using pad_percents.
|
||||
* Fixed spaced_print, so pad_percents should now work as expected.
|
||||
|
27
README
27
README
@ -821,6 +821,15 @@ VARIABLES
|
||||
goto x The next element will be printed at position 'x'.
|
||||
|
||||
|
||||
gw_iface
|
||||
Displays the default route's interface or "multiple"/"none" ac-
|
||||
cordingly.
|
||||
|
||||
|
||||
gw_ip Displays the default gateway's IP or "multiple"/"none" accord-
|
||||
ingly.
|
||||
|
||||
|
||||
hddtemp dev, (host,(port))
|
||||
Displays temperature of a selected hard disk drive as reported
|
||||
by the hddtemp daemon running on host:port. Default host is
|
||||
@ -953,6 +962,10 @@ VARIABLES
|
||||
$if_empty and the matching $endif
|
||||
|
||||
|
||||
if_gw if there is at least one default gateway, display everything be-
|
||||
tween $if_gw and the matching $endif
|
||||
|
||||
|
||||
if_running (process)
|
||||
if PROCESS is running, display everything $if_running and the
|
||||
matching $endif
|
||||
@ -999,9 +1012,18 @@ VARIABLES
|
||||
you will be prompted to enter the password when Conky starts.
|
||||
|
||||
|
||||
ioscheduler
|
||||
Prints the current ioscheduler used for the given disk name
|
||||
(i.e. e.g. "hda" or "sdb")
|
||||
|
||||
|
||||
kernel Kernel version
|
||||
|
||||
|
||||
laptop_mode
|
||||
The value of /proc/sys/vm/laptop_mode
|
||||
|
||||
|
||||
loadavg
|
||||
(1,2,3)> System load average, 1 is for past 1 minute, 2 for past
|
||||
5 minutes and 3 for past 15 minutes.
|
||||
@ -1104,6 +1126,11 @@ VARIABLES
|
||||
name, depending on whats available
|
||||
|
||||
|
||||
nameserver (index)
|
||||
Print a nameserver from /etc/resolv.conf. Index starts at and
|
||||
defaults to 0.
|
||||
|
||||
|
||||
new_mails (mailbox) (interval)
|
||||
Unread mail count in the specified mailbox or mail spool if not.
|
||||
Both mbox and maildir type mailboxes are supported.
|
||||
|
@ -311,7 +311,7 @@ AC_ARG_ENABLE([debug],
|
||||
[want_debug="$enableval"], [want_debug=no])
|
||||
|
||||
if test "x$want_debug" = "xyes" -a $ac_cv_c_compiler_gnu != no; then
|
||||
CFLAGS="$CFLAGS -g3"
|
||||
CFLAGS="$CFLAGS -g3 -Werror"
|
||||
AC_DEFINE([DEBUG], [], [Define for debugging])
|
||||
fi
|
||||
|
||||
|
10
doc/conky.1
10
doc/conky.1
@ -861,6 +861,10 @@ laptops's LCD (0-7).
|
||||
\fB\*(T<\fBif_empty\fR\*(T>\fR \*(T<\fB(var)\fR\*(T>
|
||||
if conky variable VAR is empty, display everything between $if_empty and the matching $endif
|
||||
|
||||
.TP
|
||||
\fB\*(T<\fBif_gw\fR\*(T>\fR
|
||||
if there is at least one default gateway, display everything between $if_gw and the matching $endif
|
||||
|
||||
.TP
|
||||
\fB\*(T<\fBif_running\fR\*(T>\fR \*(T<\fB(process)\fR\*(T>
|
||||
if PROCESS is running, display everything $if_running and the matching $endif
|
||||
@ -869,10 +873,6 @@ if PROCESS is running, display everything $if_running and the matching $endif
|
||||
\fB\*(T<\fBif_existing\fR\*(T>\fR \*(T<\fBfile (string)\fR\*(T>
|
||||
if FILE exists, display everything between if_existing and the matching $endif. The optional second paramater checks for FILE containing the specified string and prints everything between $if_existing and the matching $endif.
|
||||
|
||||
.TP
|
||||
\fB\*(T<\fBif_gw\fR\*(T>\fR
|
||||
if at least one default gateway exists, display everything between $if_gw and the matching $endif
|
||||
|
||||
.TP
|
||||
\fB\*(T<\fBif_mounted\fR\*(T>\fR \*(T<\fB(mountpoint)\fR\*(T>
|
||||
if MOUNTPOINT is mounted, display everything between $if_mounted and the matching $endif
|
||||
@ -894,7 +894,7 @@ Displays the number of messages in your global IMAP inbox by default. You can de
|
||||
Displays the number of unseen messages in your global IMAP inbox by default. You can define individual IMAP inboxes seperately by passing arguments to this object. Arguments are: "host user pass [-i interval] [-p port] [-e command]". Default port is 143, default interval is 5 minutes. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
|
||||
|
||||
.TP
|
||||
\fB\*(T<\fBioscheduler\fR\*(T>\fR \*(T<\fB(disk)\fR\*(T>
|
||||
\fB\*(T<\fBioscheduler\fR\*(T>\fR
|
||||
Prints the current ioscheduler used for the given disk name (i.e. e.g. "hda" or "sdb")
|
||||
|
||||
.TP
|
||||
|
Loading…
x
Reference in New Issue
Block a user