Tordex Community
Switch "theme" according to system settings - Printable Version

+- Tordex Community (http://forum.tordex.com)
+-- Forum: True Launch Bar (http://forum.tordex.com/forum-3.html)
+--- Forum: Features Discussion (http://forum.tordex.com/forum-9.html)
+--- Thread: Switch "theme" according to system settings (/thread-31675.html)



Switch "theme" according to system settings - nonhocapito - 02-19-2025

I have a script which very conveniently switches theme and desktop slideshows for my system automatically at sunset/sunrise times.

However there doesn't seem a way to programmatically do that with True Launch Bar. 

When the theme changes, the menu backgrounds or colors stay the same, light or dark (even if the menu colors are untouched and thus taken from the system).

I do realize TLB is not being developed anymore (I think), so I am not asking for a new feature - only a little guidance in how to implement a script that may achieve this functionality.

Personally, I don't use skins, only colors, but I suppose I could have two skins ready that reflect the dark/light system colors.

Then I could create a PowerShell script to: 

  1) edit the setting file(s) that indicate which skin is being used; 
  2) restart explorer so that the background colors of the menus visually changes.

Is this possible?

Specifically: 

Is it possible to create a skin that only affects colors, without bothering with images? Is there an example somewhere?

Which files need to be modified to switch skin via script?

thx!