There, it's not perfect but at least it's more legible.

Also, it kinda sucks waiting 30 seconds for a net traffic update.


SVN revision: 22786
This commit is contained in:
xcomputerman 2006-05-21 08:06:38 +00:00 committed by xcomputerman
parent ca2fb73aa0
commit b5d109c809
2 changed files with 10 additions and 8 deletions

View File

@ -186,7 +186,7 @@ _net_init(E_Module *m)
nf->conf->enabled = 1; nf->conf->enabled = 1;
nf->conf->device = (char *)evas_stringshare_add("eth0"); nf->conf->device = (char *)evas_stringshare_add("eth0");
nf->conf->check_interval = 30; nf->conf->check_interval = 1;
nf->conf->show_text = 1; nf->conf->show_text = 1;
nf->conf->show_graph = 1; nf->conf->show_graph = 1;
n->conf->faces = evas_list_append(n->conf->faces, nf->conf); n->conf->faces = evas_list_append(n->conf->faces, nf->conf);

16
net.edc
View File

@ -34,7 +34,7 @@ collections
description description
{ {
state: "default" 0.0; state: "default" 0.0;
color: 255 255 255 200; color: 255 255 255 176;
//aspect: 0.5 2.25; //aspect: 0.5 2.25;
rel1 rel1
{ {
@ -107,7 +107,7 @@ collections
{ {
name: "tx-text"; name: "tx-text";
type: TEXT; type: TEXT;
effect: SOFT_SHADOW; effect: OUTLINE_SOFT_SHADOW;
clip_to: "net_clip"; clip_to: "net_clip";
mouse_events: 0; mouse_events: 0;
description description
@ -122,8 +122,9 @@ collections
{ {
relative: 1.0 0.0; relative: 1.0 0.0;
} }
color: 51 181 69 255; color: 128 255 128 255;
color3: 0 0 0 100; color2: 0 0 0 192;
color3: 128 128 128 192;
text text
{ {
text: "Tx"; text: "Tx";
@ -167,7 +168,7 @@ collections
{ {
name: "rx-text"; name: "rx-text";
type: TEXT; type: TEXT;
effect: SOFT_SHADOW; effect: OUTLINE_SOFT_SHADOW;
clip_to: "net_clip"; clip_to: "net_clip";
mouse_events: 0; mouse_events: 0;
description description
@ -182,8 +183,9 @@ collections
{ {
relative: 1.0 1.0; relative: 1.0 1.0;
} }
color: 255 0 0 255; color: 255 192 128 255;
color3: 0 0 0 100; color2: 0 0 0 216;
color3: 128 128 128 192;
text text
{ {
text: "Rx"; text: "Rx";