Rainmeter is a useful tool for creating desktop widgets. I'm using system.ini skin, it's transparent but I want some opaque background.
The system.ini file has these lines:
[Rainmeter]
; This section contains general settings that can be used to change how Rainmeter behaves.
Update=1000
Background=#@#Background.png
; #@# is equal to Rainmeter\Skins\illustro\@Resources
BackgroundMode=3
BackgroundMargins=0,34,0,14
There's no 'Skins' directory under 'Rainmeter', it's under 'Rainmeter/Default'. I found the location of 'Background.png', put another image in there, and changed the line 'Background=' in system.ini but didn't work; the system skin just disappeared!
Tried another solution, put the new background image in the same folder with system.ini, and I changed background (in system.ini file) to this:
Background=MyBackground.png
But it's not working too. Any simple steps to change background for a skin please?