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

Help: Rainmeter Skins • Re: adapt my conky on rainmeter

$
0
0
hello, I would like to adapt my conky on rainmeter

https://www.pling.com/p/2119346/

but I can't find how to add date+1 -1 etc...

on conky you can do it like this

Code:

${execi 1200 date -d -2day +%d}
do we have the equivalent on rainmeter ?
In Rainmeter, dates are just Windows timestamps (number of seconds since...). So you can do math with the number to add/subtract seconds from the timestamp; e.g., add a day to the value by adding "... + (60 * 60 * 24)". See the docs on the Time measure for more info about turning timestamps into formatted text and vice versa.

Statistics: Posted by SilverAzide — Today, 12:49 pm



Viewing all articles
Browse latest Browse all 1572

Trending Articles