aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/angstrom/e-wm-config-angstrom/module.ibar.src
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/angstrom/e-wm-config-angstrom/module.ibar.src')
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/module.ibar.src18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/angstrom/e-wm-config-angstrom/module.ibar.src b/recipes/angstrom/e-wm-config-angstrom/module.ibar.src
new file mode 100644
index 0000000000..55757663d2
--- /dev/null
+++ b/recipes/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;
+ }
+ }
+}