fix illume theme gadget no-mouse-events.

SVN revision: 37973
devs/princeamd/enlightenment-0.17-elive
Carsten Haitzler 15 years ago
parent b7d56f25d5
commit e71b7961a2
  1. 22
      data/themes/illume.edc
  2. 4
      x-ui.sh

@ -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;
}

@ -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

Loading…
Cancel
Save