mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 04:17:33 +00:00
bump svn revision to 1.4.7-svnNNNN
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@901 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
6b553ec7de
commit
4d4eb2420b
40
README
40
README
@ -651,6 +651,44 @@ VARIABLES
|
||||
scale is non-zero, it becomes the scale for the graph.
|
||||
|
||||
|
||||
wireless_essid net
|
||||
Wireless access point ESSID (Linux only)
|
||||
|
||||
|
||||
wireless_mode net
|
||||
Wireless mode (Managed/Ad-Hoc/Master) (Linux only)
|
||||
|
||||
|
||||
wireless_bitrate net
|
||||
Wireless bitrate (ie 11 Mb/s) (Linux only)
|
||||
|
||||
|
||||
wireless_ap net
|
||||
Wireless access point MAC address (Linux only)
|
||||
|
||||
|
||||
wireless_link_qual net
|
||||
Wireless link quality (Linux only)
|
||||
|
||||
|
||||
wireless_link_qual_max net
|
||||
Wireless link quality maximum value (Linux only)
|
||||
|
||||
|
||||
wireless_link_qual_perc net
|
||||
Wireless link quality in percents (Linux only)
|
||||
|
||||
|
||||
wireless_link_bar (height), (width) net
|
||||
Wireless link quality bar (Linux only)
|
||||
|
||||
|
||||
rss url delay_in_minutes action item_num
|
||||
Download and parse RSS feeds. Action may be one of the follow-
|
||||
ing: feed_title, item_title (with num par), item_desc (with num
|
||||
par) and item_titles.
|
||||
|
||||
|
||||
else Text to show if any of the above are not true
|
||||
|
||||
|
||||
@ -1358,4 +1396,4 @@ AUTHORS
|
||||
|
||||
|
||||
|
||||
2006-05-13 conky(1)
|
||||
2007-08-08 conky(1)
|
||||
|
@ -3,8 +3,8 @@ dnl $Id$
|
||||
dnl major, minor and micro version macros.
|
||||
m4_define([conky_version_major], [1])
|
||||
m4_define([conky_version_minor], [4])
|
||||
m4_define([conky_version_micro], [6])
|
||||
m4_define([conky_version_tag], []) dnl [] for releases
|
||||
m4_define([conky_version_micro], [7])
|
||||
m4_define([conky_version_tag], [svn]) dnl [] for releases
|
||||
m4_define([conky_version_revision],[r@REVISION@])
|
||||
m4_define([conky_version],
|
||||
[conky_version_major().conky_version_minor().conky_version_micro()ifelse(
|
||||
|
@ -5,7 +5,7 @@
|
||||
\\$2 \(la\\$1\(ra\\$3
|
||||
..
|
||||
.if \n(.g .mso www.tmac
|
||||
.TH conky 1 2007-08-08 "" ""
|
||||
.TH conky 1 2007-08-08
|
||||
.SH NAME
|
||||
conky \- A system monitor for X originally based on the torsmo code, but more kickass. It just keeps on given'er. Yeah.
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
Reference in New Issue
Block a user