Advertisement
fennectech

Theme file .wps

Nov 9th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. # Cabbie v2.0
  2. # (C) 2007-2012 The Authors (see /rockbox/wps/AUTHORS)
  3. # Derived from "cabbie" (C) Yohann Misquitta
  4. #
  5. # Disable Status Bar
  6. %wd
  7. #
  8. # Load Backdrop
  9. %X(wpsbackdrop-240x320x16.bmp)
  10. #
  11. # Preload Images
  12. %xl(A,lock-240x320x16.bmp,0,0,2)
  13. %xl(B,battery-240x320x16.bmp,0,0,10)
  14. %xl(C,volume-240x320x16.bmp,0,0,10)
  15. %xl(D,shuffle-240x320x16.bmp,0,0)
  16. %xl(E,repeat-240x320x16.bmp,0,0,4)
  17. %xl(F,playmode-240x320x16.bmp,0,0,5)
  18. #
  19. # Album Art/Info Viewport Conditional
  20. %?C<%Vd(a)|%Vd(b)>
  21. #
  22. # Progress Bar
  23. %V(22,254,199,13,-)
  24. %pb(0,0,-,13,pb-240x320x16.bmp)
  25. #
  26. # Hold
  27. %V(11,292,31,28,-)
  28. %?mh<%xd(Aa)|%xd(Ab)>
  29. #
  30. # Battery
  31. %V(46,292,45,28,-)
  32. %?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>>
  33. #
  34. # Volume
  35. %V(98,292,34,28,-)
  36. %?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)>
  37. #
  38. # Shuffle
  39. %V(139,292,38,28,-)
  40. %?ps<%xd(D)>
  41. #
  42. # Repeat
  43. %V(182,292,19,28,-)
  44. %?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)>
  45. #
  46. # Playmode
  47. %V(206,292,24,28,-)
  48. %?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)>
  49. #
  50. # Time Elapsed/Remaining
  51. %V(21,270,199,14,-)
  52. %al%pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr
  53. #
  54. # Album Art
  55. %ax%Vl(a,55,30,130,130,-)
  56. %Cl(0,0,130,130,c,c)
  57. %Cd
  58. #
  59. # Track Info - Album Art
  60. %ax%Vl(a,0,165,-,78,1)
  61. %s%ac%?it<%it|%fn>
  62. %s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>>
  63. %s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>>
  64.  
  65. %s%ac%Sx(Next:) %?Ia<%Ia|%?D(2)<%D(2)|%(root%)>> - %?It<%It|%Fn>
  66. #
  67. # Track Info - No Album Art
  68. %Vl(b,0,45,-,198,1)
  69. %s%ac%?it<%it|%fn>
  70. %s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>>
  71. %s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>>
  72. %ac%?iy<%iy|>
  73.  
  74. %ac%?ig<%ig|>
  75. %ac%?fv<%(vbr%) |>%fb kbit/s %fc
  76.  
  77.  
  78. %ac%Sx(Next Track:)
  79. %ac%s%?It<%It|%Fn>
  80. %s%ac%?Ia<%Ia|%?D(2)<%D(2)|%(root%)>>
  81. %s%ac%?Id<%Id|%?D(1)<%D(1)|%(root%)>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement