fix illume theme gadget no-mouse-events.

SVN revision: 37973
This commit is contained in:
Carsten Haitzler 2008-12-07 02:08:32 +00:00
parent b7d56f25d5
commit e71b7961a2
2 changed files with 15 additions and 11 deletions

View File

@ -50,7 +50,11 @@ collections {
}
}
}
// FIXME: should have oveeride for:
// battery
// clock
/////////////////////////////////////////////////////////////////////////////
/*** ILLUME: SLIPSHELF ***/
@ -70,6 +74,13 @@ collections {
fill.smooth: 0;
}
}
part { name: "e.swallow.visible";
type: SWALLOW;
description { state: "default" 0.0;
rel1.to: "s3";
rel2.to: "s3";
}
}
part { name: "s1";
mouse_events: 0;
@ -195,13 +206,6 @@ collections {
}
}
}
part { name: "e.swallow.visible";
type: SWALLOW;
description { state: "default" 0.0;
rel1.to: "s3";
rel2.to: "s3";
}
}
part { name: "prev_app";
mouse_events: 0;
description { state: "default" 0.0;
@ -287,7 +291,7 @@ collections {
color: 0 0 0 255;
text {
font: "Sans:style=Bold";
size: 10;
size: 8;
min: 0 1;
align: 0.0 0.5;
}

View File

@ -15,5 +15,5 @@ sleep 1
export DISPLAY=:1
unset E_RESTART E_START E_IPC_SOCKET E_START_TIME
#E_CONF_PROFILE=default ltrace enlightenment_start
E_CONF_PROFILE=default enlightenment_start
#enlightenment_start -profile illume
#E_CONF_PROFILE=default enlightenment_start
enlightenment_start -profile illume