mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-05 21:07:52 +00:00
fixed shades and ootlines
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@48 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
48b5beea80
commit
8f63751e04
@ -1,8 +1,7 @@
|
||||
2005-07-02
|
||||
* dramatically improved how conky handles fonts
|
||||
* fixed issues with graph args
|
||||
* shades and outlines don't work properly with graph gradients
|
||||
(sorry!)
|
||||
* fixed shades and outlines
|
||||
|
||||
2005-07-01
|
||||
* stabilized code
|
||||
|
8
conky.c
8
conky.c
@ -3009,6 +3009,14 @@ static void draw_line(char *s)
|
||||
[special_index].height;
|
||||
}
|
||||
}
|
||||
if (draw_mode == BG) {
|
||||
set_foreground_color(default_bg_color);
|
||||
}
|
||||
else if (draw_mode == OUTLINE) {
|
||||
set_foreground_color(default_out_color);
|
||||
} else {
|
||||
set_foreground_color(default_fg_color);
|
||||
}
|
||||
break;
|
||||
|
||||
case FONT:
|
||||
|
Loading…
Reference in New Issue
Block a user