source: client/shared/lib/burg/themes/OpenGnsys/extended @ 10d4ff6

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 10d4ff6 was 754534e, checked in by adv <adv@…>, 8 years ago

#796 tema gráfico de OpenGnsys para burg

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5380 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.5 KB
Line 
1include "theme"
2
3screen {
4  background = "$$/background.png"
5
6  panel {
7    halign = center
8    attach_vcenter = 0
9    height = 19
10    # Flip so the cursor defaults to the main menu
11    direction = bottom_to_top
12
13    ### Main Menu ###
14    panel {
15      height = 15
16      max_width = 120
17      margin_top = 1
18      class = container-body
19      # No need for a min width and centering panel because extended width > min width
20
21      direction = left_to_right
22      anchor = 1
23      id = __menu__
24    }
25
26    panel {
27      height = 4
28      width = 100%
29      class = container-title
30
31      direction = left_to_right
32
33      image {
34        image = "$$/images/txt-select.png"
35        attach_top = 0
36        attach_left = 0
37      }
38
39      ### Tools Menu ###
40      image {
41        attach_right = 2
42        image = "$$/images/button-tools.png:$$/images/button-tools-hover.png"
43        command = "menu_popup tools_menu"
44      }
45    }
46  }
47
48  ### Progress Bar ###
49  panel {
50    halign = center
51    attach_vcenter = 20
52    width = 80
53    class = progressbar-background
54    id = __timeout__
55
56    progressbar { }
57  }
58}
59
60template_menuitem {
61  panel {
62    width = 40
63    height = 12
64
65    parameters = "class=image.class:title=panel.text.text"
66
67    image {
68      attach_vcenter = 0
69      attach_hcenter = 0
70    }
71
72    panel {
73      attach_vcenter = 0
74      attach_hcenter = 0
75      class = text-line
76      text { font = "Helvetica Regular 22" }
77    }
78  }
79}
Note: See TracBrowser for help on using the repository browser.