Thanks for your reply, I tried and yeah it doesn't look as good as the original one cause it changes even the temperature color in the gauges (in my case it became light grey so barely readable) and the top label (the one with ryzen 7 and zotac 4070 name) shows a different kind of opacity, probably cause it's like two backgrounds overlapping.RicardoTM wrote: ↑September 26th, 2024, 5:04 am Hey, that video is quite old that's why it looks different. I'll update it once I finish the whole set of features. Opacity is not a setting you can change through HSLiders but you can change it by editing the colors on the code.
To do that right click on any gauge and then click on Open [Gauge Name] folder (first option)
Then go back from there to ResizableGauges folder, then navigate to @Resources/Theme and open Colors.inc
Then look for the BackgroundColor variable, you can add the opacity at the end from 0-255 after a comma.
So it should go from BackgroundColor=244,246,246 to BackgroundColor=244,246,246,200.
You can manually change any color there. Finally save the file and Right Click any gauge then click on Refresh All.
Things to have in mind:
The current version doesn't look good with transparency so I don't recommend it as of now, hence why I removed it.
The Colors.inc file only lists current colors being used, so if you switch from the dark theme to the light theme you'll have to change the opacity manually again since it will replace all variables with new colors each time you switch from one theme to the other.
Extra tip:
Above the variables there's a measure called [Themes]
That measure contains two "If True Actions", those actions contain two separate [!SetVariable Color ...] bangs. The color on the first bang is the Dark theme color and the one in the second is the Light one.
You can change these to any color, then click the Switch Theme button and the script will automatically create a Theme using the color you chose. This won't affect the color of the gauges as of yet though.
Thank you for trying the Resizable Gauges!
I attached a screenshot to show how it looks on a double monitor setup. Would look great if the text color didn't change and if there was no background label on top, I hope there will be a way to implement more customization settings like these in the future but I'll keep on using the original theme for now, thanks again for the great job I love it!