267faefecae2c37ab6ab3571884eeccc34bb5626
[pandora-libraries.git] / minimenu / mmenu.conf
1 # for the mmenu 'minimenu'
2 #
3
4 [minimenu]
5 static_art_path         ./minimenu/skin/default
6 font                    Vera.ttf
7 font_ptsize             24
8 pndrun                  /usr/pandora/scripts:./testdata/scripts # searchpath to locate "pnd_run.sh"; why aren't I looking in /etc/pandora/conf/apps for this?
9 load_previews_now       0       # if >0, will try to load preview pics from pnds at boot time, not defer till later
10 loglevel                0       # 0 is debug, lots of crap; 3 is better, means 'errors only'. Output may screw up the wrapper!
11
12 [apps]
13 searchpath              ./testdata/app2:./testdata/app3:/media/*/pandora/desktop
14
15 [display]
16 fullscreen              0       # 0 for windowed, >0 for fullscreen
17 screen_width            800     # for some calculations
18 detail_bg_alpha         100     # when rendering the detail panel background, how transparent?
19 font_rgba_r             220     # RGBA for the display text
20 font_rgba_g             220     # RGBA for the display text
21 font_rgba_b             220     # RGBA for the display text
22 font_rgba_a             20      # RGBA for the display text
23
24 [tabs]
25 top_maincat             1       # include maincat in top tab bar
26 top_maincat1            0       # include maincat subcat 1 in top tab bar
27 top_maincat2            0       # include maincat subcat 1 in top tab bar
28 top_altcat              1       # include alt cat in top tab bar
29 top_altcat1             0       # include alt cat subcat 1 in top tab bar
30 top_altcat2             0       # include alt cat subcat 1 in top tab bar
31 wraparound              0       # if 1, last tab wraps around to first when going right; going left from first tab goes to last
32 font                    Vera.ttf
33 font_ptsize             16
34 tab_offset_x            4       # from left screen to first tab left
35 tab_offset_y            3       # from top of screen to first tab top
36 tab_width               132     # width of tab
37 tab_height              35      # height of tab
38 text_offset_x           10      # from left edge of tab to left edge of text
39 text_offset_y           10      # from top edge of tab to top edge of text
40 text_width              120     # clip text to this width
41
42 [grid]
43 font                    Vera.ttf
44 font_ptsize             12
45 icon_max_width          60      # scale icons to..
46 icon_max_height         60      # scale icons to..
47 grid_offset_x           17      # from left screen to first cell column
48 grid_offset_y           60      # from top screen to first cell row
49 icon_offset_x           12      # from left edge of cell to left edge of icon in cell
50 icon_offset_y           0       # from top edge of cell to top edge of icon in cell
51 text_offset_x           42      # from left edge of cell to center of text centering (ie: center of icon presumably)
52 text_offset_y           65      # from top of cell to top of text
53 text_width              75      # max width of the text
54 text_clip_x             5       # offset from cell edge to left edge of text, when the text width is being clipped to fit
55 cell_width              85      # cell location is grid_offset_x + ( cell_width * column_number )
56 cell_height             92      # cell location is grid_offset_y + ( cell_height * column_number )
57 col_max                 5       # number of columns to render into grid
58 row_max                 4       # number of rows to display before we stop rendering
59 text_hilite_offset_y    62      # from top of cell to top of hilight
60 scroll_increment        4       # number of rows to scroll when jumping up or down (recommend 1, or same as row_max for full page jump)
61 arrow_up_x              450     # left edge of up-arrow showing more icons scrolled away
62 arrow_up_y              80      # top edge of up-arrow showing more icons scrolled away
63 arrow_down_x            450     # left edge of down-arrow showing more icons scrolled away
64 arrow_down_y            380     # top edge of down-arrow showing more icons scrolled away
65 arrow_bar_x             455     # left edge of scrollbar
66 arrow_bar_y             100     # top edge of scrollbar
67 arrow_bar_clip_w        10      # clip scrollbar artwork to width-X
68 arrow_bar_clip_h        274     # clip scrollbar artwork to height-X
69
70 [detailpane]
71 show                    1       # if 0, don't show detail pane artwork at all
72 pane_offset_x           475     # left edge of detail pane graphic
73 pane_offset_y           60      # top edge of detail pane graphic
74
75 [detailtext]
76 font                    Vera.ttf
77 font_ptsize             16
78 cell_offset_x           488     # left edge of text cell
79 cell_offset_y           312     # top edge of text cell
80 cell_width              250     # width of cell (for text clipping)
81
82 [previewpic]
83 cell_offset_x           480     # left edge of text cell
84 cell_offset_y           90      # top edge of text cell
85 cell_width              285
86 cell_height             180
87
88 [graphics]
89 IMG_BACKGROUND_800480    800480_6.png
90 IMG_BACKGROUND_TABMASK   tab1mask.png
91 IMG_DETAIL_PANEL         detailpane2.png
92 IMG_DETAIL_BG            800480_4.png
93 IMG_SELECTED_ALPHAMASK   select.png
94 IMG_SELECTED_HILITE      hilite.png
95 IMG_TAB_SEL              tab_sel_tall.png
96 IMG_TAB_UNSEL            tab_unsel.png
97 IMG_ICON_MISSING         pandora60.png
98 IMG_PREVIEW_MISSING      pandora60.png
99 IMG_ARROW_UP             arrowup.png
100 IMG_ARROW_DOWN           arrowdown.png
101 IMG_ARROW_SCROLLBAR      arrowscroller.png