What do you mean by "I use overlay to hide my audio visualiser."? Do you want this skin to cover the visualizer? Am not sure what is your intention.I use overlay to hide my audio visualiser. The problem is, whenever I log in into my PC, I always have to manually unload and reload my overlay skin because the visualiser is on top of the overlay. Here is my overlay skin ''code'' or whatever you may call them that I use (source Youtube) :
Anyway what I do see is that you are using incorrectly the AlwaysOnTop option in the [Rainmeter] section. It can't be used in this section, it belongs to the appropriate section of the Rainmeter.ini file, which stores the settings of all skins.
So, if you want to use this option you have two possibilities:
- Right-click the Rainmeter icon in the Notification Area, click Edit settings. The Rainmeter.ini file opens in the default text editor. Look for the appropriate section (("appropriate section" means the section which has the same name as your config). So for instance the config name (which you have to look for in the Rainmeter.ini) of the C:\Users\YourName\Documents\Rainmeter\Skins\illustro\Clock\Clock.ini skin is illustro\Clock. If you find this section, add the AlwaysOnTop=-1 option to it.
- Another much simpler (in my opinion) way to add the same setting is to add the following option to the [Rainmeter] section of your code (this means you have to replace the mistakenly added AlwaysOnTop=-1 in the [Rainmeter] section, with the following option): OnRefreshAction=[!ZPos "-1"]. This bang is applied when you refresh / activate the skin, setting the skin immediately bottom.
Statistics: Posted by balala — Yesterday, 7:47 pm