summaryrefslogtreecommitdiff
path: root/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibar.src
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-17 19:44:30 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-17 19:44:30 +0200
commitfb03df419a2bbea318b00655957d4f9e4b49c4ab (patch)
treeba00b3b601e904109749071a4e584a0b1b0e8479 /recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibar.src
parent6b86436a0e986cb6cd0cefecff91479948f5ee79 (diff)
e-wm config angstrom: add support for more flavours
* also automagically package flavours
Diffstat (limited to 'recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibar.src')
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibar.src18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibar.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibar.src
new file mode 100644
index 0000000000..55757663d2
--- /dev/null
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibar.src
@@ -0,0 +1,18 @@
+group "IBar_Config" struct {
+ group "items" list {
+ group "IBar_Config_Item" struct {
+ value "id" string: "0";
+ value "dir" string: "default";
+ value "show_label" int: 1;
+ value "eap_label" int: 0;
+ }
+ }
+ group "items" list {
+ group "IBar_Config_Item" struct {
+ value "id" string: "ibar.1";
+ value "dir" string: "default";
+ value "show_label" int: 1;
+ value "eap_label" int: 0;
+ }
+ }
+}