pndnotifyd: fix some crashes
[pandora-libraries.git] / minimenu / mmenu.conf.6col
1 # for the mmenu 'minimenu'
2 #
3
4 [minimenu]
5 static_art_path         ./minimenu/skin/default
6 font                    arial.ttf
7 font_ptsize             24
8 pndrun                  ./testdata/scripts/pnd_run.sh
9
10 [apps]
11 searchpath              ./testdata/app2
12
13 [display]
14 screen_width            800     # for some calculations
15 detail_bg_alpha         100     # when rendering the detail panel background, how transparent?
16 font_rgba_r             220     # RGBA for the display text
17 font_rgba_g             220     # RGBA for the display text
18 font_rgba_b             220     # RGBA for the display text
19 font_rgba_a             20      # RGBA for the display text
20
21 [tabs]
22 wraparound              0       # if 1, last tab wraps around to first when going right; going left from first tab goes to last
23 font                    arial.ttf
24 font_ptsize             16
25 tab_offset_x            4       # from left screen to first tab left
26 tab_offset_y            3       # from top of screen to first tab top
27 tab_width               132     # width of tab
28 tab_height              33      # height of tab
29 text_offset_x           10      # from left edge of tab to left edge of text
30 text_offset_y           10      # from top edge of tab to top edge of text
31 text_width              120     # clip text to this width
32
33 [grid]
34 font                    arial.ttf
35 font_ptsize             12
36 icon_max_width          50      # scale icons to..
37 icon_max_height         50      # scale icons to..
38 grid_offset_x           15      # from left screen to first cell column
39 grid_offset_y           60      # from top screen to first cell row
40 icon_offset_x           10      # from left edge of cell to left edge of icon in cell
41 icon_offset_y           0       # from top edge of cell to top edge of icon in cell
42 text_offset_x           35      # from left edge of cell to center of text centering (ie: center of icon presumably)
43 text_offset_y           65      # from top of cell to top of text
44 cell_width              70      # cell location is grid_offset_x + ( cell_width * column_number )
45 cell_height             90      # cell location is grid_offset_y + ( cell_height * column_number )
46 col_max                 6       # number of columns to render into grid
47 row_max                 4       # number of rows to display before we stop rendering
48 text_hilite_offset_y    62      # from top of cell to top of hilight
49
50 [detailtext]
51 font                    arial.ttf
52 font_ptsize             16
53 cell_offset_x           488     # left edge of text cell
54 cell_offset_y           312     # top edge of text cell
55 cell_width              250     # width of cell (for text clipping)
56
57 [previewpic]
58 cell_offset_x           480     # left edge of text cell
59 cell_offset_y           90      # top edge of text cell
60
61 [graphics]
62 IMG_BACKGROUND_800480    800480_6.png
63 IMG_BACKGROUND_TABMASK   tab1mask.png
64 IMG_DETAIL_PANEL         detailpane.png
65 IMG_DETAIL_BG            800480_4.png
66 IMG_SELECTED_ALPHAMASK   select.png
67 IMG_SELECTED_HILITE      hilite.png
68 IMG_TAB_SEL              tab_sel.png
69 IMG_TAB_UNSEL            tab_unsel.png
70 IMG_ICON_MISSING         pandora60.png