deviant art

Deviant Login Shop  Join deviantART for FREE Take the Tour
×

Shop Similar Prints

More from ~massivelyattacked


×

846

3 17 33
Download JPG 1000 × 563
So I finally started to play around with Rainmeter and I ADORE it. This is what I've come up with. So much customization and I really enjoy this screenshot as my desktop, so it works for me.

Thanks to :iconaxerron: for such an awesome Skyrim skin! So clean!

Details

Stats

Submitted on
February 23, 2012
Image Size
130 KB
Resolution
1000×563
Views
846
Favourites
3 (who?)
Comments
17
Downloads
33
URL
Thumb
Embed
Only verified accounts can report policy violations. Please check your email and click on the verification link.
* Required field
Add a Comment:
 
:iconsascomando:
~Sascomando Mar 12, 2012  Student General Artist
How did you add more apps in the program bar?
Reply
:iconmassivelyattacked:
~massivelyattacked Mar 14, 2012  Hobbyist Writer
Oh gosh...it was quite a process. A lot of trial and error.

Let's see...let me clarify one thing...as I have two columns, I duplicated the entire Launcher folder in my Skyrim skin folder - this allowed me to set up two columns of the launcher. If you only want to add apps to the launcher, you need to modify both the launcher.ini file as well as the Variables.txt file that resides in the skin root folder.

So I modified the contents of the .ini file first. Here is what the code looks like...anything in bold needs to be updated with the new number - if you have ten apps, your next will be "11".

; ===========App11===========

[AppButton11Passive]
Meter=STRING
x=0
y=0
SolidColor=0,0,0,1
Text=#App11Name#
FontFace=#FontFace#
FontSize=#FontSize#
FontColor=#FontColorPassive#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
AntiAlias=1
MouseOverAction=!Execute [!ShowMeter AppButton11Active][!HideMeter AppButton11Passive][!Update]

[AppButton11Active]
Meter=STRING
x=r
y=r
SolidColor=0,0,0,1
Text=#App11Name#
FontFace=#FontFace#
FontSize=#FontSize#
FontColor=#FontColorActive#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
AntiAlias=1
Hidden=1
LeftMouseUpAction=!Execute ["#App11Path#"][!ShowMeter AppButton11Passive][!HideMeter AppButton11Active][!Update]
MouseLeaveAction=!Execute [!ShowMeter AppButton11Passive][!HideMeter AppButton11Active][!Update]

So for every new program you want to add to your launcher, you need to create a new definition for it, increasing the number value by one for each new app you'd like to link.

Then, you modify the Variables.txt file. This is the code you add:

App11Name="Program"
App11Path=C:\Users\Path\Program.exe

The first like is what you'd like the app link to appear as, and the second line is literally the path to it...you can link to a folder...a website...a program...whatever you want.

So, basically I ended up with two Launcher files...one represents apps 1 - 15 and the second 16 - 30...and my variables file defines variables 1 through 30.

Does that help? If not, I can try to explain better if you get stuck...
Reply
:iconsascomando:
~Sascomando Mar 16, 2012  Student General Artist
Sorry for spamming replies :D i figured it out ^^ probably should try before i ask...


[AppButton11Passive]
Meter=STRING
x=0
y=50r <---------------------------------------------- that has to be added to stack them
SolidColor=0,0,0,1
Text=#App11Name#
FontFace=#FontFace#
FontSize=#FontSize#
FontColor=#FontColorPassive#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
AntiAlias=1
MouseOverAction=!Execute [!ShowMeter AppButton11Active][!HideMeter AppButton11Passive][!Update]

[AppButton11Active]
Meter=STRING
x=r
y=r
SolidColor=0,0,0,1
Text=#App11Name#
FontFace=#FontFace#
FontSize=#FontSize#
FontColor=#FontColorActive#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
AntiAlias=1
Hidden=1
LeftMouseUpAction=!Execute ["#App11Path#"][!ShowMeter AppButton11Passive][!HideMeter AppButton11Active][!Update]
MouseLeaveAction=!Execute [!ShowMeter AppButton11Passive][!HideMeter AppButton11Active][!Update]
Reply
:iconsascomando:
~Sascomando Mar 16, 2012  Student General Artist
I just noticed one small problem, the apps line up with app number 1, they dont stack... im going to try to figure it out myself but if i don't perhaps you know how?
Reply
:iconsascomando:
~Sascomando Mar 16, 2012  Student General Artist
Thank you :) it works
Reply
:iconmassivelyattacked:
~massivelyattacked Mar 16, 2012  Hobbyist Writer
So you got is all figured out then?
Reply
:iconsascomando:
~Sascomando Mar 17, 2012  Student General Artist
yeah it works :)
Reply
:iconmassivelyattacked:
~massivelyattacked Mar 17, 2012  Hobbyist Writer
Yay! Awesome!
Reply
:iconsidequestpubs:
*SideQuestPubs Feb 29, 2012  Hobbyist Writer
Disregard about the text above the bar.
Found it in ~Axerron's latest version of the skin.

Now to get this thing configured the way I want it. :D
Reply
:iconmassivelyattacked:
~massivelyattacked Feb 29, 2012  Hobbyist Writer
Yeah, I did a LOT of playing around to get the screen to where I wanted it. I love Rainmeter though...it's fantastic! I'm still working on which programs I actually want to keep on my menu, but so far, I've been accessing them all.

The programming of it all is quite simple...just takes a bit of playing around with to get the layers in the right order. But if you have the right background, it's SO clean looking. I adore it.

Thanks for the watch, by the way...
Reply
Add a Comment: