Advertisement
Guest User

JT Rockbox theme 2

a guest
Aug 9th, 2010
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. # => Copyright <=
  2. # ClockedWcabJT is a modification/bastardization of clockedwcab oem by JT Hundley
  3. # derived from ClockedWcabOEM by Patrick Wilborn is a modification of Widecabbie
  4. # drived from Widecabbie by Jonas H�ggqvist
  5. # derived from cabbie 2.0 default for the Sansa e200 Series by Marc Guay
  6. # derived from cabbie 2.0 default (C) 2007, Johannes Voggenthaler (Zinc Alloy)
  7. # Licensed under the GPLv2
  8. # => The WPS starts here <=
  9. # Don't display statusbar
  10. %wd
  11. # WPS Background
  12. %X(wpsbackdrop.bmp)
  13. # Load the icon strips
  14. %xl(B,battery-176x220x16.bmp,81,206,10)
  15. %xl(C,volume-176x220x16.bmp,104,206,10)
  16. %xl(F,playmode-176x220x16.bmp,130,180,5)
  17. # Battery icon
  18. %?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>>
  19. # Volume icon
  20. %?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)>
  21. # Playback icon (Stop/Play/Pause/Ffwd/Rew)
  22. %?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)>
  23. ###############################
  24. # Viewport definitions below: #
  25. ###############################
  26. #######################################################
  27. # Track info Viewport
  28. #######################################################
  29. %V(0,10,-,124,-)
  30. %s%ac%?it<%it|%fn>
  31. %s%ac%?ia<%ia|%?d(2)<%d(2)|>>
  32. %s%ac%?id<%id|%?d(1)<%d(1)|>>
  33. %al%#%in%ar%iy
  34. #######################################################
  35. # Progressbar (always shown)
  36. #######################################################
  37. # This progress bar used to be in the main viewport but I think a bug is causing the above track info viewport to cover it no matter what its dimensions are.
  38. %V(5,134,166,14,-)
  39. %pb(0,0,166,14,pb.bmp) # coordinates are relative to the viewport
  40. #######################################################
  41. # Track Time progress (always shown)
  42. #######################################################
  43. %V(0,149,-,25,-)
  44. %al%pc%ar%pt
  45. ##############################################################################
  46. # Volume Viewport: #
  47. ##############################################################################
  48. %V(0,192,70,25,-)
  49. %al%pvdb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement