aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/angstrom/e-wm-config-angstrom/module.ibar.src
blob: 55757663d208a5ea25155389730365721da3f179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
    }
  }
}