Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. [Variables]
  2. ; Number of defined icons (Default = 10), change this to let the skin adjusts his size
  3. TotalIcons=10
  4.  
  5. ; Space between the icons (Default = 10)
  6. SpaceIcons=11
  7.  
  8. ; Size of the icons (Default = 48)
  9. IconSize=40
  10.  
  11. ; Starter and minimum transparency. Min value is 0 and max is 255 (Default = 0)
  12. Alpha=255
  13.  
  14. ; Color of the line (Default = 255,255,255,150)
  15. ; If you don't want the line, set the last number to zero (Ex: 255,255,255,0)
  16. LineColor=255,255,255,0
  17.  
  18. ; Line thickness (Default = 5). If you set this to zero the line will be "hidden" too
  19. LineThickness=5
  20.  
  21. ; Space between the icons and the line (Default = 10). I recommend set the same value as "SpaceIcons"
  22. SpaceLineIcons=10
  23.  
  24. ; Color of the background (Default = 0,0,0,0)
  25. BackgroundColor=0,0,0,0
  26.  
  27.  
  28. ;**************
  29. ; Icons format
  30. ;**************
  31. ; If you add more icons remember to change the "X" in every field by the icon number
  32. ; IconX ---> (Commented) Mostly for you, to have an order and quickly identify every icon
  33. ; IconX ---> Starter image and when your mouse leaves the icon
  34. ; IconXOver ---> Image when your mouse is over the icon
  35. ; IconXAction ---> Path to the .exe or whatever you want to execute when you click the icon
  36.  
  37. ; NOTE: remember that if you add or remove icons (Icons != 10) you will have to edit (adding or removing) the same amount of icons inside "Icons.ini". Also, don't forget to set TotalIcons (first variable in this document) to match the number of your defined icons.
  38.  
  39.  
  40. ;Icon1
  41. Icon1=#@#Icons\Steam\Steam.png
  42. Icon1Over=#@#Icons\Steam\Steam_over.png
  43. Icon1Action=["C:\Program Files (x86)\Steam\Steam.exe"]
  44.  
  45. ;Icon2
  46. Icon2=#@#Icons\chrome\chrome.png
  47. Icon2Over=#@#Icons\chrome\chrome_over.png
  48. Icon2Action=["C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"]
  49.  
  50. ;Icon3
  51. Icon3=#@#Icons\musicbee\musicbee.png
  52. Icon3Over=#@#Icons\musicbee\musicbee_over.png
  53. Icon3Action=["C:\Program Files (x86)\MusicBee\MusicBee.exe"]
  54.  
  55. ;Icon4
  56. Icon4=#@#Icons\cities\cities.png
  57. Icon4Over=#@#Icons\cities\cities_over.png
  58. Icon4Action=["steam://rungameid/261640"]
  59.  
  60. ;Icon5
  61. Icon5=#@#Icons\ck2\ck2.png
  62. Icon5Over=#@#Icons\ck2\ck2_over.png
  63. Icon5Action=["steam://rungameid/203770"]
  64.  
  65. ;Icon6
  66. Icon6=#@#Icons\paintnet\paintnet.png
  67. Icon6Over=#@#Icons\paintnet\paintnet_over.png
  68. Icon6Action=["C:\Program Files\paint.net\PaintDotNet.exe"]
  69.  
  70. ;Icon7
  71. Icon7=#@#Icons\launchbox\launchbox.png
  72. Icon7Over=#@#Icons\launchbox\launchbox_over.png
  73. Icon7Action=["C:\Users\Chave\LaunchBox\LaunchBox.exe"]
  74.  
  75. ;Icon8
  76. Icon8=#@#Icons\indesign\indesign.png
  77. Icon8Over=#@#Icons\indesign\indesign_over.png
  78. Icon8Action=["C:\Program Files\Adobe\Adobe InDesign CC 2018\InDesign.exe"]
  79.  
  80. ;Icon9
  81. Icon9=#@#Icons\illustrator\illustrator.png
  82. Icon9Over=#@#Icons\illustrator\illustrator_over.png
  83. Icon9Action=["C:\Program Files\Adobe\Adobe Illustrator CC 2018\Support Files\Contents\Windows\Illustrator.exe"]
  84.  
  85. ;Icon10
  86. Icon10=#@#Icons\Photoshop\Photoshop.png
  87. Icon10Over=#@#Icons\photoshop\photoshop_over.png
  88. Icon10Action=["C:\Program Files\Adobe\Adobe Photoshop CC 2018\Photoshop.exe"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement