todo
[monky] / TODO
1 # $Id$
2
3 Heres a very simplified roadmap for Conky.  By no means does this mean any of this stuff will actually get implemented.
4
5 1.3
6         * simple buttons?
7         * icecast status
8         * rewrite parts of code, making them more effecient and modular (in particular, the way objects are handled is a complete mess)
9         * conditional colours (ie if temp > 40C, make it red)
10         * think of new features to add
11         * max_width
12         * move things out of conky.c, since it's far too big
13         * better xinerama support, allow display1:0,0 et cetera
14 1.4
15         * ideas needed
16 1.5 (maybe in december?)
17         * network transparency
18
19 ######################################
20 # POSSIBLE FEATURES TO ADD  #
21 ######################################
22
23 [jtan325] 
24
25 - math computation. for example, a user wants to know the total memory used by the top two memory-hogging processes, the user could do math operations, something like ${top mem 1} [+] ${top mem 2}, where "[" and "]" are special symbols (obviously this would be a bad choice of special symbol delimiter, but it's just for example) to denote a mathematical operation to perform and print the result. 
26
27 - stock quotes. not sure if this is something within conky's intended realm, but yeah, it'd basically query some free quote websites and the user would provide the stock symbol(s) or something. i know konfabulator! has a stock quotes widget...
28
29 - more customizable placement of information. users may not want everything in one big box, but rather, spread along the bottom/top of the screen. this would be pretty hard to code right, for varying levels of flexibility.