It is currently May 2nd, 2024, 11:16 am

3 Disks

Get help with creating, editing & fixing problems with skins
Mietiex
Posts: 2
Joined: June 4th, 2012, 7:13 pm

3 Disks

Post by Mietiex »

Hello guys,

I'm probably the dumbest mofo ever, but I just can't seem to get the 3rd disk working.
I tried making a new 3 Disks.ini but I have no idea what to put in there. Googled a 3 Disks code from this site, copy pasted saved it and refreshed, however it didn't work when I tried to load it. could someone please tell me exactly what to do?

Thanks
User avatar
Arne Anka
Posts: 100
Joined: April 18th, 2009, 11:31 am
Location: Sweden

Re: 3 Disks

Post by Arne Anka »

Mietiex wrote:Hello guys,

I'm probably the dumbest mofo ever, but I just can't seem to get the 3rd disk working.
I tried making a new 3 Disks.ini but I have no idea what to put in there. Googled a 3 Disks code from this site, copy pasted saved it and refreshed, however it didn't work when I tried to load it. could someone please tell me exactly what to do?

Thanks
Post your code, or it's not possible to tell you what's wrong with it... We're not psychic ;-)
Livet är bara en period man ska överleva.
Som filosoferna säger: man föds, man lever och man dör ensam...
User avatar
KreAch3R
Posts: 608
Joined: February 7th, 2011, 7:27 pm
Location: Thessaloniki, GR

Re: 3 Disks

Post by KreAch3R »

He's probably talking about adding a 3rd Disk in illustro... But yeah, without your code attempts nothing can be done. :)
Inactive, due to life changes. Send me a PM for any question.

Desktop DeviartArt
Image
Mietiex
Posts: 2
Joined: June 4th, 2012, 7:13 pm

Re: 3 Disks

Post by Mietiex »

Hey,

Thanks for responding guys. This is the code I got from googling rainmeter 3 disks:

Code: Select all

[Rainmeter]
Author=poiru
AppVersion=1002000
Update=1000
MouseActionCursor=0
MiddleMouseDownAction=!RainmeterDeactivateConfig
BackgroundMode=1
MouseLeaveAction=!execute [!RainmeterHideMeter Popup][!RainmeterHideMeter Disk1Name][!RainmeterHideMeter Disk1Percent][!RainmeterHideMeter Disk1Bar][!RainmeterHideMeter Disk2Name][!RainmeterHideMeter Disk2Percent][!RainmeterHideMeter Disk2Bar][!RainmeterHideMeter Disk3Name][!RainmeterHideMeter Disk3Percent][!RainmeterHideMeter Disk3Bar][!RainmeterRedraw]

[Metadata]
Name=Gnometer: Disk (Popup)
Config=Gnometer | Disk
Description=Shows information about disk usage
Version=1.0.0
Tags=Disk
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0

[Variables]
@Include=..\SETTINGS\Variables.inc

; MEASURES

[MeasureDisk1]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=#disks.Drive1#
UpdateDivider=120

[MeasureDisk2]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=#disks.Drive2#
UpdateDivider=120

[MeasureDisk3]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=#disks.Drive3#
UpdateDivider=120

; STYLES

@Include2=..\SETTINGS\Styles.inc

[PopupStyle]
Hidden=1

[TextLeftStyle]
Hidden=1

[TextRightStyle]
Postfix=%
Percentual=1
Hidden=1

[SeperatorStyle]
Hidden=1

; METERS

[Line]
Meter=IMAGE
MeterStyle=LineStyle
MouseOverAction=!execute [!RainmeterShowMeter Popup][!RainmeterShowMeter Disk1Name][!RainmeterShowMeter Disk1Percent][!RainmeterShowMeter Disk1Bar][!RainmeterShowMeter Disk2Name][!RainmeterShowMeter Disk2Percent][!RainmeterShowMeter Disk2Bar][!RainmeterShowMeter Disk3Name][!RainmeterShowMeter Disk3Percent][!RainmeterShowMeter Disk3Bar][!RainmeterRedraw]

[Icon]
Meter=IMAGE
MeterStyle=IconStyle
ImageName=Disk.png
LeftMouseUpAction=!Execute ["#disks.Drive1#"]
MouseActionCursor=1

[Title]
Meter=STRING
MeterStyle=TitleStyle
Text="Drives"

[Subtitle]
Meter=STRING
MeterStyle=SubtitleStyle
MeasureName=MeasureDisk1
AutoScale=1
Percentual=1
Text="%1% used of #disks.Drive1#"

; Popup

[Popup]
Meter=IMAGE
MeterStyle=PopupStyle
H=((#h.Other#*3)+20)

; Disk

[Disk1Name]
Meter=STRING
MeterStyle=TextLeftStyle
Y=#h.Item#
Text="#disks.Drive1#"
LeftMouseUpAction=!Execute ["#disks.Drive1#"]
MouseActionCursor=1

[Disk1Percent]
Meter=STRING
MeterStyle=TextRightStyle
MeasureName=MeasureDisk1

[Disk1Bar]
Meter=BAR
MeterStyle=SeperatorStyle
MeasureName=MeasureDisk1

[Disk2Name]
Meter=STRING
MeterStyle=TextLeftStyle
Y=5r
Text="#disks.Drive2#"
LeftMouseUpAction=!Execute ["#disks.Drive2#"]
MouseActionCursor=1

[Disk2Percent]
Meter=STRING
MeterStyle=TextRightStyle
MeasureName=MeasureDisk2

[Disk2Bar]
Meter=BAR
MeterStyle=SeperatorStyle
MeasureName=MeasureDisk2

[Disk3Name]
Meter=STRING
MeterStyle=TextLeftStyle
Y=5r
Text="#disks.Drive3#"
LeftMouseUpAction=!Execute ["#disks.Drive3#"]
MouseActionCursor=1

[Disk3Percent]
Meter=STRING
MeterStyle=TextRightStyle
MeasureName=MeasureDisk3

[Disk3Bar]
Meter=BAR
MeterStyle=SeperatorStyle
MeasureName=MeasureDisk3

; Gap

[Gap]
Meter=IMAGE
MeterStyle=GapStyle


So I copied the 2 disks file, replaced all the code with this one and then saved it.
When I try to use it however, it doesn't work.
Thanks in advance!
Last edited by Brian on June 8th, 2012, 4:00 am, edited 1 time in total.
Reason: Use [code] tags.
User avatar
UnforgivenRevival
Posts: 310
Joined: June 7th, 2012, 2:25 am
Location: Philadelphia, PA

Re: 3 Disks

Post by UnforgivenRevival »

It seems to me, you have to make sure #disks.drive3# is the correct drive your looking for in your variables.inc file.