summaryrefslogtreecommitdiffstats
path: root/wps/WPSLIST
blob: e4375cdd96425efc77664b346e7e24c49d3633d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#             __________               __   ___.
#   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
#   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
#   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
#   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
#                     \/            \/     \/    \/            \/
# $Id$
#
# WPSLIST
#
# This should list all WPS and RWPS files we have and what their requirements
# and preferences are.
#
# Each <wps> section will also cause a "theme" .cfg to be made, which the
# <rwps> sections will not cause.
#
# A <wps> section can thus mention a "preferred" rwps file to load when that
# theme is loaded.
#
# All sections should list what their smallest LCD size requirements are and
# what font and status bar setting they "like".
#

<wps>
# Name of the WPS _including_ extension
Name: ipodVOL.wps
# Name of the creator of the WPS
Author: xameius
# prefered font:
Font: chicago12.fnt
# Weather the WPS is designed to have the statusbar present or not
Statusbar: off
# The minimum required pixel height for the WPS
Height: 128
# The minimum required pixel width for the WPS
Width: 160
</wps>

<wps>
Name: rockbox_default.wps
RWPS: rockbox_default.rwps
Author: Rockbox team
Font: rockbox_default.fnt
Statusbar: on
Height: 14
Width: 55
</wps>

<wps>
Name: boxes.wps
Author: Christi Scarborough (after Magnus Westerlund)
Font: rockbox_default.fnt
Statusbar: off
Height: 128
Width: 160
</wps>

<wps>
Name: engineeer2.wps
Author: Magnus Westerlund
Font: Nedore-8.fnt
Statusbar: Off
Height: 128
Width: 160
</wps>

<wps>
Name: iAmp.wps
RWPS: iAmp.rwps
Author: Raymond Hoh
Font: Nimbus-12.fnt
Statusbar: Off
Height: 128
Width: 160
</wps>

<wps>
Name: zezayer.wps
Author: Jake Owen
Font: nedore-8.fnt
Statusbar: off
Height: 128
Width: 160
</wps>

<rwps>
Name: rockbox_default.rwps
Author: Rockbox team
Font: rockbox_default.fnt
Statusbar: on
Height: 64
Width: 128
</rwps>

<rwps>
Name: iAmp.rwps
Author: Raymond Hoh
Font: Nimbus-12.fnt
Statusbar: Off
Height: 64
Width: 128
</rwps>