Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
NotNobody
16 discussion posts
This feature is a no-brainer. I would utilize it to its fullest to match the mood of day and night, dusk and dawn.

I look forward to seeing it, hopefully soon! :wink:
Oct 6, 2010  • #1
Jon Tackabury (BFS)'s profile on WallpaperFusion.com
This is something that I hope to support in version 3.3. With the addition of command line support, you'll be able to create a Windows scheduled tasks to load different wallpaper profiles at preset times. :)
Oct 6, 2010  • #2
User Image
NotNobody
16 discussion posts
Hey Jon,

Is there a way to do this yet? I have lots of sunrise, mid-day, and sunset profiles I'd love to have automatically change for me.

-Rob Hayes
Pro user
May 23, 2011  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Hi Rob,

We're still working out the best way to implement this feature. As soon as we're able to implement it in a beta version, we'll be sure to let you know.

Thank!
May 23, 2011  • #4
User Image
NotNobody
16 discussion posts
Cool, I'm really looking forward to this!
May 25, 2011  • #5
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Good stuff :)
May 25, 2011  • #6
User Image
NotNobody
16 discussion posts
So, I'm too excited about this feature that I couldn't wait for it to be implemented. I found someone kind enough to write an AutoHotKey script for it.

I'm thinking of writing a step-by-step tutorial for how to implement it for those who can't figure it out... but not if you guys plan to implement the feature soon. What do you think?

Code

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
#SingleInstance, Force
#Persistent

Times= ;make sure they are in order earliest to latest unless you want to add a sort command
(
0700|^!+{F1}
0800|^!+{F2}
0900|^!+{F3}
1100|^!+{F4}
1200|^!+{F5}
1400|^!+{F6}
1500|^!+{F7}
1600|^!+{F8}
1700|^!+{F9}
1720|^!+{F10}
1740|^!+{F11}
1800|^!+{F12}
1830|^!#{F1}
1900|^!#{F2}
1930|^!#{F3}
2000|^!#{F4}
2100|^!#{F5}
2300|^!#{F6}
)
OnExit, Exit
IfNotExist, Time.txt
{
   FileAppend, % Times, Time.txt
   loop, read, Time.txt
      Lines := A_Index
   Loop, Parse, Times, `n, `r ; Finds the closest time in tTime to the current time
   {
      StringSplit, string, A_LoopField, |
      Difference := MTime() - string1
      If Difference "" ? SubStr(Time, 5 ,2) : "00")
STime:=(((ST_Hour-A_Hour)*60+(ST_Min-A_Min))*60+(ST_Sec-A_Sec))*1000
STime:=STime0 ? STime+86400000 : STime
Sleep %STime%
Return % A_Hour ":" A_Min
}
Jun 9, 2011  • #7
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Sorry for the delayed response, it's been super busy here!

You can actually set wallpapers based on time of day by using the DisplayFusion Command Line tool.

Here's how you would set it up:
- Create different wallpaper profiles for each time of day: http://www.displayfusion.com/Help/#wallpaper
- Setup Windows Scheduled Tasks (one for each profile/time of day) to run displayfusioncommand.exe with the -wallpaperloadprofile switch: http://www.displayfusion.com/FAQ/#commandline

If you need any extra help with the steps above, please let me know.

Thanks!
Jun 10, 2011 (modified Jul 17, 2011)  • #8
User Image
NotNobody
16 discussion posts
Wow, this way is much better! Going to give it a try now, will report back.
Jun 10, 2011  • #9
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Sounds good!
Jun 10, 2011  • #10
User Image
NotNobody
16 discussion posts
Wow, very cool - works perfectly! I can definitely see this as a Lifehacker article that would drive some serious traffic DF's way :wink:
Jun 10, 2011  • #11
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Awesome, glad to hear it worked out! If it got submitted to Lifehacker, that would be even more awesome :)
Jun 10, 2011  • #12
User Image
Relyimah
1 discussion post
Sorry to dig up an old thread, but from what I hear, you can now do this type of stuff "in house" on a Mac, and at least with one other windows app.

Would be fantastic if you could do this within the app.. setting the time boundaries for each wallpaper.

I'm going to look into the suggestion to do this via task manager as it's a good workaround, but it would be super cool if you could do this within the UI
Sep 1, 2020  • #13
Keith Lammers (BFS)'s profile on WallpaperFusion.com
We do still have an open feature request for this. If we're able to implement it in a future update, we'll be sure to let you know :)

Thanks!
Sep 2, 2020  • #14
User Image
steejo
1 discussion post
Seconded!

Would love to change my wallpapers to some dark-colored ones to go easy on my eyes at night. If you can add a setting to also allow it to occur during sunrise / sunset, that would be perfect.
Dec 1, 2020  • #15
User Image
mat20
25 discussion posts
Any progress on this request 15 years later?
Jun 27, 2023  • #16
Keith Lammers (BFS)'s profile on WallpaperFusion.com
@mat20: No plans to implement it at this time, but there is a way to do it using the command line tool and scheduled tasks: https://www.displayfusion.com/HelpGuide/SchedulingWallpaperChanges/
Jun 27, 2023  • #17
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)