summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/themes/illume.edc22
-rwxr-xr-xx-ui.sh4
2 files changed, 15 insertions, 11 deletions
diff --git a/data/themes/illume.edc b/data/themes/illume.edc
index 78d3214dc6..19b21357c2 100644
--- a/data/themes/illume.edc
+++ b/data/themes/illume.edc
@@ -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;
}
diff --git a/x-ui.sh b/x-ui.sh
index ee00558262..3f56f208d7 100755
--- a/x-ui.sh
+++ b/x-ui.sh
@@ -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