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
Brenden Matthews
cf20338e26
docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@151 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 17:19:00 +00:00
Brenden Matthews
47987db1ae
docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@150 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 17:19:00 +00:00
Brenden Matthews
534457b9ca
docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@149 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 17:08:55 +00:00
Jason Tan
137e03c900
added README.cvs-version
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@148 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 07:43:01 +00:00
Brenden Matthews
5d836a0660
changes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@147 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 05:16:57 +00:00
Brenden Matthews
c7272e9f56
updated makefile to work better
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@145 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 01:20:23 +00:00
Brenden Matthews
14587562b3
updated doc makefile
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@144 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 01:05:39 +00:00
Brenden Matthews
4342eddec5
docgen should be happy now
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@143 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 00:44:31 +00:00
Jason Tan
f3aa44b7dc
changed docgen.sh to be more flexible
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@142 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 00:41:57 +00:00
Brenden Matthews
24ebad7227
docgen
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@140 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 00:24:24 +00:00
Jason Tan
19237f04eb
autogen.sh is broken for now, added instructions for cvs build
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@138 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 00:10:16 +00:00
Brenden Matthews
16bc1e5bc3
move conky.1
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@135 7f574dfc-610e-0410-a909-a81674777703
2005-08-21 23:18:08 +00:00
Brenden Matthews
0d5fb4bdcc
fixing autotool stuff
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@133 7f574dfc-610e-0410-a909-a81674777703
2005-08-21 23:09:36 +00:00
Brenden Matthews
d0f82d9937
all good
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@132 7f574dfc-610e-0410-a909-a81674777703
2005-08-21 22:18:14 +00:00
Brenden Matthews
d6a5af173b
conky.1
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@131 7f574dfc-610e-0410-a909-a81674777703
2005-08-21 22:15:20 +00:00
Brenden Matthews
439a3ec83e
docs and things
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@129 7f574dfc-610e-0410-a909-a81674777703
2005-08-21 21:55:22 +00:00
Brenden Matthews
a42aaaff62
docs and things
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@128 7f574dfc-610e-0410-a909-a81674777703
2005-08-21 21:43:43 +00:00
Jason Tan
207e180a58
added README and instructions for it in README.docs
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@127 7f574dfc-610e-0410-a909-a81674777703
2005-08-21 21:17:33 +00:00
Brenden Matthews
8f830a5c9d
$tail
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@125 7f574dfc-610e-0410-a909-a81674777703
2005-08-21 08:23:04 +00:00
Brenden Matthews
80c592785c
acpitempf
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@124 7f574dfc-610e-0410-a909-a81674777703
2005-08-21 06:36:13 +00:00
Brenden Matthews
abd6fb4e02
doc updates; $voffset
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@122 7f574dfc-610e-0410-a909-a81674777703
2005-08-21 05:04:22 +00:00
Brenden Matthews
9162e0bd10
zimba's patch
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@119 7f574dfc-610e-0410-a909-a81674777703
2005-08-20 19:43:06 +00:00
Jason Tan
5452d97e30
removed variables.xsl and variables.html
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@118 7f574dfc-610e-0410-a909-a81674777703
2005-08-19 05:40:55 +00:00
Jason Tan
0eea3bd6e4
ported all the docs to one xml file that can be easily converted to man-page and html. kickass
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@117 7f574dfc-610e-0410-a909-a81674777703
2005-08-19 05:37:58 +00:00
Jason Tan
367ce3db00
moved variable files to doc/ folder
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@96 7f574dfc-610e-0410-a909-a81674777703
2005-08-11 02:30:15 +00:00