By default will go for fast load now -- defer icons until later (as well as
[pandora-libraries.git] / deployment / etc / pandora / conf / mmenu.conf
1 # for the mmenu 'minimenu'
2 #
3
4 [minimenu]
5 static_art_searchpath   /etc/pandora/mmenu/skins/default:./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 load_previews_later     1       # if >0, will try to load preview pics sometime (see defer_timer_ms as well)
11 load_icons_later        1       # if >0, will try to load icons after grid is showing, not during app scanning
12 defer_icon_us           100000  # when background loading icons (load_icons_later), time between icon loadsa
13 threaded_preview        1       # if 1, will try to load the preview in background, to avoid slowing up navigation
14 loglevel                0       # 0 is debug, lots of crap; 3 is better, means 'errors only'. Output may screw up the wrapper!
15 x11_present_sh          /bin/pidof X # command to invoke to determine if X11 is running or not; expects a number on X is present.
16 desktop_apps            1       # search the pnd standard desktop searchpath for apps
17 menu_apps               1       # search the pnd standard menu searchpath for apps
18 aux_searchpath          /media/*/pandora/mmenu # if something here, also search this path; can be used for mmenu-only apps?
19
20 [utility]
21 terminal                /usr/bin/Terminal       # could also be /usr/bin/xterm, or a sh-script, or whatever
22
23 [display]
24 fullscreen              1       # 0 for windowed, >0 for fullscreen
25 screen_width            800     # for some calculations
26 detail_bg_alpha         100     # when rendering the detail panel background, how transparent?
27 font_rgba_r             220     # RGBA for the display text
28 font_rgba_g             220     # RGBA for the display text
29 font_rgba_b             220     # RGBA for the display text
30 font_rgba_a             20      # RGBA for the display text
31 battery_x               10      # (x,y) for battery level
32 battery_y               450     # (x,y) for battery level
33 hintline                Push SELECT for shutdown options # shown at bottom of screen
34 hint_x                  275     # (x,y) for hint line
35 hint_y                  450     # (x,y) for hint line
36 clock_x                 650     # (x,y) for clock
37 clock_y                 450     # (x,y) for clock
38
39 [tabs]
40 top_maincat             1       # include maincat in top tab bar
41 top_maincat1            0       # include maincat subcat 1 in top tab bar
42 top_maincat2            0       # include maincat subcat 1 in top tab bar
43 top_altcat              1       # include alt cat in top tab bar
44 top_altcat1             0       # include alt cat subcat 1 in top tab bar
45 top_altcat2             0       # include alt cat subcat 1 in top tab bar
46 wraparound              0       # if 1, last tab wraps around to first when going right; going left from first tab goes to last
47 font                    Vera.ttf
48 font_ptsize             16
49 tab_offset_x            4       # from left screen to first tab left
50 tab_offset_y            3       # from top of screen to first tab top
51 tab_width               132     # width of tab
52 tab_height              35      # height of tab (for vertical clip)
53 tab_selheight           39      # height of tab when its selected (for vertical clip)
54 text_offset_x           10      # from left edge of tab to left edge of text
55 text_offset_y           10      # from top edge of tab to top edge of text
56 text_width              110     # clip text to this width
57
58 [grid]
59 font                    Vera.ttf
60 font_ptsize             12
61 icon_max_width          60      # scale icons to..
62 icon_max_height         60      # scale icons to..
63 grid_offset_x           17      # from left screen to first cell column
64 grid_offset_y           60      # from top screen to first cell row
65 icon_offset_x           12      # from left edge of cell to left edge of icon in cell
66 icon_offset_y           0       # from top edge of cell to top edge of icon in cell
67 text_offset_x           42      # from left edge of cell to center of text centering (ie: center of icon presumably)
68 text_offset_y           65      # from top of cell to top of text
69 text_width              75      # max width of the text
70 text_clip_x             5       # offset from cell edge to left edge of text, when the text width is being clipped to fit
71 cell_width              85      # cell location is grid_offset_x + ( cell_width * column_number )
72 cell_height             92      # cell location is grid_offset_y + ( cell_height * column_number )
73 col_max                 5       # number of columns to render into grid
74 row_max                 4       # number of rows to display before we stop rendering
75 text_hilite_offset_y    62      # from top of cell to top of hilight
76 scroll_increment        4       # number of rows to scroll when jumping up or down (recommend 1, or same as row_max for full page jump)
77 arrow_up_x              450     # left edge of up-arrow showing more icons scrolled away
78 arrow_up_y              80      # top edge of up-arrow showing more icons scrolled away
79 arrow_down_x            450     # left edge of down-arrow showing more icons scrolled away
80 arrow_down_y            380     # top edge of down-arrow showing more icons scrolled away
81 arrow_bar_x             455     # left edge of scrollbar
82 arrow_bar_y             100     # top edge of scrollbar
83 arrow_bar_clip_w        10      # clip scrollbar artwork to width-X
84 arrow_bar_clip_h        274     # clip scrollbar artwork to height-X
85 scale_up_bool           1       # if 0, will not try to scale up icons
86 wrap_horiz_samerow      1       # if 0, wraps to prev/next row; if 1, stays on same row
87 wrap_vert_stop          0       # if 0, wrap to other end; if 1, stops at top/bottom
88
89 [detailpane]
90 show                    1       # if 0, don't show detail pane artwork at all
91 pane_offset_x           475     # left edge of detail pane graphic
92 pane_offset_y           60      # top edge of detail pane graphic
93
94 [detailtext]
95 font                    Vera.ttf
96 font_ptsize             16
97 cell_offset_x           488     # left edge of text cell
98 cell_offset_y           312     # top edge of text cell
99 cell_width              250     # width of cell (for text clipping)
100
101 [previewpic]
102 defer_timer_ms          1000    # after setting selection, how long to wait before we try to load the previewpic
103 cell_offset_x           480     # left edge of text cell
104 cell_offset_y           90      # top edge of text cell
105 cell_width              285
106 cell_height             180
107 scale_up_bool           1       # if 0, will not try to scale up preview
108
109 [graphics]
110 IMG_BACKGROUND_800480    800480_6.png
111 IMG_BACKGROUND_TABMASK   tab1mask.png
112 IMG_DETAIL_PANEL         detailpane2.png
113 IMG_DETAIL_BG            800480_4.png
114 IMG_SELECTED_ALPHAMASK   select.png
115 IMG_SELECTED_HILITE      hilite.png
116 IMG_TAB_SEL              tab_sel_tall.png
117 IMG_TAB_UNSEL            tab_unsel.png
118 IMG_TAB_LINE             tabline.png    # line under the unselected tab, but not left/right corners
119 IMG_TAB_LINEL            tablinel.png   # line under unselected tab on far left
120 IMG_TAB_LINER            tabliner.png   # line under unselected tab on far right
121 IMG_ICON_MISSING         pandora60.png
122 IMG_PREVIEW_MISSING      pandora60.png
123 IMG_ARROW_UP             arrowup.png
124 IMG_ARROW_DOWN           arrowdown.png
125 IMG_ARROW_SCROLLBAR      arrowscroller.png