summaryrefslogtreecommitdiff
path: root/wps/classic_statusbar.mono.sbs
diff options
context:
space:
mode:
authorHayden Pearce <saint.lascivious@gmail.com>2012-12-04 19:19:06 +1300
committerJonathan Gordon <rockbox@jdgordon.info>2012-12-04 07:54:26 +0100
commit6f709d2333adb29fd5373ba27ce6d4c74900e4fe (patch)
tree6493b70def22f7ec3c985f164aa6114eb5b21a71 /wps/classic_statusbar.mono.sbs
parent659e599eb6d7672e648e9c5a5517e5bc78a7157e (diff)
downloadrockbox-6f709d2333adb29fd5373ba27ce6d4c74900e4fe.tar.gz
rockbox-6f709d2333adb29fd5373ba27ce6d4c74900e4fe.zip
Update /rockbox/wps/AUTHORS and theme headers to provide correct attribution
Add a number of missing collaborators to the /rockbox/wps/AUTHORS file and create a new header to share between the .fms, .sbs, and .wps files in the /rockbox/wps/ directory. No functional changes made, purely cosmetic. Change-Id: Id4b22d438e340da4dfc18ec8bf0e40088bdc606e Reviewed-on: http://gerrit.rockbox.org/368 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
Diffstat (limited to 'wps/classic_statusbar.mono.sbs')
-rw-r--r--wps/classic_statusbar.mono.sbs21
1 files changed, 11 insertions, 10 deletions
diff --git a/wps/classic_statusbar.mono.sbs b/wps/classic_statusbar.mono.sbs
index 1abe9727cd..b55d96000a 100644
--- a/wps/classic_statusbar.mono.sbs
+++ b/wps/classic_statusbar.mono.sbs
@@ -1,29 +1,30 @@
1# Classic Statusbar
2# (C) 2007-2012 The Authors (see /rockbox/wps/ATHORS)
1# 3#
2# Classic statusbar adapted to skin engine 4# Classic statusbar adapted to skin engine
3# 5#
4# Bar at the top.. very easy to change to the bottom (change the y positions from 0 to -8 6# Status bar position can be changed from top to bottom by changing the y positions from 0 to -8
5# 7#
6 8# Specify the UI area viewport... everything but a bar 8 pixels high at the top
7# specify the UI area viewport... everything but a bar 8 pixels high at the top
8%Vi(-,0,8,-,-,1) 9%Vi(-,0,8,-,-,1)
9 10
10############################################################## 11###################################################################
11# Options: 12# Options:
12# you can use icons or text for the volume and battery display 13# You can use icons or text for the volume and battery display
13# Just comment out the line for the one you dont want! 14# Just comment out the line for the one you dont want!
14 15
15# comment out the next line if you dont want battery icons 16# Comment out the next line if you dont want battery icons
16%Vd(a)%Vd(e) 17%Vd(a)%Vd(e)
17 18
18# comment out the next line if you dont want battery number as text 19# Comment out the next line if you dont want battery number as text
19# %Vd(b) 20# %Vd(b)
20 21
21# comment out the next line if you dont want volume icons 22# Comment out the next line if you dont want volume icons
22%Vd(c) 23%Vd(c)
23# comment out the next line if you dont want volume number as text 24# Comment out the next line if you dont want volume number as text
24# %Vd(d) 25# %Vd(d)
25 26
26################################################################ 27##################################################################
27 28
28# Load some bitmaps 29# Load some bitmaps
29%xl(B,battery.bmp,0,0,16) 30%xl(B,battery.bmp,0,0,16)