wok-next view lxpanel/stuff/patches/cpu-color.patch @ rev 21707

updated grooms (1.0.5 -> 1.0.9)
author Hans-G?nter Theisgen
date Mon Jul 06 15:15:04 2020 +0100 (2020-07-06)
parents
children
line source
1 --- a/plugins/cpu/cpu.c
2 +++ b/plugins/cpu/cpu.c
3 @@ -273,7 +273,7 @@
5 /* Clone a graphics context and set "green" as its foreground color.
6 * We will use this to draw the graph. */
7 - gdk_color_parse("green", &c->foreground_color);
8 + gdk_color_parse("#cfcfcf", &c->foreground_color);
10 /* Connect signals. */
11 g_signal_connect(G_OBJECT(c->da), "configure-event", G_CALLBACK(configure_event), (gpointer) c);