It is currently September 30th, 2024, 1:29 am

99.9 to 100% Transparency

General topics related to Rainmeter.
Jimmy1720
Posts: 11
Joined: September 3rd, 2012, 7:41 pm

99.9 to 100% Transparency

Post by Jimmy1720 »

Hey all, long time viewer, first time poster.

I have Rainmeter, and Enigma 4 loaded currently. I have my Gcal on my taskbar loaded and tweaked to my liking, but would like to add a fade-in sidebar Gcal below it. The problem is I can only do 90% transparency, so on darker walls I still see it.

How can I fix this? I'm fairly familiar with code so just tell me what to put and where and I should be able to handle it.

Thanks for your help.
Jimmy1720
Posts: 11
Joined: September 3rd, 2012, 7:41 pm

Re: 99.9 to 100% Transparency

Post by Jimmy1720 »

Here's what it looks like.

Image
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: 99.9 to 100% Transparency

Post by Kaelri »

You can get much finer control over skin transparency if you edit the settings directly in Rainmeter.ini.

Right-click the Rainmeter tray icon and click Edit settings to open the file. There's a section for each skin, so look for [Enigma\Sidebar\Reader\Gcal]. You should see a line in that section like this:

Code: Select all

AlphaValue=25
The AlphaValue sets the opacity of the skin, between 0 (fully transparent) and 255 (fully opaque). :)
Jimmy1720
Posts: 11
Joined: September 3rd, 2012, 7:41 pm

Re: 99.9 to 100% Transparency

Post by Jimmy1720 »

Thanks for replying. All I found was this:

Code: Select all

[Enigma\Taskbar\Reader\Gcal]
Active=5
WindowX=388
WindowY=0
ClickThrough=0
Draggable=1
SnapEdges=1
KeepOnScreen=1
AlwaysOnTop=0
Nothing about Alpha values. I found the Rainmeter.ini in Appdata/Roaming.
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: 99.9 to 100% Transparency

Post by Kaelri »

You can just add AlphaValue yourself, then. :)
Jimmy1720
Posts: 11
Joined: September 3rd, 2012, 7:41 pm

Re: 99.9 to 100% Transparency

Post by Jimmy1720 »

Ahh perfect, I have a fix, with a little programming knowledge to go with it !

Thank you!