mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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>
This commit is contained in:
parent
659e599eb6
commit
6f709d2333
32 changed files with 151 additions and 132 deletions
|
|
@ -1,29 +1,30 @@
|
|||
# Classic Statusbar
|
||||
# (C) 2007-2012 The Authors (see /rockbox/wps/ATHORS)
|
||||
#
|
||||
# Classic statusbar adapted to skin engine
|
||||
#
|
||||
# Bar at the top.. very easy to change to the bottom (change the y positions from 0 to -8
|
||||
# Status bar position can be changed from top to bottom by changing the y positions from 0 to -8
|
||||
#
|
||||
|
||||
# specify the UI area viewport... everything but a bar 8 pixels high at the top
|
||||
# Specify the UI area viewport... everything but a bar 8 pixels high at the top
|
||||
%Vi(-,0,8,-,-,1)
|
||||
|
||||
##############################################################
|
||||
###################################################################
|
||||
# Options:
|
||||
# you can use icons or text for the volume and battery display
|
||||
# You can use icons or text for the volume and battery display
|
||||
# Just comment out the line for the one you dont want!
|
||||
|
||||
# comment out the next line if you dont want battery icons
|
||||
# Comment out the next line if you dont want battery icons
|
||||
%Vd(a)%Vd(e)
|
||||
|
||||
# comment out the next line if you dont want battery number as text
|
||||
# Comment out the next line if you dont want battery number as text
|
||||
# %Vd(b)
|
||||
|
||||
# comment out the next line if you dont want volume icons
|
||||
# Comment out the next line if you dont want volume icons
|
||||
%Vd(c)
|
||||
# comment out the next line if you dont want volume number as text
|
||||
# Comment out the next line if you dont want volume number as text
|
||||
# %Vd(d)
|
||||
|
||||
################################################################
|
||||
##################################################################
|
||||
|
||||
# Load some bitmaps
|
||||
%xl(B,battery.bmp,0,0,16)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue