added 'subcats as folders' option and support, set default ON.
[pandora-libraries.git] / minimenu / skin / default / mmskin.conf
index 7e19220..cd71c14 100644 (file)
@@ -3,7 +3,8 @@
 # mmskin.conf -- defines the art filenames, artwork positioning and other skin-related parameters.
 # Everything user-configurable should be in mmenu.conf, so they can switch skins without breaking their
 # functionality.
-#
+# preview pic can be overrided: filename is _pvw#0.png ("0" is the subapp number within the pnd, same as for .ovr file)
+
 
 [minimenu]
 font                   Vera.ttf
@@ -11,17 +12,17 @@ font_ptsize         24
 
 [display]
 detail_bg_alpha                100     # when rendering the detail panel background, how transparent?
-font_rgba_r            220     # RGBA for the display text
-font_rgba_g            220     # RGBA for the display text
-font_rgba_b            220     # RGBA for the display text
+font_rgba_r            200     # RGBA for the display text
+font_rgba_g            200     # RGBA for the display text
+font_rgba_b            255     # RGBA for the display text
 font_rgba_a            20      # RGBA for the display text
-battery_x              10      # (x,y) for battery level
-battery_y              450     # (x,y) for battery level
+battery_x              11      # (x,y) for battery level
+battery_y              451     # (x,y) for battery level
 hintline               Push SELECT for options # shown at bottom of screen
-hint_x                 300     # (x,y) for hint line
-hint_y                 450     # (x,y) for hint line
+hint_x                 327     # (x,y) for hint line
+hint_y                 451     # (x,y) for hint line
 clock_x                        650     # (x,y) for clock
-clock_y                        450     # (x,y) for clock
+clock_y                        451     # (x,y) for clock
 
 [tabs]
 font                   Vera.ttf
@@ -52,18 +53,28 @@ sel_offoffset_x             -5      # so selection can be a little bigger than main cell, this i
 sel_offoffset_y                -5      # so selection can be a little bigger than main cell, this is selection offset relative to top corner of icon
 cell_width             85      # cell location is grid_offset_x + ( cell_width * column_number )
 cell_height            92      # cell location is grid_offset_y + ( cell_height * column_number )
+cell_width_w           85      # cell location is grid_offset_x + ( cell_width * column_number ) [detail pane hidden]
+cell_height_w          92      # cell location is grid_offset_y + ( cell_height * column_number ) [detail pane hidden]
 col_max                        5       # number of columns to render into grid
 row_max                        4       # number of rows to display before we stop rendering
+col_max_w              9       # number of columns to render into grid [detail pane hidden]
+row_max_w              4       # number of rows to display before we stop rendering [detail pane hidden]
 text_hilite_offset_y   62      # from top of cell to top of hilight
 arrow_up_x             450     # left edge of up-arrow showing more icons scrolled away
 arrow_up_y             80      # top edge of up-arrow showing more icons scrolled away
+arrow_up_x_w           780     # left edge of up-arrow showing more icons scrolled away [detail pane hidden]
+arrow_up_y_w           80      # top edge of up-arrow showing more icons scrolled away [detail pane hidden]
 arrow_down_x           450     # left edge of down-arrow showing more icons scrolled away
 arrow_down_y           380     # top edge of down-arrow showing more icons scrolled away
-arrow_bar_x            455     # left edge of scrollbar
-arrow_bar_y            100     # top edge of scrollbar
-arrow_bar_clip_w       10      # clip scrollbar artwork to width-X
-arrow_bar_clip_h       274     # clip scrollbar artwork to height-X
-scale_up_bool          1       # if 0, will not try to scale up icons
+arrow_down_x_w         780     # left edge of down-arrow showing more icons scrolled away [detail pane hidden]
+arrow_down_y_w         380     # top edge of down-arrow showing more icons scrolled away [detail pane hidden]
+arrow_bar_x            450     # left edge of scrollbar
+arrow_bar_y            98      # top edge of scrollbar
+arrow_bar_x_w          780     # left edge of scrollbar [detail pane hidden]
+arrow_bar_y_w          98      # top edge of scrollbar [detail pane hidden]
+arrow_bar_clip_w       15      # clip scrollbar artwork to width-X
+arrow_bar_clip_h       281     # clip scrollbar artwork to height-X
+scale_up_bool          0       # if 0, will not try to scale up icons
 
 [detailpane]
 show                   1       # if 0, don't show detail pane artwork at all
@@ -74,15 +85,16 @@ pane_offset_y               60      # top edge of detail pane graphic
 font                   Vera.ttf
 font_ptsize            16
 cell_offset_x          488     # left edge of text cell
-cell_offset_y          300     # top edge of text cell
+cell_offset_y          292     # top edge of text cell
 cell_width             250     # width of cell (for text clipping)
+max_visible            11      # max number of menu items can show in detail pane
 
 [previewpic]
-cell_offset_x          480     # left edge of text cell
-cell_offset_y          90      # top edge of text cell
+cell_offset_x          482     # left edge of text cell
+cell_offset_y          67      # top edge of text cell
 cell_width             285
 cell_height            180
-scale_up_bool          1       # if 0, will not try to scale up preview
+scale_up_bool          0       # if 0, will not try to scale up preview
 
 [graphics]
 IMG_BACKGROUND_800480    800480_6.png
@@ -91,18 +103,20 @@ IMG_DETAIL_PANEL         detailpane2.png
 IMG_DETAIL_BG            detailpanebg.png
 IMG_SELECTED_ALPHAMASK   select.png
 IMG_SELECTED_HILITE     hilite.png
-IMG_TAB_SEL              tab_sel_tall.png      # tab to be used, when not far left/right
-IMG_TAB_SEL_L            tab_sel_tall.png      # tab to be used for far left tab, selected
-IMG_TAB_SEL_R            tab_sel_tall.png      # tab to be used for far right tab, selected
-IMG_TAB_UNSEL            tab_unsel.png         # tab to be used when not far left/right
-IMG_TAB_UNSEL_L          tab_unsel.png # tab to be used for far left tab, unselected
+IMG_TAB_SEL_L            tab_sel_tallL.png     # tab to be used for far left tab, selected
+IMG_TAB_SEL_R            tab_sel_tallR.png     # tab to be used for far right tab, selected
+IMG_TAB_SEL              tab_sel_tall.png
+IMG_TAB_UNSEL            tab_unsel.png
+IMG_TAB_UNSEL_L          tab_unselL.png        # tab to be used for far left tab, unselected
 IMG_TAB_UNSEL_R          tab_unsel.png # tab to be used for far right tab, unselected
 IMG_TAB_LINE            tabline.png    # line under the unselected tab, but not left/right corners
 IMG_TAB_LINEL           tablinel.png   # line under unselected tab on far left
 IMG_TAB_LINER           tabliner.png   # line under unselected tab on far right
 IMG_ICON_MISSING        pandora60.png
-IMG_PREVIEW_MISSING     pandora60.png
+IMG_PREVIEW_MISSING     pandora150.png
 IMG_ARROW_UP            arrowup.png
 IMG_ARROW_DOWN          arrowdown.png
 IMG_ARROW_SCROLLBAR     arrowscroller.png
 IMG_HOURGLASS           hourglass.png
+IMG_FOLDER              /usr/share/icons/gnome/32x32/places/folder.png # in dirbrowser mode
+IMG_EXECBIN             /usr/share/icons/gnome/32x32/categories/applications-other.png # in dirbrowser mode
\ No newline at end of file