File: module.ibar.src

package info (click to toggle)
e17 0.27.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 439,204 kB
  • sloc: ansic: 258,323; xml: 1,010; sh: 992; makefile: 21
file content (18 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (10)
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;
    }
  }
}