summaryrefslogtreecommitdiff
path: root/packages/angstrom/e-wm-config-angstrom/module.ibar.src
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-05 11:31:08 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-05 11:31:08 +0100
commit0663295937bc2698d86e1055839a519699220b3e (patch)
tree2dd2ef87add69705c2c81b3c99c021785a7e364e /packages/angstrom/e-wm-config-angstrom/module.ibar.src
parenta8832b766416fe15aeeff2e939bf50ecf98b1a3b (diff)
e-wm-config-angstrom: e-wm profile for angstrom
* http://www.flickr.com/photos/koenkooi/3169580059/
Diffstat (limited to 'packages/angstrom/e-wm-config-angstrom/module.ibar.src')
-rw-r--r--packages/angstrom/e-wm-config-angstrom/module.ibar.src18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/angstrom/e-wm-config-angstrom/module.ibar.src b/packages/angstrom/e-wm-config-angstrom/module.ibar.src
new file mode 100644
index 0000000000..55757663d2
--- /dev/null
+++ b/packages/angstrom/e-wm-config-angstrom/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;
+ }
+ }
+}