Support and General Use > Theming and Appearance Customization

Minor Correction to Burnt Sunset Theme

(1/1)

TheGooman:
Couldn't find a topic on this theme so I thought I'd start one just to point out there's a minute error in this theme's .cfg file. the name specified for the backdrop is incorrect and thus, doesn't display. The line should be changed from:

backdrop: /.rockbox/backdrops/Burnt Sunset.bmp

to:

backdrop: /.rockbox/backdrops/burntsunset.bmp

No big deal, just something I thought some might find useful. Enjoy!

TheGooman:
Ah, something else here too.

immediately follow the image preloading lines, there's a line designating time and date along the top of the screen:


--- Code: ---%al%ca, b e, Yc %ar%cH:M:S
--- End code ---

In order to correctly display the info, this should be changed to:


--- Code: ---%al%ca, %cb %ce, &cY %ar%cH:%cM:%cS
--- End code ---


No spaces are needed to maintain alingment or such b/c the date is specified to align left and the time right.
If you'd like to changed the time display format, you can exchange the appropriate "%c" tag with your choice of the one's listed on the manual here
http://download.rockbox.org/manual/rockbox-ipodvideo/rockbox-buildap2.html#x14-242000B.14

ColdSphinx:

--- Quote from: TheGooman on May 19, 2007, 11:52:26 AM ---
--- Code: ---%al%ca, %cb %ce, &cY %ar%cH:M:S
--- End code ---

--- End quote ---

should be changed to:

--- Code: ---%al%ca, %cb %ce, &cY %ar%cH:%cM:%cS
--- End code ---

lights0ut:
Thanks for pointing these out, Gooman. I'm currently reorganizing the iPod 5G's wiki, but when done the next task is making all themes compliant with guidelines, so thanks for the info.

TheGooman:

--- Quote from: ColdSphinx on May 19, 2007, 11:56:49 AM ---
--- Quote from: TheGooman on May 19, 2007, 11:52:26 AM ---
--- Code: ---%al%ca, %cb %ce, &cY %ar%cH:M:S
--- End code ---

--- End quote ---

should be changed to:

--- Code: ---%al%ca, %cb %ce, &cY %ar%cH:%cM:%cS
--- End code ---

--- End quote ---

Yea, thanks, I realized that later. You guys are quick, heh ^.^;;

Navigation

[0] Message Index

Go to full version