Advertisement
Guest User

remove irrelevant whitespace - final edit, fix error.

a guest
Dec 29th, 2010
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. # This theme is released under the following license:
  2. # Creative Commons Attribution-Share Alike 3.0 Unported License
  3. # http://creativecommons.org/licenses/by-sa/3.0/
  4. #
  5. #
  6. #Disable Status Bar
  7. %wd
  8. #
  9. #background, font & images:
  10. #
  11. %X(darknesswps.bmp)0%|0%|
  12. #
  13. %xl(a,playstatus.bmp,20,0,2)
  14. %xl(b,centerline.bmp,101,48)
  15. %xl(c,lock.bmp,0,0)
  16. %xl(d,volume.bmp,140,1,4)
  17. %xl(e,shuffle.bmp,0,0)
  18. %xl(f,repeat.bmp,0,0,4)
  19. %xl(g,centerline2.bmp,55,48)
  20. %xl(h,aaframe.bmp,0,0)
  21. %xl(i,battery.bmp,110,5,6)
  22. %xl(j,hdd.bmp,0,0)
  23. %xl(k,ff.bmp,42,6)
  24. %xl(l,rw.bmp,0,6)
  25. #
  26. #
  27. #Progress Bar:
  28. #
  29. #
  30. %V(9,130,200,17,-)
  31. %pb(0,0,200,17,pbfull.bmp)
  32. #
  33. #
  34. #Play/Pause/FF/RW:
  35. #
  36. #
  37. %V(77,148,61,25,-)
  38. %?mp<%xd(ab)|%xd(a)|%xd(ab)|%xd(a)%xd(k)|%xd(a)%xd(l)|>
  39. #
  40. #
  41. #Shuffle & Repeat:
  42. #
  43. #
  44. %V(49,152,27,18,-)
  45. %?ps<%xd(e)>
  46. %V(146,151,21,25,-)
  47. %?mm<|%xd(fa)|%xd(fb)|%xd(fc)|%xd(fd)>
  48. #
  49. #
  50. #Tray icons:
  51. #
  52. #
  53. %V(0,0,-,19,-)
  54. #Power
  55. %?bp<%?bc<%xd(if)%Vd(b)|%xd(if)%Vd(c)>|%Vd(a)%?bl<%xd(ia)|%xd(ia)|%xd(ib)|%xd(ic)|%xd(id)|%xd(ie)>>
  56. #Volume
  57. %?pv<%xd(da)|%xd(db)|%xd(db)|%xd(dc)|%xd(dc)|%xd(dd)|%xd(dd)>
  58. #Real Time Clock
  59. %V(168,7,50,10,0)%Vf(CCCCCC)
  60. %?cc<%?cf<%ac%cH:%cM:%cS|%al%cl:%cM %cP>|Clock needs setting!>
  61. #
  62. #
  63. #Album art and song info:
  64. #
  65. %V(4,24,-,90,-)
  66. %Cl(1,1,80,80)
  67. %?C<%Cd%xd(h)%Vd(d)|%Vd(e)>
  68. #
  69. #
  70. #Titles with album art:
  71. #
  72. #Artist:
  73. %Vl(d,92,59,128,16,1)%Vf(383838)
  74. %ac%s%?ia<%ia|%?iA<%iA|%?d(2)<%d(2) [NO TAG]|[NO TAG]>>>
  75. #
  76. #Album:
  77. %Vl(d,92,42,128,16,1)%Vf(383838)
  78. %ac%s%?id<%id|%?d(1)<%d(1) [NO TAG]|[NO TAG]>>
  79. #
  80. #Track:
  81. %Vl(d,92,25,128,16,1)%Vf(383838)
  82. %ac%s%?it<%it|%fn [NO TAG]>
  83. #
  84. #Genre:
  85. %Vl(d,92,76,128,16,1)%Vf(383838)
  86. %t(3)%ac%?ig<%ig|%Sx(Genre) %Sx(Unknown)>
  87. #
  88. #Playlist position:
  89. %Vl(d,92,93,128,16,1)%Vf(383838)
  90. %t(3)%ac%s%pp of %pe
  91. #
  92. #
  93. #Titles without album art:
  94. #
  95. #Artist:
  96. %Vl(e,0,59,-,16,1)%Vf(383838)
  97. %ac%s%?ia<%ia|%?iA<%iA|%?d(2)<%d(2) [NO TAG]|[NO TAG]>>>
  98. #
  99. #Album:
  100. %Vl(e,0,42,-,16,1)%Vf(383838)
  101. %ac%s%?id<%id|%?d(1)<%d(1) [NO TAG]|[NO TAG]>>
  102. #
  103. #Track:
  104. %Vl(e,0,25,-,16,1)%Vf(383838)
  105. %ac%s%?it<%it|%fn [NO TAG]>
  106. #
  107. #Genre:
  108. %Vl(e,0,76,-,16,1)%Vf(383838)
  109. %t(3)%ac%?ig<%ig|%Sx(Genre) %Sx(Unknown)>
  110. #
  111. #Playlist position and Rating(Or Playcount):
  112. %Vl(e,0,93,-,16,1)%Vf(383838)
  113. %t(3)%ac%s%pp of %pe
  114. #
  115. #All titles:
  116. #
  117. #Time:
  118. %V(6,153,32,16,1)%Vf(383838)
  119. %pc
  120. %V(166,153,54,16,1)%Vf(383838)
  121. %ar%pt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement