summaryrefslogtreecommitdiff
path: root/wps/classic_statusbar.sbs
diff options
context:
space:
mode:
Diffstat (limited to 'wps/classic_statusbar.sbs')
-rw-r--r--wps/classic_statusbar.sbs21
1 files changed, 11 insertions, 10 deletions
diff --git a/wps/classic_statusbar.sbs b/wps/classic_statusbar.sbs
index c02be68efc..abed58f5a7 100644
--- a/wps/classic_statusbar.sbs
+++ b/wps/classic_statusbar.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)