rainmeter skins Thread last updated on 2005-11-12 14:47:05

Posted by member 6775 on 2003-11-21 04:59:30

d/l 2 themes. for either theme when I switch themes dialog box pops up 'there are no skins in c:\litestep\modules\rainmeter\skins\'. there are skins in the directory! Slowly going mad!
Any ideas or help appreciated. thks
errol_t

Posted by member 7223 on 2003-11-21 06:54:07 link

check out the theme.rc to see if the following lines exist (and are correct):
rainmeterinifile "$pathto$rainmeter.ini"
rainmeterskinpath "$pathto$rainmeterskins"

Posted by member 277984 on 2005-11-10 22:04:49 link

Ok I have the same problem except when I put in the code I get pathto variable not defined. How do I fix this ??

Help appreciated. Thanks

Posted by member 5575 on 2005-11-11 01:39:52 link

Well, you need to change "pathto" to whatever the path to the files actually is, e.g., I have

ConfigDir "$ThemeDir$config"

and then

RainmeterSkinPath "$ConfigDir$Rainmeter\\\"
RainmeterIniFile "$ConfigDir$Rainmeter\rainmeter.ini"

The "pathto" was used as an example, not to be taken literally. =)

Posted by member 277984 on 2005-11-12 14:47:05 link

Thanks it works now.