Cesare Tirabassi
88ae603cf5
Add support for $desktop, $desktop_number and $desktop_name
...
Should work with any window manager that supports the
freedesktop.org Window Manager Specification
(see http://www.freedesktop.org/wiki/Specifications/wm-spec ).
I have tested succesfully with openbox but some more testing with other
wm would be needed!
Support is built-in; if it is not acceptable to loose cpu cycles for this
at every conky refresh step than it should be conditionally compiled.
2009-07-11 10:50:02 +02:00
Nikolas Garofil
b5ad154f1d
spelling: stable instead of stabe
2009-07-10 19:33:26 +02:00
Brenden Matthews
2fa5f97edb
A whole bunch of changes, mostly Lua related.
...
Improved Lua API (lua_read_parse has been removed in favour of the
conky_parse() Lua API call). The docs have been improved to reflect the
recent Lua API stuff as well. Introduced new Lua Cairo and Imlib2
bindings, which require the tolua++ tool. Fixed some other
miscellaneous doc related things.
2009-07-09 22:47:41 -06:00
Nikolas Garofil
9065d1f422
Added support for swapfree
2009-07-09 20:12:52 +02:00
Nikolas Garofil
59f678ecb6
added some extra info about the needed libs for compiling to docs.xml and added the url of the wiki to docs.xml
2009-07-07 15:02:29 +02:00
Cesare Tirabassi
1171ab38a5
Added support for $weather (experimental).
...
Download, parse and display METAR data from the NWS.
icao must be a valid icao for the required location
(see for instance https://pilotweb.nas.faa.gov/qryhtml/icao/ ).
data_type must be one of the following:
last_update : display the date (yyyy/mm/dd) and time (UTC)
of the last update.
temperature_C : display air temperature in degree Celsius.
temperature_F : display air temperature in degree Fahrenheit.
cloud_cover : display the highest cloud cover status.
pressure : display air pressure in millibar.
wind_speed : display wind speed in km/hour.
wind_dir : display wind direction.
wind_dir_DEG : display compass wind direction.
humidity : display relative humidity in %.
weather : display any relevant weather event (rain, snow, etc.).
delay_in_minutes (optional, default 30) cannot be lower than 30 min.
Up to 3 stations can be simultaneously queried.
Use --enable-weather to compile this in.
2009-07-07 00:20:12 +02:00
Brenden Matthews
ae6c02b0c8
Improve docs and parsing of graph args further.
2009-07-04 22:03:12 -06:00
Brenden Matthews
52c68c094c
Improved parsing of graph arguments.
...
Removed "log"|"normal" arguments in favour of -l switch.
2009-07-04 21:43:45 -06:00
Ole Christian Tvedt
07cfe08dd3
Fixed docs for upspeed and downspeed (not necessarily in KiB any longer).
...
Signed-off-by: Brenden Matthews <brenden@rty.ca>
2009-06-14 16:00:32 -06:00
Lassi Selander
b4f88ff319
Fix XMMS2 related crash (sf.net #2806111 and #2805310 , thanks Lassi).
2009-06-14 12:03:50 -06:00
Ole Christian Tvedt
23e89dca08
Added own_window_type panel
...
The panel type reserves space along the edge of the
screen, just like regular DE panels, taskbars and the
like. I have tested it for several hours now with lots
of different settings, and it seems to be working fine.
Works especially well with alignment top_??? or
bottom_??? and single-line output. Something like
this:
own_window yes
own_window_type panel
alignment bottom_left
maximum_width 1680
minimum_size 1680
gap_x 0
gap_y 0
stippled_borders 1
draw_borders yes
update_interval 3.0
TEXT
$nodename $tab $freq_g ${color grey}GHz$color $tab $memperc% ${color grey}RAM$color $tab $cpu% ${color grey}CPU $tab etc...etc...$alignr${time %F %R}
The line after TEXT is supposed to be on one line,
just in case some channel has messed it up.
Signed-off-by: Brenden Matthews <brenden@rty.ca>
2009-06-13 17:46:09 -06:00
Nikolas Garofil
f2176e6f54
Added support for blink
2009-06-13 23:52:41 +02:00
Brenden Matthews
182ca0c57c
Show count of variables/config settings.
2009-06-13 15:05:06 -06:00
Nikolas Garofil
0108d14e68
Added
2009-06-13 01:48:54 +02:00
Pavel Labath
c0d1c313e9
Support for per-task I/O statistics - $top_io
...
Basically, I just added three new process properties (io_read, io_write, io_perc - representing
the amount of I/O done by the process during the update interval) and $top_io, that sorts
processes based on io_perc.
Atm, it's completely #ifdef'd, since it requires kernel support. But that creates some wierd
looking syntax at some places, so it may be better to remove some ifdefs. It even may be
possible to completely remove the ifdefs (ie. convert them to #ifdef linux) since the code will
compile just fine even if the kernel doesn't support I/O accounting. I'll leave that for someone
else to decide.
2009-06-12 19:39:45 +02:00
Brenden Matthews
e45db41a9d
Added border_inner_margin and border_outer_margin.
...
The border_margin config option is now deprecated. This also resolves
an issue with weird border_margin values causing X to crash.
2009-06-11 19:07:21 -06:00
Brenden Matthews
eb722bf30d
Revert "Clarify fs free stats."
...
This reverts commit da65a4bcf8
.
2009-06-10 14:09:34 -06:00
Brenden Matthews
da65a4bcf8
Clarify fs free stats.
2009-06-10 11:31:24 -06:00
Vincent Breitmoser
f3aa025872
Added format_human_readable option (sf.net #2803345 , thanks Vincent).
2009-06-09 14:52:18 -06:00
Nikolas Garofil
c392152d3a
extra displayoptions for battery_short and make sure full isn't handled as unknown
2009-06-08 21:15:18 +02:00
Brenden Matthews
e995be8cf8
Strip control chars from README.
2009-06-07 21:45:39 -06:00
Brenden Matthews
6ebfffe542
Fix check_docs.py to work with cleaned up XML.
2009-06-07 21:23:35 -06:00
Brenden Matthews
a9c8ae4145
Make device argument optional for most net stats.
...
We can use DEFAULTNETDEV for more than just up/downspeedgraph.
2009-06-06 22:56:29 -06:00
Brenden Matthews
17d5310981
Fix error in docs regarding graph arguments.
2009-06-06 21:09:26 -06:00
Brenden Matthews
34db4eb49b
Add note about -a opts, bump doc date.
2009-06-06 18:12:25 -06:00
Brenden Matthews
815dcf872d
Update command opts docs.
2009-06-06 18:10:20 -06:00
Brenden Matthews
f295e2dc9f
Doc correction.
2009-06-06 18:03:22 -06:00
Brenden Matthews
33754ecebe
Let lua_graph behave more like other graphs.
...
Changed llua_getinteger() to llua_getnumber() returning a double, so
that you can use floating point values in graphs etc. Lua graph will
scale like other graphs (except execgraph) by default now, and you can
manually set a scale with the scale argument.
2009-06-06 17:25:34 -06:00
Brenden Matthews
576d55e473
Add tidying/sorting to check_docs.py.
2009-06-06 16:56:35 -06:00
Phil Sutter
20e4e19f83
add entropy_perc
...
There is no rounding done, so e.g. 3.6% get 3%. But double casting and
calling round_to_int() is just too ugly.
2009-06-04 22:51:25 +02:00
Nikolas Garofil
f3fd389ea0
read_tcp werkt maar moet nog stresstesten ondergaan
2009-06-04 19:39:18 +02:00
Brenden Matthews
904354f93b
Added some better cache control options for Imlib2.
2009-06-03 13:24:53 -06:00
Brenden Matthews
4ec728fa42
Added fancy new 'temperature gradients' feature.
...
See docs for more details on 'temperature gradients', which can be
turned on with the -t switch on graphs. Also improved parsing of
options with $execgraph and $execigraph, but may cause some breakage.
2009-05-24 15:53:32 -06:00
Brenden Matthews
06044bf7e5
Try and fix weirdness with hwmon/i2c/platform options.
2009-05-24 13:07:27 -06:00
Brenden Matthews
6477962dc9
Added support for rending images by way of IMLIB2.
2009-05-17 23:11:22 -06:00
Brenden Matthews
ddcc8ceb70
Merge branch 'master' into imlib2
...
Conflicts:
extras/nano/conky.nanorc
extras/vim/syntax/conkyrc.vim
2009-05-17 22:11:40 -06:00
Brenden Matthews
353f0b6ad7
More work on imlib2 stuff.
...
Seems to be some rendering corruption which I'm not sure the reason for,
but other than that I think it works okay.
2009-05-16 23:47:02 -06:00
Brenden Matthews
e18e051b66
Fix docs.
2009-05-16 17:19:15 -06:00
Brenden Matthews
b661dbf5a7
More lua stuff.
2009-05-16 17:04:26 -06:00
Brenden Matthews
0e21a804ee
Couple minor lua changes.
2009-05-16 14:55:05 -06:00
Toni Spets
a64e9f8950
Lua scripting support, initial commit
2009-05-15 21:08:51 +03:00
Phil Sutter
a07a082d76
add documentation about --print-config
2009-05-12 01:58:41 +02:00
Phil Sutter
16d551b208
add system-wide config to FILES section
2009-05-12 01:31:47 +02:00
Phil Sutter
322d77942a
hwmon: add args for value precalculation
2009-05-12 00:49:40 +02:00
Brenden Matthews
8cb0027f45
Various fixes.
...
Added missing apcupsd.[hc], added apcupsd_loadgauge, fixed compilation
errors, updated docs & syntax stuff.
2009-05-10 13:11:09 -06:00
Jaromir Smrcek
cf2c61b588
Added support for APC UPS daemon monitoring.
2009-05-10 12:58:06 -06:00
Brenden Matthews
197c4d5bc3
Update docs, remove deprecated code.
2009-05-09 23:30:42 -06:00
Brenden Matthews
a5efc6fa46
Make docs aboot gap/position stuff easier to find.
2009-05-09 22:14:10 -06:00
Brenden Matthews
fdadbbf98e
Added top_name_width config option.
2009-05-07 17:49:32 -06:00
Brenden Matthews
72a90b38be
Specify that imap/pop3 interval is in seconds.
2009-05-07 13:18:24 -06:00
Brenden Matthews
884ce9192e
Fix for imap docs.
2009-05-07 13:16:26 -06:00
Brenden Matthews
f6fe653401
Revert "Combine can now use other chars to seperate vars (used to be only space)"
...
This reverts commit 3dd1738fb9
.
2009-05-04 13:13:51 -06:00
Nikolas Garofil
3dd1738fb9
Combine can now use other chars to seperate vars (used to be only space)
...
Also undid the last change because sony.h was not included, feel free to submit
it again if you include this file and other sourcefiles needed (there is also
no definition of get_sony_fanspeed). If sony systems already have this file and
a definition of this function, please update the configure file so that support
for this is disabled by default and can be enabled by sony owners.
2009-05-04 12:58:52 +02:00
Yeon-Hyeong Yang
f8a6a4035c
Added Sony VAIO fanspeed info (thanks Yeon-Hyeong).
...
Also removed the README and man page from the repo, as they don't really
need to be there and just cause conflicts.
2009-05-03 21:23:59 -06:00
Yeon-Hyeong Yang
68ea7a7859
Added diskio_avg_samples patch (thanks Yeon-Hyeong)
2009-05-01 17:03:59 -06:00
Brenden Matthews
cd2fc39cad
Bump docs.
2009-05-01 16:53:57 -06:00
Brenden Matthews
e8e6d1c819
Few misc doc related things.
...
Added the (incomplete) check_docs.py, to 'synchronize' the docs with the
code, as well as vim/nano syntax stuff.
Removed some unused OBJ_* stuff from text_objects.h, and updated docs
with some missing things. Also removed a couple deprecated objects
which were still documented.
2009-05-01 16:53:50 -06:00
Nikolas Garofil
e05e9ece8e
Added the combine variable
2009-04-30 21:05:59 +02:00
Jérôme Plût
ff9154216b
Make ALSA mixers available on Linux, and added $if_mixer_mute.
2009-04-28 10:56:49 -06:00
Nikolas Garofil
6bc19d0396
Workaround for the problem that $goto only moves the first rss-item by making
...
it possible to specify the number of spaces you want in front of each rss-item
2009-04-19 00:42:01 +02:00
Brenden Matthews
77f818168b
Update docs.
2009-04-09 20:18:19 -06:00
Brenden Matthews
506f6ecc3b
Special default & gauge fixes.
2009-04-09 20:10:08 -06:00
Brenden Matthews
acfef7760f
Clarify $tab arguments.
2009-04-09 17:08:01 -06:00
Brenden Matthews
38ee788da4
Added default_bar/graph/gauge_size config options (thanks wire64 for the idea)
2009-04-09 16:00:40 -06:00
Brenden Matthews
ea34b2c5e5
Fix xmms2 related compilation error?
2009-04-09 15:33:50 -06:00
Phil Sutter
7001e95186
be consistent when parsing args of cpu objects
...
The inconsistent naming of the cpu parameter in the docs led me to this,
so I also simplified parsing by introducing the macro SCAN_CPU(). Note
that this introduces a syntactical change to the config: the cpuN
argument now has to be passed at first position to $cpugraph.
2009-04-04 01:25:33 +02:00
Brenden Matthews
595b22fcce
Don't strip control chars from man page.
...
If you're using `less' to view the readme, it should display properly.
If we run the man page through `col', it results in weird characters
hanging around.
2009-03-29 22:56:29 -06:00
Brenden Matthews
f05829ad9a
Update copyright stuff, fix conky.conf weirdness.
2009-03-29 22:55:51 -06:00
Phil Sutter
e7559ad5be
update README and manpage
2009-03-24 01:25:56 +01:00
Phil Sutter
2c3d57d841
add eval object, evaluating it's args
...
This object makes use of the possibility to escape dollar signs in TEXT.
Take the following example in the conkyrc:
| $${downspeed ${gw_iface}}
will be evaluated to (assuming the gw_iface is eth0):
| ${downspeed eth0}
and finally interpreted to print the gateway interface's downspeed rate.
2009-03-24 01:25:13 +01:00
Brenden Matthews
c8e2437f1e
Regenerate docs.
2009-03-17 23:27:54 -06:00
newclearman
3d56128925
Adds the docs for the gauges
...
Signed-off-by: Brenden Matthews <brenden@rty.ca>
2009-03-17 23:27:47 -06:00
Brenden Matthews
21e9964c5a
Update docs for $if_running.
2009-03-15 22:14:07 -06:00
Nikolas Garofil
d1baa243a8
Added alias configfile setting
...
This patch is written by a anonymous author, see patch on sf.net
id #2663691 . I changed it a bit so that it can't overwrite
existing environment variables and updated the docs and syntaxfiles
2009-03-07 15:12:09 +01:00
Phil Sutter
ecabc1a29b
update README and manpage
2009-03-01 21:12:46 +01:00
Nikolas Garofil
09ac943a3a
if_updatenr added
2009-03-01 15:10:01 +01:00
Nicolas Sierro
cf77d3f1f9
Extended support for local Maildir patch sf.net id #2561323 (thanks Nicolas).
2009-02-17 22:26:15 -07:00
Carpathia
5640da7c84
Patch to clarify things in conky.conf sf.net id #2548805 (thanks Carpathia).
2009-02-17 22:14:59 -07:00
Alexander Monakov
24ddc9665e
Fix nvidia memory frequency reading patch sf.net id #2493134 .
2009-02-17 22:10:15 -07:00
Swoög
b516e19440
Patch to add $battery_short variable.
2009-02-17 21:49:45 -07:00
Brenden Matthews
b4cd98868f
Misc compilation fixes.
2009-02-17 21:45:06 -07:00
Nikolas Garofil
1085d2b27e
out_to_x can now be turned off
2009-02-15 18:58:03 +01:00
Nikolas Garofil
227e5a3d38
docs and syntax for overwrite_file and append_file
2009-02-12 23:04:39 +01:00
Nikolas Garofil
4c25a9680e
Added output_to_stderr
2009-02-10 09:43:20 +01:00
Alexander Graf
b4f06b7547
Update README and conky.1
...
With my last patch I did only update the XML documentation file without
updating the auto-generated manpage and README file.
This patch also updates README and conky.1.
2009-02-07 17:44:19 +01:00
Alexander Graf
9c679bf33f
Add ${top_time} sorting processes by CPU time
2009-02-07 15:01:50 +01:00
Phil Sutter
b31af01d91
add if_match object comparing strings, floats and ints
...
In general, argument types should match, but for combined long and
double usage the long is being converted to double before evaluation.
A few examples:
${if_match ${cpu} < 30}
${if_match "asdf" != "qwer"}
${if_match 0.5 < 0.50001}
${if_match 49.999 < 50}
2008-12-20 16:14:57 +01:00
Phil Sutter
1a35a68bca
fix segfault for diskiograph
...
The crux is to split args between those for scan_graph() on one hand and
prepare_diskio_stat() on the other hand. To make the code working with
minimal changes, move the yet optional devicename to the end.
General note on graphs:
- for all graphs there exist the optional arguments for scan_graph()
which come first and are optional (intended duplicate)
- all other args are object specific, and may be optional as well
2008-12-18 15:18:53 +01:00
Brenden Matthews
669c12e490
Update docs.
2008-12-15 21:18:24 -07:00
Itai Zukerman
bb817b2cf7
Patch to allow escaping newlines in the config.
2008-12-15 21:17:56 -07:00
Brenden Matthews
721d329151
Add conky.1 back into repo.
2008-12-13 19:39:29 -07:00
Phil Sutter
c84b485178
update the default config along with the syntax files
2008-12-12 15:32:16 +01:00
Brenden Matthews
dc3ed8df13
Removing old svn keywords.
2008-12-09 16:35:49 -07:00
Brenden Matthews
9684e6b36f
Removing svn ebuild, changing svn references to git.
2008-12-08 23:12:58 -07:00
Phil Sutter
ffbac491d2
drop docs of dropped objects
...
All the Fahrenheit specific objects have been removed due to
f5259295cf
, remove their documentation
also.
2008-12-08 16:11:39 +01:00
Phil Sutter
f5259295cf
make unit of all temperatures selectable
...
This introduces a new configuration variable called "temperature_unit",
specifying the unit of all temperature sensors. To achieve this, each
object outputting a temperature has to call temp_print() like so:
| temp_print(p, p_max_size, <temp val as double>, <unit of val>);
to specify the input temperature unit, either one of the constants
TEMP_CELSIUS or TEMP_FAHRENHEIT.
2008-12-08 01:45:12 +01:00
Brenden Matthews
2135d7ca4b
Regenerating docs.
2008-12-07 01:28:36 -07:00
Erik Waling
51fe4fa419
Fetch volume through Audacious API (thanks Erik)
2008-12-07 00:38:06 -07:00
Lassi Selander
20b2d2f464
Adds a variable if_xmms2_connected to hide objects when xmms2d is not
...
running (thanks Lassi)
2008-12-07 00:22:05 -07:00
Brenden Matthews
726934998d
First commit to fresh new hip git repo for Conky.
2008-12-06 23:03:24 -07:00
Phil
a89bef1b0e
update README and manpage
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1272 7f574dfc-610e-0410-a909-a81674777703
2008-11-29 13:03:50 +00:00
Phil
ecb3004c0f
improve template support
...
* handle escaped characters in parameters to the template object, too
* add samples to the documentation
* do some code cleanup by outsourcing the string substitution into it's
own function
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1271 7f574dfc-610e-0410-a909-a81674777703
2008-11-29 13:02:42 +00:00
Phil
ce5eb880e7
add support for template objects
...
Basically you can define a template like this:
| template0 \1:\n ${fs_free \2} / ${fs_used \2}
and use it later like this:
| ${template0 root /}
| ${template0 boot /boot}
which is exactly the same as the following:
| root:
| ${fs_free /} / ${fs_used /}
| boot:
| ${fs_free /boot} / ${fs_used /boot}
hope you like it, I do already. :)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1270 7f574dfc-610e-0410-a909-a81674777703
2008-11-29 01:34:54 +00:00
Brenden Matthews
4be537a020
* Added $if_mpd_playing patch (thanks tarpman)
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1267 7f574dfc-610e-0410-a909-a81674777703
2008-10-08 11:44:27 +00:00
Brenden Matthews
06954506f1
fix small typo in docs (thanks gaston)
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1265 7f574dfc-610e-0410-a909-a81674777703
2008-10-01 18:16:16 +00:00
Brenden Matthews
7ea81e1913
add $mixer docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1262 7f574dfc-610e-0410-a909-a81674777703
2008-09-29 01:37:33 +00:00
Brenden Matthews
7de6c1d061
* Introduced (buggy) support for IMAP IDLE
...
* Added support for MOC (the console audio player) (thanks henux)
* Added scroll step patch (thanks asto)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1252 7f574dfc-610e-0410-a909-a81674777703
2008-09-24 06:59:45 +00:00
Brenden Matthews
f968843514
remove extra quote that snuck in to the changelog
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1248 7f574dfc-610e-0410-a909-a81674777703
2008-09-11 15:56:48 +00:00
Phil
36e34a3c8d
enable max length argument for mpd_smart
...
* this also fixes mpd_title for changing lengths, e.g.
${mpd_title 2} ${mpd_title 3} ${mpd_title 4}
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1241 7f574dfc-610e-0410-a909-a81674777703
2008-09-01 22:30:54 +00:00
Brenden Matthews
4644bc3e23
* Conky 1.6.1 released
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1237 7f574dfc-610e-0410-a909-a81674777703
2008-08-14 17:16:31 +00:00
Brenden Matthews
961b70b6e6
* Add option to specify number of retries for IMAP/POP3 stuff (via -r)
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1233 7f574dfc-610e-0410-a909-a81674777703
2008-08-05 18:00:30 +00:00
Phil
d23271777d
little simplification and improvement of $nvidia
...
* check only the unique part of the argument
* print temperatures like all others (%.1f)
* do argument parsing in nvidia.c (so all specific stuff is at one place)
* little header cleanup
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1231 7f574dfc-610e-0410-a909-a81674777703
2008-08-03 13:27:00 +00:00
Philip Kovacs
6a4923ddd5
remove older gnulib files
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1205 7f574dfc-610e-0410-a909-a81674777703
2008-07-01 13:50:26 +00:00
Brenden Matthews
896863e2d8
Added support for EVE-Online skill monitoring (thanks Asbjørn); fixed up/downspeedgraph segfault
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1197 7f574dfc-610e-0410-a909-a81674777703
2008-06-28 20:14:04 +00:00
Phil
28478344ab
two new smapi variables and a bit of documentation improvement
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1194 7f574dfc-610e-0410-a909-a81674777703
2008-06-25 10:08:27 +00:00
Nikolas Garofil
312d3d6de8
Merge with conky1-extra, Changelog contains the changes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1193 7f574dfc-610e-0410-a909-a81674777703
2008-06-21 20:37:58 +00:00
Kevin Lyles
9ffbf32b1d
Changed addr to print "No Address" when there is no address
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1167 7f574dfc-610e-0410-a909-a81674777703
2008-06-19 19:54:31 +00:00
Philip Kovacs
d036b5de5c
move audacious defs into header
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1159 7f574dfc-610e-0410-a909-a81674777703
2008-06-16 19:40:28 +00:00
Kevin Lyles
c72a564cea
Removed all trailing whitespace
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1156 7f574dfc-610e-0410-a909-a81674777703
2008-06-15 18:38:33 +00:00
Nikolas Garofil
a4a04f0025
memgraph in manpage
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1147 7f574dfc-610e-0410-a909-a81674777703
2008-06-08 17:17:34 +00:00
Nikolas Garofil
29ba1bdd2e
memgraph documentation
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1144 7f574dfc-610e-0410-a909-a81674777703
2008-06-08 11:41:00 +00:00
Brenden Matthews
8f8d5c1c8c
* Added --quiet patch (thanks sceptik)
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1123 7f574dfc-610e-0410-a909-a81674777703
2008-06-03 21:01:40 +00:00
Brenden Matthews
7ff7c1083c
* Added NVIDIA Graficcard support patch (thanks meissna)
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1122 7f574dfc-610e-0410-a909-a81674777703
2008-06-03 20:46:15 +00:00
Phil
bd6196c6b0
configurable if_up, may check for:
...
* IFF_UP flag,
* IFF_UP and IFF_RUNNING flags or
* IFF_UP, IFF_RUNNING flags and assigned address
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1121 7f574dfc-610e-0410-a909-a81674777703
2008-05-30 11:30:58 +00:00
Phil
e05581ccfa
simplified documentation of color0-9 variables
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1120 7f574dfc-610e-0410-a909-a81674777703
2008-05-30 10:20:37 +00:00
Brenden Matthews
a7da3b17bc
docs; small code simplification
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1119 7f574dfc-610e-0410-a909-a81674777703
2008-05-06 22:41:28 +00:00
Brenden Matthews
c70e1ead9f
updating docs, syntax highlighting, code formatting
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1118 7f574dfc-610e-0410-a909-a81674777703
2008-05-06 21:44:23 +00:00
Brenden Matthews
fda6b66eb9
* own_window_type dock patch (thanks Morgan).
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1115 7f574dfc-610e-0410-a909-a81674777703
2008-04-29 21:31:04 +00:00
Brenden Matthews
801cf11545
* Added patch for the following (thanks larsko):
...
* New $loadgraph to show a graph of load averages,
* add "show_graph_scale" option to turn off/on the showing of the
current max value for the graph,
* minor code fixes,
* update nano and vim syntax highlighting stuff.
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1104 7f574dfc-610e-0410-a909-a81674777703
2008-04-13 04:10:35 +00:00
Brenden Matthews
011f03b50d
docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1097 7f574dfc-610e-0410-a909-a81674777703
2008-04-01 21:37:49 +00:00
Brenden Matthews
798207efbf
bump version; doc fixes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1094 7f574dfc-610e-0410-a909-a81674777703
2008-04-01 04:59:00 +00:00
Brenden Matthews
e6ad00d26c
Conky 1.5.1
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1092 7f574dfc-610e-0410-a909-a81674777703
2008-04-01 04:11:14 +00:00
Brenden Matthews
be2cd44e6d
doc cleanup
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1090 7f574dfc-610e-0410-a909-a81674777703
2008-03-31 04:56:39 +00:00
Phil
81e424177b
fix two typos in docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1089 7f574dfc-610e-0410-a909-a81674777703
2008-03-31 04:02:33 +00:00
Brenden Matthews
0ee3efdc0f
make diskio accept devices starting with "/dev/"
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1087 7f574dfc-610e-0410-a909-a81674777703
2008-03-31 03:51:29 +00:00
Brenden Matthews
c2c6a63f5a
* Added mem_res and mem_vsize to $top.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1084 7f574dfc-610e-0410-a909-a81674777703
2008-03-30 07:04:25 +00:00
Brenden Matthews
fd2854c53e
made configure output better; fixed small error in conky.conf
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1060 7f574dfc-610e-0410-a909-a81674777703
2008-03-29 04:02:12 +00:00
Phil
4ba940b550
corrected indenting
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1046 7f574dfc-610e-0410-a909-a81674777703
2008-03-24 20:13:04 +00:00
Phil
004d1cb7ba
disk_protect - show queue protection state
...
* disk protection needs a kernel patch and is useful in combination with hdaps
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1045 7f574dfc-610e-0410-a909-a81674777703
2008-03-24 20:08:16 +00:00
Brenden Matthews
e5efc6cbab
conky 1.5.0
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1038 7f574dfc-610e-0410-a909-a81674777703
2008-03-23 02:10:23 +00:00
Phil
6a528f4e17
support displaying current nameservers
...
* gathers information from /etc/resolv.conf
* included (still commented) code to prevent reading too often,
as I'm not sure whether reading from a real FS (not /proc or /sys)
could generate higher load in some cases -> comments please!
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1035 7f574dfc-610e-0410-a909-a81674777703
2008-03-22 22:58:26 +00:00
Phil
bcbca8cb5b
enable displaying the used ioscheduler for a given disk
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1034 7f574dfc-610e-0410-a909-a81674777703
2008-03-22 21:10:43 +00:00
Phil
d2ed065fdd
laptop_mode displays the current laptop mode
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1033 7f574dfc-610e-0410-a909-a81674777703
2008-03-22 20:13:51 +00:00
Phil
8fd27c0026
make default gateway information accessible
...
* gw_iface prints the interface having a default gateway
* gw_ip prints the gatway's ip
* if_gw jumps if no default gateway exists
* when there are multiple gateways, gw_iface and gw_ip
only print "multiple" when they are different (allows
basic debugging of ones networking setup)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1031 7f574dfc-610e-0410-a909-a81674777703
2008-03-22 19:06:09 +00:00
Brenden Matthews
94bb46b868
added $execpi, new ebuild, various other misc updates
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1027 7f574dfc-610e-0410-a909-a81674777703
2008-03-22 06:10:54 +00:00
Brenden Matthews
adcf34d5f7
clarifying docs on $execp
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1026 7f574dfc-610e-0410-a909-a81674777703
2008-03-22 02:52:50 +00:00
Brenden Matthews
2c478f5576
updating docs/changelog, again
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1023 7f574dfc-610e-0410-a909-a81674777703
2008-03-20 21:29:32 +00:00
Brenden Matthews
2ab0147fb9
updating docs/changelog
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1022 7f574dfc-610e-0410-a909-a81674777703
2008-03-20 21:29:02 +00:00
Brenden Matthews
46e129e7b1
* Added CRLF characters to POP3 and IMAP stuff (should play nicer with
...
some servers now).
* Added preliminary support for parsing the output of external commands
(via $execp)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1019 7f574dfc-610e-0410-a909-a81674777703
2008-03-20 20:33:31 +00:00
Brenden Matthews
2698046591
2008-03-19
...
* Fixed a number of small memory leaks.
* Performed some minor profiling on Conky; introduced
small_text_buffer_size and large_text_buffer_size config options instead
of just text_buffer_size.
* Fixed some minor bugs introduced by new patches.
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1014 7f574dfc-610e-0410-a909-a81674777703
2008-03-19 22:28:23 +00:00
Brenden Matthews
a1452f5db4
* Applied 12 patches:
...
1) sysfs battery support (for Linux >=2.6.24) (thanks Kapil)
2) Improved audacious support patch (thanks Miroslav)
3) tp_smapi support patch for IBM laptops (thanks Phil)
4) user info patch (thanks Roland)
5) added conky build info patch (thanks Roland)
6) added if_up patch (thanks Phil)
7) added reload on SIGHUP patch (thanks Jonas)
8) added pad percentages patch (thanks Jonas)
9) added fs_type patch (thanks Ryan)
10) added xmms2 fixes patch (thanks Lassi)
11) fix sysfs crash patch (thanks Phil)
12) multiple ip patch ($addrs)
* Added more alignment support (top_middle, bottom_middle, middle_left,
and middle_right).
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1010 7f574dfc-610e-0410-a909-a81674777703
2008-03-18 00:23:16 +00:00
Kevin Lyles
3d26a4880e
Reformatted all code
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1007 7f574dfc-610e-0410-a909-a81674777703
2008-02-20 20:30:45 +00:00
Brenden Matthews
433b564e14
* Applied 2 patches:
...
1) Add diskio for individual devices
2) Improved output of units, added "short_units" option
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@996 7f574dfc-610e-0410-a909-a81674777703
2008-02-09 02:21:06 +00:00
Brenden Matthews
8cb2b4079e
update docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@995 7f574dfc-610e-0410-a909-a81674777703
2008-01-06 01:36:08 +00:00
Brenden Matthews
35b4ed3aff
2008-01-05
...
* Applied some more submitted patches:
1) Add long forms of (most of) the command-line options.
2) Added an option (top_cpu_separate) that emulates top's "separate
cpus" option. Processor usage is shown as a percentage of a
single processor on your system, instead of a percentage
of all processors combined.
3) Adds a parameter (time) to top and top_mem that will show the
cumulative CPU time of a process.
4) Simplified integer rounding.
5) Fixed the window width when a goto is used.
6) Fixed the window width when an offset is used.
(thanks Kevin Lyles).
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@994 7f574dfc-610e-0410-a909-a81674777703
2008-01-06 01:35:14 +00:00
Philip Kovacs
238fa198f0
clean up audacious legacy code; adjust ebuilds
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@989 7f574dfc-610e-0410-a909-a81674777703
2007-11-17 04:13:20 +00:00
Philip Kovacs
dd572d3d24
Fix compilation error with --disable-x11 (bug #1830373 ).
...
Bump doc stylesheet from 4.3 to 4.4.
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@987 7f574dfc-610e-0410-a909-a81674777703
2007-11-14 21:41:08 +00:00
Philip Kovacs
c69e618c55
fix man page error sf #1813483
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@972 7f574dfc-610e-0410-a909-a81674777703
2007-10-17 20:18:29 +00:00
Philip Kovacs
22852b88da
fix doc error 1810328
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@971 7f574dfc-610e-0410-a909-a81674777703
2007-10-14 18:15:11 +00:00
Brenden Matthews
58c1eb36c3
Multiple mailbox patch (thanks Ben Kibbey)
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@969 7f574dfc-610e-0410-a909-a81674777703
2007-10-02 23:57:41 +00:00
Brenden Matthews
2d10c4c08d
* Small fix for $ibm_volume (thanks Kapil Hari Paranjape)
...
* Patch so $tail can read from a fifo file descriptor (thanks Ben Kibbey)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@966 7f574dfc-610e-0410-a909-a81674777703
2007-09-28 20:16:16 +00:00
Philip Kovacs
cccd902534
conkyrc.sample revisions
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@959 7f574dfc-610e-0410-a909-a81674777703
2007-09-02 04:32:06 +00:00
Brenden Matthews
eccc149697
updating docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@958 7f574dfc-610e-0410-a909-a81674777703
2007-09-02 04:27:46 +00:00
Philip Kovacs
62f8ff9be7
mpd_interval -> music_player_interval
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@957 7f574dfc-610e-0410-a909-a81674777703
2007-09-02 04:26:08 +00:00
Brenden Matthews
16ea4f6587
* Improved performance slightly
...
* Added mpd_interval config option to specify an update interval for the
mpd thread
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@954 7f574dfc-610e-0410-a909-a81674777703
2007-09-02 03:02:33 +00:00
Brenden Matthews
f92aad58f1
changing pkg-config version to 0.19
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@932 7f574dfc-610e-0410-a909-a81674777703
2007-08-30 16:19:02 +00:00
Philip Kovacs
10a5ee6074
hwmon leveraging existing code
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@922 7f574dfc-610e-0410-a909-a81674777703
2007-08-13 23:14:01 +00:00
Philip Kovacs
33943bda7c
* Added var $platform which is similar to $i2c and accommodates the conversion
...
of many devices from /sys/bus/i2c/devices to /sys/bus/platform/devices.
* Removed config item post_21_kernel since it forced all i2c device lookups
to go to /sys/bus/platform/devices and some people may need a mix of both
i2c and platform devices.
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@917 7f574dfc-610e-0410-a909-a81674777703
2007-08-13 00:28:48 +00:00
Brenden Matthews
0e5974ef90
updating docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@911 7f574dfc-610e-0410-a909-a81674777703
2007-08-10 20:57:30 +00:00
Toni Spets
5dbf418c2d
Fixed wireless documentation. Fixed wireless quality display when its zero. Added copyright notes.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@907 7f574dfc-610e-0410-a909-a81674777703
2007-08-10 20:38:58 +00:00
Philip Kovacs
4d4eb2420b
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
2007-08-08 00:27:40 +00:00
Toni Spets
ff3d0b015e
Updated docs to include RSS and wireless. README has not been built.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@899 7f574dfc-610e-0410-a909-a81674777703
2007-08-07 22:42:30 +00:00
Brenden Matthews
7810b1e2b4
bumping for 1.4.6 release
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@891 7f574dfc-610e-0410-a909-a81674777703
2007-08-06 03:11:30 +00:00
Brenden Matthews
7793867d6b
* Updated to libmpdclient 0.13.0
...
* Added post_21_kernel config param to specify kernels 2.6.22 and newer
so i2c works properly
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@890 7f574dfc-610e-0410-a909-a81674777703
2007-08-05 22:16:26 +00:00
Brenden Matthews
f95d63bf56
* Fixed potential issue on FreeBSD when nprocs < 10 (thanks zotrix)
...
* Added support for multiple batteries when using acpi (thanks Phil)
* a bunch of code cleanups (thanks Psychon)
* added max length paramater to mpd_title (thinks fow)
* a number of small bug fixes
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@889 7f574dfc-610e-0410-a909-a81674777703
2007-08-05 04:47:21 +00:00
Philip Kovacs
60b842df90
added color[0-9] variable patch (thanks jieryn)
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@858 7f574dfc-610e-0410-a909-a81674777703
2007-04-25 17:22:06 +00:00
Brenden Matthews
fc72692cc7
* Added if_existing patch for string matching (thanks cromka)
...
* Added hwmon support (thanks flitsch)
* Some xmms2 updates (thanks sleipner)
* Added $battery_percent and $battery_bar (thanks akash)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@855 7f574dfc-610e-0410-a909-a81674777703
2007-04-06 06:11:53 +00:00
Brenden Matthews
3d9d260f4c
Added if_empty patch (thanks Erik)
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@854 7f574dfc-610e-0410-a909-a81674777703
2007-04-06 05:01:48 +00:00
Philip Kovacs
04ca5afd49
remove dexter stuff from docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@852 7f574dfc-610e-0410-a909-a81674777703
2007-03-28 18:51:28 +00:00
Philip Kovacs
70add5d09d
include missing mboxscan.h;
...
fix signedness warnings
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@832 7f574dfc-610e-0410-a909-a81674777703
2007-02-14 19:45:18 +00:00
Brenden Matthews
45acd5c3b9
* Added buffer_text_size option to change the size of the buffer for
...
things like $exec, $tail, et cetera
* Added $mboxscan which lets you display the Subject and From fields
from recent email in an mbox file
* Disambiguated (is that a word?) $cpu docs
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@831 7f574dfc-610e-0410-a909-a81674777703
2007-02-12 01:03:10 +00:00
Philip Kovacs
3006f7574a
add config.rpath to satisfy AM_ICONV
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@825 7f574dfc-610e-0410-a909-a81674777703
2007-01-08 01:10:12 +00:00
Brenden Matthews
5cfe6b093d
head/tail rewrite patch
...
diskio read/write patch
added check for zlib to configure script
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@823 7f574dfc-610e-0410-a909-a81674777703
2006-12-29 23:14:31 +00:00
Philip Kovacs
1c35f432e5
Conky 1.5.0 -- client/server prototype
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@818 7f574dfc-610e-0410-a909-a81674777703
2006-12-23 06:01:16 +00:00
Philip Kovacs
5ff932ff21
split battery off into battery and battery_time
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@814 7f574dfc-610e-0410-a909-a81674777703
2006-12-12 23:21:14 +00:00
Philip Kovacs
94ce348f97
update sample conkyrc
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@807 7f574dfc-610e-0410-a909-a81674777703
2006-12-09 18:18:13 +00:00
Philip Kovacs
e4713dc790
use GLib GHashTable for port monitors
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@806 7f574dfc-610e-0410-a909-a81674777703
2006-12-09 05:40:08 +00:00
Philip Kovacs
afcae6eba5
add max_length to audacious_title
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@800 7f574dfc-610e-0410-a909-a81674777703
2006-12-01 00:29:12 +00:00
Philip Kovacs
9a016c9377
added , , for crypto freaks
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@797 7f574dfc-610e-0410-a909-a81674777703
2006-11-30 20:46:34 +00:00
Philip Kovacs
7a538c534e
add max_specials to conkyrc.sample
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@794 7f574dfc-610e-0410-a909-a81674777703
2006-11-22 22:53:15 +00:00
Philip Kovacs
9609a330d8
add max_specials config item with default 512. really closes bug #1574523
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@793 7f574dfc-610e-0410-a909-a81674777703
2006-11-22 21:53:54 +00:00
Philip Kovacs
3ac219cbd0
documentation changes for clarity -- bug #1599041
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@791 7f574dfc-610e-0410-a909-a81674777703
2006-11-21 21:13:49 +00:00
Philip Kovacs
2852edd816
documentation changes for clarity -- bug #1599041
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@790 7f574dfc-610e-0410-a909-a81674777703
2006-11-21 21:12:57 +00:00
Philip Kovacs
b98faaadce
correct imap documentation
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@781 7f574dfc-610e-0410-a909-a81674777703
2006-11-18 04:55:34 +00:00
Philip Kovacs
23c79a7442
documentation
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@760 7f574dfc-610e-0410-a909-a81674777703
2006-11-12 21:19:40 +00:00
Philip Kovacs
794e8716b9
odd and ends
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@754 7f574dfc-610e-0410-a909-a81674777703
2006-11-11 05:03:40 +00:00
Philip Kovacs
ad33cf9904
close bug #1591609 ; remove deprecated vars
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@746 7f574dfc-610e-0410-a909-a81674777703
2006-11-11 01:15:28 +00:00
Philip Kovacs
15fd6d6586
removed all mldonkey and seti code -- totally broken
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@727 7f574dfc-610e-0410-a909-a81674777703
2006-11-05 00:23:18 +00:00
Philip Kovacs
8927efc62e
remove infopipe support
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@719 7f574dfc-610e-0410-a909-a81674777703
2006-11-04 00:25:55 +00:00
Philip Kovacs
87953b122b
removal of xmms/bmp / addition of audacious/infopipe
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@713 7f574dfc-610e-0410-a909-a81674777703
2006-11-03 20:54:52 +00:00
Philip Kovacs
681fb80260
fixed compilation errors with --disable-x11; bug #1547164
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@697 7f574dfc-610e-0410-a909-a81674777703
2006-08-27 19:03:52 +00:00
Roman Bogorodskiy
bdc57586fc
Make a description of ${cpu} variable not so confusing.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@694 7f574dfc-610e-0410-a909-a81674777703
2006-08-24 10:34:13 +00:00
Philip Kovacs
ca79c81374
spock's hddtemp & goto patches
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@679 7f574dfc-610e-0410-a909-a81674777703
2006-08-10 16:56:13 +00:00
Philip Kovacs
16e8431a25
tztime patch
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@677 7f574dfc-610e-0410-a909-a81674777703
2006-07-15 02:18:06 +00:00
Brenden Matthews
2c990192cc
fixed order of variables and stuff (credit peter tarjan), small battery fix (credit Nexox sf.net patch 1500014)
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@671 7f574dfc-610e-0410-a909-a81674777703
2006-06-08 04:29:23 +00:00
Brenden Matthews
39d836dcb1
cpu voltage patch
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@657 7f574dfc-610e-0410-a909-a81674777703
2006-05-24 00:23:47 +00:00
Brenden Matthews
843dc8e772
smp support for freq stuff
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@650 7f574dfc-610e-0410-a909-a81674777703
2006-05-22 02:49:22 +00:00
Brenden Matthews
98f3aa9208
iconv support
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@631 7f574dfc-610e-0410-a909-a81674777703
2006-05-13 19:51:26 +00:00
Brenden Matthews
adbacc9f25
Changed $font behavior so that the font persists past the next newline. It can be set back to the default with $font with no args. (closes bug 1478676 on sf.net)
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@628 7f574dfc-610e-0410-a909-a81674777703
2006-05-09 23:08:23 +00:00
Brenden Matthews
589602aacf
imap and pop3 clients
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@626 7f574dfc-610e-0410-a909-a81674777703
2006-05-08 22:34:38 +00:00
Brenden Matthews
2713d6f818
removing on_bottom from conkyrc.sample
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@625 7f574dfc-610e-0410-a909-a81674777703
2006-04-26 16:02:30 +00:00
Brenden Matthews
3082207800
woops, fixed batt stuff
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@623 7f574dfc-610e-0410-a909-a81674777703
2006-04-23 21:37:59 +00:00
Brenden Matthews
c9502198c9
powerbook battery patch
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@622 7f574dfc-610e-0410-a909-a81674777703
2006-04-23 21:35:31 +00:00
Brenden Matthews
090f757823
- added patch from peter tarjan for ibm acpi\
...
- updated xft docs
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@620 7f574dfc-610e-0410-a909-a81674777703
2006-04-15 18:00:39 +00:00
Philip Kovacs
af75c9f6da
update portmon docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@617 7f574dfc-610e-0410-a909-a81674777703
2006-03-31 02:50:54 +00:00
Philip Kovacs
f83b036cb3
portmon sample changes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@616 7f574dfc-610e-0410-a909-a81674777703
2006-03-30 19:25:33 +00:00
Brenden Matthews
bf9e6cd600
updated docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@587 7f574dfc-610e-0410-a909-a81674777703
2006-03-12 23:31:30 +00:00
Philip Kovacs
e60f3594e5
docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@576 7f574dfc-610e-0410-a909-a81674777703
2006-03-09 19:03:20 +00:00
Philip Kovacs
fef4334984
conkyrc.sample stuff
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@574 7f574dfc-610e-0410-a909-a81674777703
2006-03-09 03:16:12 +00:00
Philip Kovacs
aaa70cf062
added own_window_type override
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@570 7f574dfc-610e-0410-a909-a81674777703
2006-03-09 02:28:38 +00:00
Philip Kovacs
b93a28ee61
added own_window_type config item
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@568 7f574dfc-610e-0410-a909-a81674777703
2006-03-08 22:17:27 +00:00
Brenden Matthews
fbfa58ad13
vim and docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@566 7f574dfc-610e-0410-a909-a81674777703
2006-03-08 06:27:53 +00:00
Brenden Matthews
ac23be3d25
sticky hints
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@548 7f574dfc-610e-0410-a909-a81674777703
2006-03-07 04:23:55 +00:00
Philip Kovacs
1d6a4ddde9
added own_window_hints
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@543 7f574dfc-610e-0410-a909-a81674777703
2006-03-06 23:35:41 +00:00
Brenden Matthews
d346224988
gentoo howto, small fix
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@539 7f574dfc-610e-0410-a909-a81674777703
2006-02-25 03:13:27 +00:00
Brenden Matthews
91a172dbae
gentoo howto, thanks Hellf[i]re
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@538 7f574dfc-610e-0410-a909-a81674777703
2006-02-25 02:53:23 +00:00
Brenden Matthews
bd0f4cbe02
spelling
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@535 7f574dfc-610e-0410-a909-a81674777703
2006-02-15 04:28:42 +00:00
Brenden Matthews
a99f1c48e7
getting set for 1.4.0
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@525 7f574dfc-610e-0410-a909-a81674777703
2006-02-13 02:28:46 +00:00
Brenden Matthews
c8e33e9cc3
mpd improvements
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@521 7f574dfc-610e-0410-a909-a81674777703
2006-01-31 03:32:26 +00:00
Brenden Matthews
08d7a1bc04
graph stuff fixed, sf.net bug 1401338 and 1400854
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@512 7f574dfc-610e-0410-a909-a81674777703
2006-01-26 04:44:19 +00:00
Brenden Matthews
3ad791ff22
$if_* still broken
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@508 7f574dfc-610e-0410-a909-a81674777703
2006-01-25 04:31:00 +00:00
Brenden Matthews
e27f5823d3
small doc fix
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@505 7f574dfc-610e-0410-a909-a81674777703
2006-01-21 08:54:58 +00:00
Philip Kovacs
e2487a6537
added xmms_player
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@494 7f574dfc-610e-0410-a909-a81674777703
2006-01-11 17:11:38 +00:00
Philip Kovacs
d33c44407f
run-time selection of xmms player using xmms_player
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@493 7f574dfc-610e-0410-a909-a81674777703
2006-01-11 17:03:45 +00:00
Philip Kovacs
5a2fae8dd0
xmms/bmp/audacious/infopipe docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@490 7f574dfc-610e-0410-a909-a81674777703
2006-01-08 15:45:44 +00:00
Philip Kovacs
43e756287a
infopipe bug fixed; configure/doc updates
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@478 7f574dfc-610e-0410-a909-a81674777703
2006-01-06 17:49:46 +00:00
Philip Kovacs
7c5d4fab42
fixed infopipe multiple conky issues
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@476 7f574dfc-610e-0410-a909-a81674777703
2006-01-06 04:15:34 +00:00
Philip Kovacs
9fb5e80a3e
infopipe debugging to console and docs correction
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@475 7f574dfc-610e-0410-a909-a81674777703
2006-01-06 03:44:30 +00:00
Philip Kovacs
8673b53673
infopipe documentation
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@474 7f574dfc-610e-0410-a909-a81674777703
2006-01-06 02:29:54 +00:00
Brenden Matthews
387494b56d
added draw_graph_borders
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@467 7f574dfc-610e-0410-a909-a81674777703
2006-01-05 23:23:51 +00:00
Brenden Matthews
50cf4e8f6d
conky 1.3.5
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@458 7f574dfc-610e-0410-a909-a81674777703
2006-01-02 03:49:46 +00:00
Brenden Matthews
bd7a9f5c05
conky 1.3.5
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@457 7f574dfc-610e-0410-a909-a81674777703
2006-01-02 03:39:51 +00:00
Roman Bogorodskiy
d048a914be
Add BMPx items. Doc hackers might want to check spelling and syntax.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@456 7f574dfc-610e-0410-a909-a81674777703
2006-01-01 07:39:28 +00:00
Brenden Matthews
c19d039e69
fixing docs. why is some stuff missing?
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@428 7f574dfc-610e-0410-a909-a81674777703
2005-11-24 15:36:46 +00:00
Brenden Matthews
7bca55fa56
removing docbook thing
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@415 7f574dfc-610e-0410-a909-a81674777703
2005-11-17 00:30:11 +00:00
Brenden Matthews
5fc2d59704
removing docbook thing
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@414 7f574dfc-610e-0410-a909-a81674777703
2005-11-17 00:29:26 +00:00
Brenden Matthews
baf1e33f53
adding man page file
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@412 7f574dfc-610e-0410-a909-a81674777703
2005-11-15 18:07:31 +00:00
Philip Kovacs
2b994a1ab9
updated docs to reflect new bittorrent port range
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@406 7f574dfc-610e-0410-a909-a81674777703
2005-11-12 15:41:42 +00:00
Philip Kovacs
800a2a88e3
reformatted port monitor section
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@389 7f574dfc-610e-0410-a909-a81674777703
2005-11-11 03:45:50 +00:00
Philip Kovacs
1e8254687e
added config settings min_port_monitors & min_port_monitor_connections
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@388 7f574dfc-610e-0410-a909-a81674777703
2005-11-11 03:28:24 +00:00
Brenden Matthews
7624643324
updating AUTHORS as per bug 1351686
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@377 7f574dfc-610e-0410-a909-a81674777703
2005-11-09 00:01:09 +00:00
Jason Tan
5f968c82bc
small packaging stuff for 1.3.3
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@374 7f574dfc-610e-0410-a909-a81674777703
2005-11-04 09:10:03 +00:00
Brenden Matthews
32c23f2b12
updating date on docs.xml
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@373 7f574dfc-610e-0410-a909-a81674777703
2005-11-02 05:31:11 +00:00
Brenden Matthews
b3f72c8b4a
updating docs; removed useless cairo stuff
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@370 7f574dfc-610e-0410-a909-a81674777703
2005-11-02 05:13:21 +00:00
Philip Kovacs
ba536a86a7
cleaned up portmon docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@369 7f574dfc-610e-0410-a909-a81674777703
2005-11-02 04:22:40 +00:00
Brenden Matthews
96d8ab4d69
adding docbook.xsl
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@367 7f574dfc-610e-0410-a909-a81674777703
2005-11-02 02:49:19 +00:00
Philip Kovacs
80cc3bdc70
Added tcp port monitor variable to docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@361 7f574dfc-610e-0410-a909-a81674777703
2005-10-31 20:12:31 +00:00
Philip Kovacs
424ddf2dd3
port# typos in the http monitor
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@360 7f574dfc-610e-0410-a909-a81674777703
2005-10-31 17:16:53 +00:00
Philip Kovacs
04c88f9bff
Added tcp port monitor support
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@358 7f574dfc-610e-0410-a909-a81674777703
2005-10-31 06:01:14 +00:00
Brenden Matthews
5080b30a50
conky 1.3.3
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@350 7f574dfc-610e-0410-a909-a81674777703
2005-10-18 00:28:23 +00:00
Brenden Matthews
7c37c3322a
quasi-updating docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@331 7f574dfc-610e-0410-a909-a81674777703
2005-09-24 22:17:54 +00:00
Brenden Matthews
0f17101d64
small fixes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@318 7f574dfc-610e-0410-a909-a81674777703
2005-09-11 23:07:28 +00:00
Brenden Matthews
b955f4e99a
fix for docs stuff
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@256 7f574dfc-610e-0410-a909-a81674777703
2005-08-31 06:48:38 +00:00
Brenden Matthews
eeed94abf8
fix for docs stuff
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@255 7f574dfc-610e-0410-a909-a81674777703
2005-08-31 06:48:00 +00:00
Roman Bogorodskiy
1094dcdc54
Document recently added apm_* objects.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@242 7f574dfc-610e-0410-a909-a81674777703
2005-08-30 07:11:01 +00:00
Jason Tan
cf39637f72
fixed up some stuff in the docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@240 7f574dfc-610e-0410-a909-a81674777703
2005-08-30 02:45:09 +00:00
Brenden Matthews
7b33986b3c
added $texeci, fixed a bug with own_winodw and double buffer
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@236 7f574dfc-610e-0410-a909-a81674777703
2005-08-29 17:06:31 +00:00
Jason Tan
93d9e8c7b1
updated docs for , mentioned that metar is gone. changed some of the packaging files to meet debian standards (thanks to pollux, thru mirrorbox), so that should be almost ready
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@235 7f574dfc-610e-0410-a909-a81674777703
2005-08-29 16:52:54 +00:00
Jason Tan
895acd9c2c
sorry, testing this again
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@231 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 22:25:31 +00:00
Jason Tan
6b6e8f9c3a
testing the cvs email diff thing
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@229 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 22:22:12 +00:00
Brenden Matthews
8c1d5ea989
syncmail test, again
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@228 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 21:38:20 +00:00
Brenden Matthews
cbf108377b
syncmail test, again
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@226 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 21:29:49 +00:00
Brenden Matthews
7d9bdd9356
syncmail test
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@224 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 21:20:54 +00:00
Brenden Matthews
09f2394410
small doc changes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@222 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 21:15:33 +00:00
Jason Tan
1a8fe3f513
fixed typos, changed the look of the pretty html tables (thanks cptn for xsl advice), and these tables are now generated as part of the Makefile process too (only requires xsltproc, which we check for already).
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@221 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 21:04:37 +00:00
Roman Bogorodskiy
2c8acab933
- Fix make dist
without having HAVE_DOCSTUFF defined
...
- Remove obsolete comment from freebsd.c
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@219 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 14:14:34 +00:00
Jason Tan
7986773643
updated Changelog, added two XSL stylesheets to for pretty tables of variables and configuration settings
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@214 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 11:39:41 +00:00
Brenden Matthews
52b2d75fad
more fixes to new smp stuff, mainly in config parsing
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@213 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 10:36:28 +00:00
Brenden Matthews
e93155d26b
smp support, should be the last commit (yeah right!)
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@212 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 10:17:41 +00:00
Jason Tan
8d30811f6f
added docs for i8k stuff
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@206 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 08:14:29 +00:00
Brenden Matthews
794439ae3f
small doc fix
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@192 7f574dfc-610e-0410-a909-a81674777703
2005-08-26 06:14:26 +00:00
Brenden Matthews
7f3c89f993
$head, mem leak fixes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@191 7f574dfc-610e-0410-a909-a81674777703
2005-08-26 05:52:43 +00:00
Brenden Matthews
b61eac4b0f
undo the disabling of double-buffer when using own_window. this doesn't play well with gnome.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@190 7f574dfc-610e-0410-a909-a81674777703
2005-08-26 03:40:53 +00:00
Brenden Matthews
cdb2b0d388
* More own_window fixes
...
* applied disk io patch (sf.net patch 1271691)
* applied $freq fixes patch, adds new $freq_dyn (sf.net patch 1271633)
* removed units from $freq* output
* fix for graph config parsing
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@185 7f574dfc-610e-0410-a909-a81674777703
2005-08-26 02:16:35 +00:00
Brenden Matthews
72ea302dfb
own_window additions, such as background colour and transparency switch
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@183 7f574dfc-610e-0410-a909-a81674777703
2005-08-25 09:24:26 +00:00
Brenden Matthews
341349d36a
double-buffer should be on by default
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@181 7f574dfc-610e-0410-a909-a81674777703
2005-08-25 05:48:46 +00:00
Brenden Matthews
34b5637a46
updated todo; fixed scale for netgraphs (sf.net feature request 1256921); fixed small bug in ebuild; doc updates.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@178 7f574dfc-610e-0410-a909-a81674777703
2005-08-25 04:00:55 +00:00
Brenden Matthews
6b5468383a
oops, last makefile update i swear
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@174 7f574dfc-610e-0410-a909-a81674777703
2005-08-24 21:32:06 +00:00
Brenden Matthews
279891a8f6
doc makefile
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@170 7f574dfc-610e-0410-a909-a81674777703
2005-08-24 20:59:00 +00:00
Brenden Matthews
5b5ec148b3
doc makefile
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@167 7f574dfc-610e-0410-a909-a81674777703
2005-08-24 20:50:30 +00:00
Brenden Matthews
5dec961cd5
doc makefile
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@166 7f574dfc-610e-0410-a909-a81674777703
2005-08-24 20:47:29 +00:00
Jason Tan
9de7ee390c
changed docgen.sh to no longer do gzipping, also replaces first line with something more manpage compatible
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@165 7f574dfc-610e-0410-a909-a81674777703
2005-08-24 20:42:15 +00:00
Brenden Matthews
1afa066e04
doc makefile
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@164 7f574dfc-610e-0410-a909-a81674777703
2005-08-24 20:38:30 +00:00
Brenden Matthews
c85fa7a089
doc makefile
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@163 7f574dfc-610e-0410-a909-a81674777703
2005-08-24 20:35:25 +00:00
Brenden Matthews
327e723e8e
maximum_width
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@160 7f574dfc-610e-0410-a909-a81674777703
2005-08-24 06:21:50 +00:00
Brenden Matthews
79e6886e1c
doc makefile
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@158 7f574dfc-610e-0410-a909-a81674777703
2005-08-24 01:05:27 +00:00
Brenden Matthews
8e319e7add
removed some doc things. they shouldn't be in cvs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@157 7f574dfc-610e-0410-a909-a81674777703
2005-08-23 18:14:08 +00:00
Brenden Matthews
033002fcd8
$execibar $execigraph
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@155 7f574dfc-610e-0410-a909-a81674777703
2005-08-23 03:00:50 +00:00
Brenden Matthews
a066bb6506
configure and makefile updates
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@153 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 23:32:35 +00:00
Brenden Matthews
802095c03e
added clean for docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@152 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 17:26:32 +00:00