Greetings Max Power.
I think I will step forward a bit here, since you mentioned Rainmeter.
We are working diligently to bring the great functionality of Rainmeter and Dexpot together.

This is a concept skin only designed off of the Command Line specifications of Dexpot.
http://dl.dropbox.com/u/1016357/Rainmeter%20Dexpot%20Skin/Dexpot%20Bar.zipYou are welcome to utilize this.
Most recently; Rainmeter has release a 1.3 Beta, that is available with a New DLL that works with Dexpot (Thanks to the folks here for their programming talent, expertise, and willingness to collaborate)
We have just scratched the surface on testing, as my time has recently been very limited, but so far works like a champ.
A preliminary skin that based on the new DLL and with minimal capabilities of the DLL I have developed a faster and more resource friendly update of a portion of the skin set
The following is from a test run and is fully workable at maybe less that 10% of what the new DLL has made available for Rainmeter skinning.
Again remember this is in Beta and is still being tested, but is stable as far as I can tell after several 100 hundred hours of testing

________________________________________________________________________________
after much agony, and many trial and error things.
I have converted the sample 4 VD Skin code to work solely with the new plugin.
You can download and replace the equivalently named file in the appropriate file that matches the name.
http://dl.dropbox.com/u/1016357/Rainmeter%20Dexpot%20Skin/Top%2004VD%20Large.zipTop 4VD Large
Code: Select all
;===========================================
; Dexpot Collaboration Skin
;===========================================
[Rainmeter]
;Author=SGT. E. V. McKay (aka. The Sarge)
;originally Inspired by a collaboration project between Dexpot and Rainmeter
;Great thanks goes out to jsmorley, SPX, JamesAC, DragonMage, and so many more
;with out them, I could never have completed this.
;Special Thanks to the Rainmeter community members
;without whom my resolve may have broken
;Thanks for your patience and not getting too frustrated with me.
;LocalFont=
AppVersion=1000000
;Update=
Author=Sgt. E. V. McKay
;---------------------->Need Help<----------------------------
;You can find help at the Rainmeter forums at:
;http://www.rainmeter.net/forum
;I can be found at the forums quite regularaly
;We are always welcome to receive your questions.
;Come by and be a part of the Rainmeter Community :D
;Rainmeter community is also now accepting donations!
;--------------------------------------------------------------
[Variables]
;==============================================================
; Enter the Virtual Desktop Manager you are utilizing
;==============================================================
;This skin is designed to work with Dexpot, but may also work with Virtuawin.
;Enter the name of the Virtual Desktop Manager/Software that you are using
;Below, after the equals ( = ) sign
VDM=Dexpot
;============================(Skin Measures)===================================
[SwitchDesktop]
Measure=Plugin
Plugin=VirtualDesktops.dll
VDManager=#VDM#
VDMeasureType=SwitchDesktop
[DexpotCommand]
Measure=Plugin
Plugin=VirtualDesktops.dll
VDManager=#VDM#
VDMeasureType=Command
;=============================(Skin Meters)====================================
[Top Left Bracket]
Meter=IMAGE
ImageName=TopLeft.png
Path=../TopGraphics/
X=0
Y=0
[Previous Button]
Meter=Button
ButtonImage=../TopGraphics/PreviousButtonL.png
X=86r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /prev"]
[Screen Preview Button]
Meter=Button
ButtonImage=../TopGraphics/FullScreenPreviewButtonL.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /V"]
[Catalog Button]
Meter=Button
ButtonImage=../TopGraphics/WindowsCatalogButtonL.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /d"]
[Back Button]
Meter=Button
ButtonImage=../TopGraphics/BackButtonL.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /back"]
[Virtual Desktop 1]
Meter=Button
ButtonImage=../TopGraphics/Button01L.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "SwitchDesktop 1"]
[Virtual Desktop 2]
Meter=Button
ButtonImage=../TopGraphics/Button02L.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "SwitchDesktop 2"]
[Virtual Desktop 3]
Meter=Button
ButtonImage=../TopGraphics/Button03L.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "SwitchDesktop 3"]
[Virtual Desktop 4]
Meter=Button
ButtonImage=../TopGraphics/Button04L.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "SwitchDesktop 4"]
[Settings Button]
Meter=Button
ButtonImage=../TopGraphics/SettingsButtonL.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /e"]
[Configure Desktop Button]
Meter=Button
ButtonImage=../TopGraphics/ConfigureDesktopButtonL.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /k"]
[Dsektop Rules Button]
Meter=Button
ButtonImage=../TopGraphics/DesktopRulesButtonL.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /g"]
[Next Button]
Meter=Button
ButtonImage=../TopGraphics/NextButtonL.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /next"]
[Top Right Bracket]
Meter=IMAGE
ImageName=TopRight.png
Path=../TopGraphics/
X=24r
Y=0
_____________________________________________________________________________
I will continue adding functionality to this Concept skin, and testing, but I want to be extremely thorough as I move forward, so technically this skis has yet to be released
This is also my very first complete from scratch, ground up skin, complete with my own built graphics. So I want to be absolutely sure it works with all the capabilities that Patrick and Sebastian have offered in the new plugin, before I go full release on this skin
Hopefully this has not only been of help, but also excites the appetite
Regards the Sarge
Greetings Max Power.
I think I will step forward a bit here, since you mentioned Rainmeter.
We are working diligently to bring the great functionality of Rainmeter and Dexpot together.
[img]http://dl.dropbox.com/u/1016357/Rainmeter%20Dexpot%20Skin/Screenshot%20-%207_21_2010%20%2C%203_02_11%20PM.png[/img]
This is a concept skin only designed off of the Command Line specifications of Dexpot.
[url]http://dl.dropbox.com/u/1016357/Rainmeter%20Dexpot%20Skin/Dexpot%20Bar.zip[/url]
You are welcome to utilize this.
Most recently; Rainmeter has release a 1.3 Beta, that is available with a New DLL that works with Dexpot (Thanks to the folks here for their programming talent, expertise, and willingness to collaborate)
We have just scratched the surface on testing, as my time has recently been very limited, but so far works like a champ.
A preliminary skin that based on the new DLL and with minimal capabilities of the DLL I have developed a faster and more resource friendly update of a portion of the skin set
The following is from a test run and is fully workable at maybe less that 10% of what the new DLL has made available for Rainmeter skinning.
Again remember this is in Beta and is still being tested, but is stable as far as I can tell after several 100 hundred hours of testing ;)
________________________________________________________________________________
after much agony, and many trial and error things.
I have converted the sample 4 VD Skin code to work solely with the new plugin.
You can download and replace the equivalently named file in the appropriate file that matches the name.
[url]http://dl.dropbox.com/u/1016357/Rainmeter%20Dexpot%20Skin/Top%2004VD%20Large.zip[/url]
Top 4VD Large
[code];===========================================
; Dexpot Collaboration Skin
;===========================================
[Rainmeter]
;Author=SGT. E. V. McKay (aka. The Sarge)
;originally Inspired by a collaboration project between Dexpot and Rainmeter
;Great thanks goes out to jsmorley, SPX, JamesAC, DragonMage, and so many more
;with out them, I could never have completed this.
;Special Thanks to the Rainmeter community members
;without whom my resolve may have broken
;Thanks for your patience and not getting too frustrated with me.
;LocalFont=
AppVersion=1000000
;Update=
Author=Sgt. E. V. McKay
;---------------------->Need Help<----------------------------
;You can find help at the Rainmeter forums at:
;http://www.rainmeter.net/forum
;I can be found at the forums quite regularaly
;We are always welcome to receive your questions.
;Come by and be a part of the Rainmeter Community :D
;Rainmeter community is also now accepting donations!
;--------------------------------------------------------------
[Variables]
;==============================================================
; Enter the Virtual Desktop Manager you are utilizing
;==============================================================
;This skin is designed to work with Dexpot, but may also work with Virtuawin.
;Enter the name of the Virtual Desktop Manager/Software that you are using
;Below, after the equals ( = ) sign
VDM=Dexpot
;============================(Skin Measures)===================================
[SwitchDesktop]
Measure=Plugin
Plugin=VirtualDesktops.dll
VDManager=#VDM#
VDMeasureType=SwitchDesktop
[DexpotCommand]
Measure=Plugin
Plugin=VirtualDesktops.dll
VDManager=#VDM#
VDMeasureType=Command
;=============================(Skin Meters)====================================
[Top Left Bracket]
Meter=IMAGE
ImageName=TopLeft.png
Path=../TopGraphics/
X=0
Y=0
[Previous Button]
Meter=Button
ButtonImage=../TopGraphics/PreviousButtonL.png
X=86r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /prev"]
[Screen Preview Button]
Meter=Button
ButtonImage=../TopGraphics/FullScreenPreviewButtonL.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /V"]
[Catalog Button]
Meter=Button
ButtonImage=../TopGraphics/WindowsCatalogButtonL.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /d"]
[Back Button]
Meter=Button
ButtonImage=../TopGraphics/BackButtonL.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /back"]
[Virtual Desktop 1]
Meter=Button
ButtonImage=../TopGraphics/Button01L.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "SwitchDesktop 1"]
[Virtual Desktop 2]
Meter=Button
ButtonImage=../TopGraphics/Button02L.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "SwitchDesktop 2"]
[Virtual Desktop 3]
Meter=Button
ButtonImage=../TopGraphics/Button03L.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "SwitchDesktop 3"]
[Virtual Desktop 4]
Meter=Button
ButtonImage=../TopGraphics/Button04L.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "SwitchDesktop 4"]
[Settings Button]
Meter=Button
ButtonImage=../TopGraphics/SettingsButtonL.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /e"]
[Configure Desktop Button]
Meter=Button
ButtonImage=../TopGraphics/ConfigureDesktopButtonL.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /k"]
[Dsektop Rules Button]
Meter=Button
ButtonImage=../TopGraphics/DesktopRulesButtonL.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /g"]
[Next Button]
Meter=Button
ButtonImage=../TopGraphics/NextButtonL.png
X=24r
Y=0
ButtonCommand=!Execute [!RainmeterPluginBang "DexpotCommand /next"]
[Top Right Bracket]
Meter=IMAGE
ImageName=TopRight.png
Path=../TopGraphics/
X=24r
Y=0[/code]
_____________________________________________________________________________
I will continue adding functionality to this Concept skin, and testing, but I want to be extremely thorough as I move forward, so technically this skis has yet to be released :roll:
This is also my very first complete from scratch, ground up skin, complete with my own built graphics. So I want to be absolutely sure it works with all the capabilities that Patrick and Sebastian have offered in the new plugin, before I go full release on this skin
Hopefully this has not only been of help, but also excites the appetite :wink:
Regards the Sarge