
are you using Rainmeter, the popular desktop customization tool? With the Raindexer plugin, you can have different Rainmeter skins on each desktop.
Installation
Save the Raindexer.exe to your Dexpot plugin folder (usually 'C:\Program Files (x86)\Dexpot\plugins').
Usage
- Start both Rainmeter and Dexpot.
- Open the Dexpot Settings and go to the "Plugins and Extras" section. Check the box next to "Raindexer" in the plugin list to start the plugin.
- Read Rainmeter Manual: Config Groups.
- Create a new config group containig all the skins you want to appear on a specific desktop. Let's call it "Desktop1ExampleGroup". Make sure the skins are loaded in Rainmeter.
- Click on the "Configure" button for the Raindexer plugin in the Dexpot Settings. A file called "VDMConfig.ini" should open in your text editor. You can also create the file manually in the Rainmeter settings folder, usually 'C:\Users\%username%\AppData\Roaming\Rainmeter' (on Windows 7/8/8.1).
- Copy the following text to the VDMConfig.ini file:"Desktop1ExampleGroup" is the name of the config group and "VDesktop=1" indicates the number of the desktop it's assigned to.
Code: Select all
[Desktop1ExampleGroup]
VDesktop=1
HideMethod=Group - Save the file and restart the Raindexer plugin.
- Switch desktops to see if it works.
- Add more config groups to Rainmeter.ini and VDMConfig.ini as needed.
Here's some more advanced stuff you can do with individual skins in VDMConfig.ini. Figure it out yourself.
Code: Select all
[Gnometer\Bars]
VDesktop=*
[Gnometer\System]
VDesktop=3,4
VD3Position=800,0
VD4Position=1000,0
[illustro\Clock]
VDesktop=1
HideMethod=Deactivate
IniFile=Clock.ini