1

Does anyone know a way to get a series of pictures as in a slideshow appearing as a background in ConEmu? Where the next picture is chosen at a given time interval.

Or alternatively is there a way to programatically change the background by writing a script to different pictures such as the following ones?

C:\Users\user\My Pictures\pic1.jpg

C:\Users\user\My Pictures\pic2.jpg

Har
  • 3,727
  • 10
  • 41
  • 75

1 Answers1

2

Just set up as your background

C:\Users\user\My Pictures\pic_.jpg

And create a script that will do cyclic copying of fresh image to pic_.jpg.

Maximus
  • 10,751
  • 8
  • 47
  • 65