Bugfix: battery_bar should also work without argument
[monky] / TODO
diff --git a/TODO b/TODO
index edcd5fb..1e427d4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,29 +1,6 @@
-# $Id$
+1.x   - implement _XROOTPMAP_ID and ESETROOT_PMAP_ID alterative for pseudo-transperency.
 
-Heres a very simplified roadmap for Conky.  By no means does this mean any of this stuff will actually get implemented.
-
-1.3
-       * simple buttons?
-       * icecast status
-       * rewrite parts of code, making them more effecient and modular (in particular, the way objects are handled is a complete mess)
-       * conditional colours (ie if temp > 40C, make it red)
-       * think of new features to add
-       * max_width
-       * move things out of conky.c, since it's far too big
-       * better xinerama support, allow display1:0,0 et cetera
-1.4
-       * ideas needed
-1.5 (maybe in december?)
-       * network transparency
-
-######################################
-# POSSIBLE FEATURES TO ADD  #
-######################################
-
-[jtan325] 
-
-- 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. 
-
-- 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...
-
-- 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. 
+2.0.0 - schedule TBD
+       * rewrite core of Conky in C++
+       * implement new features like a cairo backend, network transparency, and whatever else
+       * distributed functionality