windows - Rainmeter - How to launch a period task -


i've used geektool mac , can setup process (like script) run every x number of seconds , display output (say image).

i'm trying similar rainmeter (windows) can't seem make sense of it. there simple way in skin have run system command every x seconds?

thanks!

something should job:

[rainmeter] update=1000  ;updates rainmeter every second  [measureperiodcommand] updatedivider=15  ;runs every 15 seconds measure=calc onupdateaction=["ping"]  ;replace 'ping' command   ;you can omit meter [meterdumb] meter=string text="this working!" fontsize=50 

for more information, see onupdateaction


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -