added 'subcats as folders' option and support, set default ON.
[pandora-libraries.git] / minimenu / skin / default / mmskin.conf
1
2 #
3 # mmskin.conf -- defines the art filenames, artwork positioning and other skin-related parameters.
4 # Everything user-configurable should be in mmenu.conf, so they can switch skins without breaking their
5 # functionality.
6 # preview pic can be overrided: filename is _pvw#0.png ("0" is the subapp number within the pnd, same as for .ovr file)
7
8
9 [minimenu]
10 font                    Vera.ttf
11 font_ptsize             24
12
13 [display]
14 detail_bg_alpha         100     # when rendering the detail panel background, how transparent?
15 font_rgba_r             200     # RGBA for the display text
16 font_rgba_g             200     # RGBA for the display text
17 font_rgba_b             255     # RGBA for the display text
18 font_rgba_a             20      # RGBA for the display text
19 battery_x               11      # (x,y) for battery level
20 battery_y               451     # (x,y) for battery level
21 hintline                Push SELECT for options # shown at bottom of screen
22 hint_x                  327     # (x,y) for hint line
23 hint_y                  451     # (x,y) for hint line
24 clock_x                 650     # (x,y) for clock
25 clock_y                 451     # (x,y) for clock
26
27 [tabs]
28 font                    Vera.ttf
29 font_ptsize             16
30 tab_offset_x            4       # from left screen to first tab left
31 tab_offset_y            3       # from top of screen to first tab top
32 tab_width               132     # width of tab
33 tab_height              35      # height of tab (for vertical clip)
34 tab_selheight           39      # height of tab when its selected (for vertical clip)
35 text_offset_x           10      # from left edge of tab to left edge of text
36 text_offset_y           10      # from top edge of tab to top edge of text
37 text_width              110     # clip text to this width
38
39 [grid]
40 font                    Vera.ttf
41 font_ptsize             12
42 icon_max_width          60      # scale icons to..
43 icon_max_height         60      # scale icons to..
44 grid_offset_x           17      # from left screen to first cell column
45 grid_offset_y           60      # from top screen to first cell row
46 icon_offset_x           12      # from left edge of cell to left edge of icon in cell
47 icon_offset_y           0       # from top edge of cell to top edge of icon in cell
48 text_offset_x           42      # from left edge of cell to center of text centering (ie: center of icon presumably)
49 text_offset_y           65      # from top of cell to top of text
50 text_width              75      # max width of the text
51 text_clip_x             5       # offset from cell edge to left edge of text, when the text width is being clipped to fit
52 sel_offoffset_x         -5      # so selection can be a little bigger than main cell, this is selection offset relative to top corner of icon
53 sel_offoffset_y         -5      # so selection can be a little bigger than main cell, this is selection offset relative to top corner of icon
54 cell_width              85      # cell location is grid_offset_x + ( cell_width * column_number )
55 cell_height             92      # cell location is grid_offset_y + ( cell_height * column_number )
56 cell_width_w            85      # cell location is grid_offset_x + ( cell_width * column_number ) [detail pane hidden]
57 cell_height_w           92      # cell location is grid_offset_y + ( cell_height * column_number ) [detail pane hidden]
58 col_max                 5       # number of columns to render into grid
59 row_max                 4       # number of rows to display before we stop rendering
60 col_max_w               9       # number of columns to render into grid [detail pane hidden]
61 row_max_w               4       # number of rows to display before we stop rendering [detail pane hidden]
62 text_hilite_offset_y    62      # from top of cell to top of hilight
63 arrow_up_x              450     # left edge of up-arrow showing more icons scrolled away
64 arrow_up_y              80      # top edge of up-arrow showing more icons scrolled away
65 arrow_up_x_w            780     # left edge of up-arrow showing more icons scrolled away [detail pane hidden]
66 arrow_up_y_w            80      # top edge of up-arrow showing more icons scrolled away [detail pane hidden]
67 arrow_down_x            450     # left edge of down-arrow showing more icons scrolled away
68 arrow_down_y            380     # top edge of down-arrow showing more icons scrolled away
69 arrow_down_x_w          780     # left edge of down-arrow showing more icons scrolled away [detail pane hidden]
70 arrow_down_y_w          380     # top edge of down-arrow showing more icons scrolled away [detail pane hidden]
71 arrow_bar_x             450     # left edge of scrollbar
72 arrow_bar_y             98      # top edge of scrollbar
73 arrow_bar_x_w           780     # left edge of scrollbar [detail pane hidden]
74 arrow_bar_y_w           98      # top edge of scrollbar [detail pane hidden]
75 arrow_bar_clip_w        15      # clip scrollbar artwork to width-X
76 arrow_bar_clip_h        281     # clip scrollbar artwork to height-X
77 scale_up_bool           0       # if 0, will not try to scale up icons
78
79 [detailpane]
80 show                    1       # if 0, don't show detail pane artwork at all
81 pane_offset_x           475     # left edge of detail pane graphic
82 pane_offset_y           60      # top edge of detail pane graphic
83
84 [detailtext]
85 font                    Vera.ttf
86 font_ptsize             16
87 cell_offset_x           488     # left edge of text cell
88 cell_offset_y           292     # top edge of text cell
89 cell_width              250     # width of cell (for text clipping)
90 max_visible             11      # max number of menu items can show in detail pane
91
92 [previewpic]
93 cell_offset_x           482     # left edge of text cell
94 cell_offset_y           67      # top edge of text cell
95 cell_width              285
96 cell_height             180
97 scale_up_bool           0       # if 0, will not try to scale up preview
98
99 [graphics]
100 IMG_BACKGROUND_800480    800480_6.png
101 IMG_BACKGROUND_TABMASK   tab1mask.png
102 IMG_DETAIL_PANEL         detailpane2.png
103 IMG_DETAIL_BG            detailpanebg.png
104 IMG_SELECTED_ALPHAMASK   select.png
105 IMG_SELECTED_HILITE      hilite.png
106 IMG_TAB_SEL_L            tab_sel_tallL.png      # tab to be used for far left tab, selected
107 IMG_TAB_SEL_R            tab_sel_tallR.png      # tab to be used for far right tab, selected
108 IMG_TAB_SEL              tab_sel_tall.png
109 IMG_TAB_UNSEL            tab_unsel.png
110 IMG_TAB_UNSEL_L          tab_unselL.png # tab to be used for far left tab, unselected
111 IMG_TAB_UNSEL_R          tab_unsel.png  # tab to be used for far right tab, unselected
112 IMG_TAB_LINE             tabline.png    # line under the unselected tab, but not left/right corners
113 IMG_TAB_LINEL            tablinel.png   # line under unselected tab on far left
114 IMG_TAB_LINER            tabliner.png   # line under unselected tab on far right
115 IMG_ICON_MISSING         pandora60.png
116 IMG_PREVIEW_MISSING      pandora150.png
117 IMG_ARROW_UP             arrowup.png
118 IMG_ARROW_DOWN           arrowdown.png
119 IMG_ARROW_SCROLLBAR      arrowscroller.png
120 IMG_HOURGLASS            hourglass.png
121 IMG_FOLDER               /usr/share/icons/gnome/32x32/places/folder.png # in dirbrowser mode
122 IMG_EXECBIN              /usr/share/icons/gnome/32x32/categories/applications-other.png # in dirbrowser mode