Replies: 2 comments
-
To respond to the request of integrated functionalities
That's the one point that is probably the least likely to happen. It would require either projects to heavily compromise and give up their vision for the project.
ADM already has a way to talk to it via windows namedpipes. and Rust Since we mainly operate in C# it is also declared as an interface
In addition, Auto Dark Mode also offers a command line interface that wraps the aforementionied windows pipes client. If any developer from another project wanted to collaborate, those two options should be quite painless and depending on the feasibility we'd be open to integrating new functionality into our pipe server to talk to and interact with other applications To respond to your second inquiry about script schedulingADM and WDD operate, as far as I know in a different way. While WDD updates multiple times a day, ADM updates at two set times in a day and synchronizes themes based on WMI driven events. |
Beta Was this translation helpful? Give feedback.
-
|
I made a script to automatically change the background to match the system light/dark mode. I thought I'd share how to achieve this here as I have seen a few people requesting this feature. Open each file in Notepad. Find the following line and make sure the dark file has the following, change the light file to say false. Download AutoHotKey and use the following script. Change your username to match your system.
Now when you press Ctrl key and F1 it will change the system theme and the wallpaper to dark mode. Pressing Ctrl and F2 for the light system mode and wallpaper. I need to improve the script as I don't want the Powershell windows to appear but this does the job. The code above also changes the T-Clock text colour to white/black so it is readable when switching modes as it doesn't happen automatically so if you don't use this you can just remove it. You can also use this with AutoDarkMode by replacing the two lines above Sleep, 1000 with SendInput, ^{9} - change the Hotkey to match the ones you have set up in the AutoDarkMode app. I hope this helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Both ADM and WDD are now essential to my daily experiences, and as great projects they work marvellously alongside each other. In recent iterations, both projects are exploring the idea of add-on scripts, which I realize that the main purpose, at least for now, is to implement some features of the other project, who has invested great effort to polish. Maybe it's a good time to make the two projects collaborate, which some users seem to already desire. I am not familliar with the history of both communities, so this may be an abrupt suggestion. As a crude idea I think the following would be welcome:
mirror at WDD
Beta Was this translation helpful? Give feedback.
All reactions