Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 752

Help: Rainmeter Application • How to add 3 HDDs?

$
0
0
It's too complicated for me. I am not a programmer.
You do it. Please!

Code:

; Lines starting ; (semicolons) are commented out.; That is, they do not affect the code and are here for demonstration purposes only.; ----------------------------------; HOWTO: Adding more disks; ----------------------------------; Adding more disks is a pretty straightforward process. Follow the following steps to turn; this 2 disks skin into a 3 disks skin. You can then extend it even further as you wish.;; 1) Create a new variable called disk3=X: directly below disk2=D: in the [Variables] section; 2) Create a copy of the [measureTotalDisk2] and [measureUsedDisk2] sections; 3) Rename the copied sections to [measureTotalDisk3] and [measureUsedDisk3], respectively.;    Also change Drive=#disk2# to Drive=#disk3#; 4) Create a copy of the [meterLabelDisk2], [meterValueDisk2], and [meterBarDisk2].;    Rename all Disk2's in the copied sections to Disk3.; 5) Now we need to change the Y= values to adjust height. Change Y= under [meterLabelDisk3];    to Y=80 (calculated by adding 20 to the Y= value of previous meterLabel).;    Then change Y= under [meterBarDisk3] to Y=92 (calculated by adding 20 to the Y= value of previous meterBar).; 6) Save the file as '3 Disks.ini'. Now right-click on the Rainmeter tray icon and select;    'Refresh All'. Now go activate the '3 Disks.ini' skin and enjoy! :)... clip ...
Someone here could do that for you, but without an effort on your part to at least try to follow some very detailed instructions to achieve your goal, we would be defeating the purpose and spirit of these forums.

We encourage you to try, and if you fail, come back and post the code changes and someone here will definitely help you get it working.

Requests for skins is truly discouraged because we are all volunteering our time to help other learn the joy and pride of making something they envision but need help achieving.

You CAN do it! :rosegift:

Statistics: Posted by eclectic-tech — 17 minutes ago — Replies 5 — Views 85



Viewing all articles
Browse latest Browse all 752

Trending Articles