1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@77 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-08-07 20:19:25 +00:00
parent e8bb6d4f9e
commit 8f5640a611
2 changed files with 2 additions and 0 deletions

1
TODO
View File

@ -8,6 +8,7 @@ Heres a very simplified roadmap for Conky. By no means does this mean any of th
* 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
1.4
* ideas needed
1.5 (maybe in december?)

View File

@ -3112,6 +3112,7 @@ static void draw_line(char *s)
case ALIGNC:
{
int pos_x = (text_start_x*2) + text_width - cur_x - ((float)get_string_width(p) / 2) - ((float)text_width / 2);
/*printf("pos_x %i text_start_x %i text_width %i cur_x %i get_string_width(p) %i\n", pos_x, text_start_x, text_width, cur_x, get_string_width(p));*/
if (pos_x >
specials[special_index].arg)
w = pos_x -