Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [Rainmeter]
  2. Update=1000
  3.  
  4. [MeasureHour]
  5. Measure=Time
  6. Format=%H
  7. IfCondition= MeasureHour <9
  8. IfTrueAction=[!SetWallpaper #@#BackgroundNight.png Center]
  9. IfCondition2= (MeasureHour >=9) && (MeasureHour <=16)
  10. IfTrueAction2= [!SetWallpaper #@#BackgroundDay.png Center]
  11. IfCondition3= MeasureHour >16
  12. IfTrueAction3= [!SetWallpaper #@#BackgroundNight.png Center]
  13. [Background]
  14. Meter=Image
  15. ImageName=#@#BackgroundDay
  16. W=1
  17. H=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement