rainmeter + vars Thread last updated on 2004-05-19 15:14:56

Posted by member 17337 on 2004-05-18 18:57:26

Anyone now if you can use $vars$ in rainmeter.ini? I have seen some themes that do this but can't seem to get it to work in my own themes. Is there something I am missing?

Posted by member 35 on 2004-05-18 18:59:48 link

i thought that it was only supported in rainlendar

Posted by member 12025 on 2004-05-18 19:43:21 link

Dunno. Bump, as I'd use both rainmeter and rainlendar if I could get evars to work.

Posted by member 45783 on 2004-05-19 07:48:55 link

I don't think you can, but there is a workaround.

If you need the vars to position the meter or anything like that, you can just make a script that runs on startup, since !RainmeterMove and its other bangs do support $vars$.

Hope this helps.

Posted by member 102612 on 2004-05-19 12:00:45 link

You can use them indirectly. Save the vars somewhere else like themevars.rc. Then in rainmeter.ini, do something like this:
IF NOT meterOn
StartHidden=1
ENDIF

Posted by member 17337 on 2004-05-19 12:51:45 link

Thanks for the input guys. Looks like the short answer is no. I think I will probably end up using the bangs to position the meter.

Posted by member 102612 on 2004-05-19 15:14:56 link

I just looked at me code. I haven't finished the implementation of my code as posted above. Sorry. When I get back to it, I'll try to let you know.