It is currently March 28th, 2024, 11:55 pm

Urgent help needed with the Blood skin (Launching folders)

Get help with creating, editing & fixing problems with skins
Teejay
Posts: 1
Joined: July 3rd, 2013, 1:43 am

Urgent help needed with the Blood skin (Launching folders)

Post by Teejay »

Hello, I'm a new Rainmeter user and I ran into a problem. Any help on this would be greatly appreciated. The skin I'm using has links to open folders, e.g Games, Documents, etc. However, they don't work. I've tried a few things but nothing seems to work. This is what I have so far. For the record, my username is Teejay.

;You need to edit these lines; Line 11 YourUsername: Change this to the username you have on your computer.
; Line 12 YourGameFolder: Change this to the folder where you keep your games. I reccommend making a folder and putting shortcuts to all your games there.

Code: Select all

[Rainmeter]
Update=50

[Variables]
Font=Trebuchet MS
Size=15
Red=200,0,0,255
YourUsername=Teejay
YourGameFolder=C:\Users\Teejay\Games

[Metadata]
Name=Simply Blood
Author=Cold Damage
Information=Right click on trashbin empties it.
Version=2.0

[MeasureBinSize]
Measure=Plugin
Plugin=RecycleManager
RecycleType=Size
UpdateDivider=5

[MeasureBinAmount]
Measure=Plugin
Plugin=RecycleManager
RecycleType=Count
UpdateDivider=3

[Pictures]
Meter=String
Text=Pictures
X=200
Y=0
W=100
H=30
SolidColor=0,0,0,1
FontFace=#Font#
FontColor=#Red#
FontSize=#Size#
MouseOverAction=[!SetOption Pictures Text [Pictures]-][!SetOption Pictures FontSize 17][!SetOption Pictures X 195]
MouseLeaveAction=[!SetOption Pictures Text Pictures][!SetOption Pictures FontSize #Size#][!SetOption Pictures X 200]
AntiAlias=1
LeftMouseDownAction=!Execute ["C:\Users\Teejay\Pictures"]
StringAlign=Right

[Documents]
Meter=String
Text=Documents
X=200
Y=30
W=100
H=30
SolidColor=0,0,0,1
FontFace=#Font#
FontColor=#Red#
FontSize=#Size#
MouseOverAction=[!SetOption Documents Text [Documents]-][!SetOption Documents FontSize 17][!SetOption Documents X 195]
MouseLeaveAction=[!SetOption Documents Text Documents][!SetOption Documents FontSize #Size#][!SetOption Documents X 200]
AntiAlias=1
LeftMouseDownAction=!Execute SystemRoot\explorer.exe ["C:\Users\Teejay\Documents"]
StringAlign=Right

[Downloads]
Meter=String
Text=Downloads
X=200
Y=60
W=180
H=30
SolidColor=0,0,0,1
FontFace=#Font#
FontColor=#Red#
FontSize=#Size#
MouseOverAction=[!SetOption Downloads Text [Downloads]-][!SetOption Downloads FontSize 17][!SetOption Downloads X 195]
MouseLeaveAction=[!SetOption Downloads Text Downloads][!SetOption Downloads FontSize #Size#][!SetOption Downloads X 200]
AntiAlias=1
LeftMouseDownAction=[C:\Users\#Teejay#\Downloads]
StringAlign=Right

[Games]
Meter=String
Text=Games
X=200
Y=90
W=100
H=30
SolidColor=0,0,0,1
FontFace=#Font#
FontColor=#Red#
FontSize=#Size#
MouseOverAction=[!SetOption Games Text [Games]-][!SetOption Games FontSize 17][!SetOption Games X 195]
MouseLeaveAction=[!SetOption Games Text Games][!SetOption Games FontSize #Size#][!SetOption Games X 200]
AntiAlias=1
LeftMouseDownAction=!Execute ["C:\Windows\Explorer.exe" "C:\Users\Teejay\Games"]
StringAlign=Right

[RainmeterFolder]
Meter=String
Text=Rainmeter
X=200
Y=120
W=100
H=30
SolidColor=0,0,0,1
FontFace=#Font#
FontColor=#Red#
FontSize=#Size#
MouseOverAction=[!SetOption RainmeterFolder Text [Rainmeter]-][!SetOption RainmeterFolder FontSize 17][!SetOption RainmeterFolder X 195]
MouseLeaveAction=[!SetOption RainmeterFolder Text Rainmeter][!SetOption RainmeterFolder FontSize #Size#][!SetOption RainmeterFolder X 200]
AntiAlias=1
LeftMouseDownAction=[C:\Users\#Teejay#\Documents\Rainmeter]
StringAlign=Right

[Computer]
Meter=String
Text=Computer
X=200
Y=150
W=100
H=30
SolidColor=0,0,0,1
FontFace=#Font#
FontColor=#Red#
FontSize=#Size#
MouseOverAction=[!SetOption Computer Text [Computer]-][!SetOption Computer FontSize 17][!SetOption Computer X 195]
MouseLeaveAction=[!SetOption Computer Text Computer][!SetOption Computer FontSize #Size#][!SetOption Computer X 200]
AntiAlias=1
LeftMouseDownAction=[ "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"]
StringAlign=Right

[ControlPanel]
Meter=String
Text=ControlPanel
X=200
Y=180
W=130
H=30
SolidColor=0,0,0,1
FontFace=#Font#
FontColor=#Red#
FontSize=#Size#
MouseOverAction=[!SetOption ControlPanel Text [ControlPanel]-][!SetOption ControlPanel FontSize 17][!SetOption ControlPanel X 195]
MouseLeaveAction=[!SetOption ControlPanel Text ControlPanel][!SetOption ControlPanel FontSize #Size#][!SetOption ControlPanel X 200]
AntiAlias=1
LeftMouseDownAction=["control"]
StringAlign=Right

[Trashbin]
Meter=String
Text=Trashbin
X=200
Y=210
W=130
H=30
SolidColor=0,0,0,1
FontFace=#Font#
FontColor=#Red#
FontSize=#Size#
MouseOverAction=[!SetOption Trashbin Text [Trashbin]-][!SetOption Trashbin FontSize 17][!SetOption Trashbin X 195]
MouseLeaveAction=[!SetOption Trashbin Text Trashbin][!SetOption Trashbin FontSize #Size#][!SetOption Trashbin X 200]
AntiAlias=1
LeftMouseDownAction=!execute ["::{645FF040-5081-101B-9F08-00AA002F954E}"]
RightMouseUpAction=!CommandMeasure MeasureBinSize EmptyBin
StringAlign=Right

[MeterBinSize]
Meter=String
MeasureName=MeasureBinSize
X=200
Y=250
FontFace=#Font#
FontColor=#Red#
AutoScale=1
Text=[Bin size: %1b]
AntiAlias=1
StringAlign=Right

[MeterBinAmount]
Meter=String
MeasureName=MeasureBinAmount
X=200
Y=235
FontFace=#Font#
FontColor=#Red#
AutoScale=1
Text=[Bin Files: %1]
AntiAlias=1
StringAlign=Right
NumOfDecimals=0
Please help me!

EDIT: Fixed, somehow? It just started working...