Advertisement
Guest User

Games Skin Coding

a guest
Sep 13th, 2012
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. [Rainmeter]
  2. Author=Dyne Arts
  3. LocalFont="#ROOTCONFIGPATH#Font\AC2Aaux Prolight.ttf"
  4. ________________________
  5.  
  6. [Metadata]
  7. Name=Animus (Customized by Dyne Arts)
  8. Information=Opens game-links folder
  9. Version=1.0
  10. ________________________
  11.  
  12. [Variables]
  13. cBlack=0,0,0,128
  14. fBlack=0,0,0,200
  15. hBlack=0,0,0,240
  16.  
  17. cWhite=255,255,255,255
  18. fWhite=255,255,255,200
  19. hWhite=255,255,255,180
  20.  
  21. cRed=166,1,15,255
  22.  
  23. ;LocalFontFace=AC2Aaux Prolight
  24. LocalFontFace=AC2Aaux ProMedium
  25. ;LocalFontFace=AC2Aaux ProBold
  26.  
  27. FontSize=19
  28. ________________________
  29.  
  30. [Meter]
  31. Meter=BUTTON
  32. X=1
  33. Y=1
  34. ButtonImage=/../Button.png
  35. LeftMouseUpAction=!Execute [%SystemRoot%\explorer.exe "%UserProfile%\Documents\Rainmeter\Skins\Animus (Customized by Dyne Arts)\Folderlinks\Games\Links"]
  36.  
  37. [String]
  38. Meter=String
  39. x=85
  40. y=2
  41. StringAlign=LEFT
  42. StringCase=UPPER
  43. FontColor=#fWhite#
  44. FontSize=#FontSize#
  45. FontFace=#LocalFontFace#
  46. Text=Games
  47. AntiAlias=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement