HOME | DD

DevilRev — unFold - A Launcher

#launcher #open #program #rainmeter #slide #unfold #rainmeterlauncher #rainmeterskins #rainmeterskin #rainmetercustomization
Published: 2016-06-29 20:51:55 +0000 UTC; Views: 517781; Favourites: 474; Downloads: 127380
Redirect to original
Description unFold is a launcher that unfolds by sliding to the side upon hovering over it and reveals the program name.  How it Looks

The download has been update to version 1.1 which includes many additional buttons: WMP, VLC, Battlenet, Discord, Microsoft edge, Excel, Powerpoint, Firefox, Minecraft, MusicBee, Open Broadcaster Software, Origin, Skype, Blender, Gimp and a shutdown button

A short and simple guide on how to create your own new Buttons is included.

The skin was already featured in my Kindred Rainmeter Theme  and is now ready for publishment.
(The display of an image when hovering over the skin will be released in a seperate version as it is difficult to generalize.)
Related content
Comments: 301

cli53 In reply to ??? [2016-11-28 06:29:16 +0000 UTC]

The link you added to the create your own button is broken for me. Can you send me a link please?

👍: 0 ⏩: 1

DevilRev In reply to cli53 [2016-12-11 16:42:24 +0000 UTC]

www.youtube.com/watch?v=SznosF… ;
Does this one work?

👍: 0 ⏩: 0

pyrofyr [2016-11-13 15:00:55 +0000 UTC]

I made a few changes to the version I use and I intend to post my desktop on /r/rainmeter later, are you fine with me posting my version? It has some extra icons, and I changed the image icons as well as a few changes to the code (mainly implementing variables to make adding new icons a breeze)

👍: 0 ⏩: 1

DevilRev In reply to pyrofyr [2016-11-15 17:09:51 +0000 UTC]

Of course it's ok, in fact I love people customizing my skins to fit their setup and also showing it. (I just hope you will add a list of skins used and give credit because others might be interested.)

Maybe you could also share with me what you changed to make adding icons 'a breeze' I might it aswell if you want and release a new version here.

👍: 0 ⏩: 1

pyrofyr In reply to DevilRev [2016-11-18 19:45:48 +0000 UTC]

The majority of what I did was move everything that you have to change everytime into the variables section. I also added in Chameleon, it's referenced in the variables section, here is an example:
WhiteT is just White with Transparent Logo/Text, so that I can ImageTint the white part and the background is see-thru. Can effectively set the background behind it to black to get the old look while keeping the tint I believe as well.
Steam - paste2.org/DGNWFyP9
Variables.inc - paste2.org/0v39AXjN
Chameleon.inc - paste2.org/vNO99veh

The rectangle layer underneath is so that if there is any transparency it still slides without stalling/jittering.

I was trying to change a few other things around as well but gave up on them for now, I find the blending with the background color or foreground of chameleon works well for me as I switch wallpapers often (DisplayFusion slideshow). Probably not for everyone, but finding triple monitor wallpapers is tough and I rarely see my background so it works for me.

I also edited trash specifically to open the trash can instead of emptying it, but that's minor just use the shell::: command.

Here's some examples of it in use: 
imgur.com/a/ame7A

Here's an example with simply just changing the variables background and with the black icon (it's just another rectangle layer underneath that's black instead of near invisible) I mentioned above i.imgur.com/Ykz0BVY.jpg i.imgur.com/KEPwRNW.jpg

I was also attempting to try one with the opposite where everything is transparent but the icon but haven't found the time to make it and let it look good, with the rectangle layer underneath though it's as simple as making a new folder for them, replacing folder name for each one and that's it.

Thanks a ton for your work on this by the way, it's great for people in my situation especially with DesktopWorkArea!

👍: 0 ⏩: 2

Jorvus In reply to pyrofyr [2017-03-23 09:40:37 +0000 UTC]

I try to make the sliders open up from the right side of my monitor. They do slide now from right to left as they should, but im facing the following problem as shown in the gif.
gph.is/2nqw7fu
I use a modded ini of you without the variables, because i couldnt figure out how they work^^
paste2.org/fOUL1BBV

Maybe you or DevilRev could lend me a hand and solve the problem.

Thx for your work, both of you <3 

👍: 0 ⏩: 1

ShieldToad In reply to Jorvus [2018-08-23 17:41:06 +0000 UTC]

[Rainmeter]
Update=1000
DynamicWindowSize=1
AccurateText=1
SkinWidth=200
SkinHeight=50

[Metadata]
Name=unFold
AuthorevilRev

[Variables]
OffSet=130
State=1
U=[!UpdateMeasure MeasureSlider][!UpdateMeter *][!Redraw]


[MeasureSlider]
Measurelugin
Plugin=ActionTimer
ActionList1=Repeat SlideLeft, 5, 30
SlideLeft=[!SetVariable State "2"][!SetVariable OffSet "(Clamp(#OffSet #-5,0,130))"]#U #
ActionList2=Repeat SlideRight, 5, 30
SlideRight=[!SetVariable State "1"][!SetVariable OffSet "(Clamp(#OffSet #+5,0,130))"]#U #
DynamicVariables=1

[MeterBack]
Meter=Image
X=#OffSet #
W=200
H=50
ImageName=#@#Buttons \White\Word.png
DynamicVariables=1
MouseOverAction=[!CommandMeasure MeasureSlider "Execute #State #"]
MouseLeaveAction=[!CommandMeasure MeasureSlider "Execute #State #"]
LeftMouseUpAction=[!SetOption "#CURRENTSECTION #" "ImageAlpha" "255"][!Update]["C:\Program Files (x86)\Microsoft Office\root\Office16\WINWORD.EXE"]






Now you only have to Change the Button with Paint or Photoshop or whatever, so the Logo is on the left side of the text

👍: 0 ⏩: 0

pyrofyr In reply to pyrofyr [2016-11-18 19:56:00 +0000 UTC]

I made another little silly change that's QoL for me but maybe you'd want to add it. when you hover over it changes Zpos to the front (So it'll show up in front of windows) as long as part of it was visible to hover over in the first place)
When you stop hovering it goes to desktop. This wont effect when you're fullscreened (Games,etc) but is great when you have something near it but not quite covering it fully.
Steam - paste2.org/GL4UeZBK

👍: 0 ⏩: 0

benekep In reply to ??? [2016-10-31 13:21:13 +0000 UTC]

how can i download it?

👍: 0 ⏩: 1

DevilRev In reply to benekep [2016-11-06 17:57:56 +0000 UTC]

In DeviantArt you can find a download button at the top right for every post that the uploader allowed it for.

👍: 0 ⏩: 0

vaskkr In reply to ??? [2016-10-18 18:27:12 +0000 UTC]

Loving this skin, thank you so much <3

As for icon suggestion, maybe not the most popular, but here they are: MediaMonkey, Opera, CodeBlocks, Audacity and Calibre

👍: 0 ⏩: 0

mjnielsen99 [2016-08-31 14:57:06 +0000 UTC]

Is there a way to move it? I have my toolbar in the left side and the programs is behind it, and I cant use it

👍: 0 ⏩: 1

Xafesth In reply to mjnielsen99 [2016-09-26 13:18:30 +0000 UTC]

Hold down CTRL and drag normally.

👍: 0 ⏩: 0

WhosWisely In reply to ??? [2016-08-29 12:36:59 +0000 UTC]

Most of the time the sliding animations become slow when you hover over it, and sometimes it slides just like it looks on the preview. Am I doing something wrong?

👍: 0 ⏩: 1

DevilRev In reply to WhosWisely [2016-08-29 18:12:20 +0000 UTC]

I had this issue happen to me but I honestly have no idea why it happens or how to fix it.

👍: 0 ⏩: 0

c0mplexx92 In reply to ??? [2016-08-16 04:41:30 +0000 UTC]

How do I make it open up down instead of right when hovering over it? 
And yes I know I will need to make a vertical version of the buttons

👍: 0 ⏩: 1

DevilRev In reply to c0mplexx92 [2016-08-29 18:18:26 +0000 UTC]

I explained it in the reddit thread, you can see the code for a reversed icon in my comment

👍: 0 ⏩: 0

Captain-Jesus8416 In reply to ??? [2016-08-15 19:48:54 +0000 UTC]

How come I can't drag the icons? I also can't right-click to unload. In the Rainmeter settings, draggable is ticked for all of the .ini's.

👍: 0 ⏩: 1

DevilRev In reply to Captain-Jesus8416 [2016-08-29 18:13:38 +0000 UTC]

 This happens because there is a MouseDownAction on the Skin to make the click animation look more responsive, you can hold ctrl to drag it and open the context menu with right click while holding ctrl. Or just move it with the coordinates to be more precise.

👍: 0 ⏩: 1

aprilac1D In reply to DevilRev [2017-01-05 12:35:43 +0000 UTC]

Where exactly are the coordinates in the code? I've tried changing X1 and H and haven't managed to change the vertical position. I only ask because the Discord button reverts to the top left corner every time I refresh. This only happens with the Discord button for some reason. Great launcher btw!

👍: 0 ⏩: 1

DevilRev In reply to aprilac1D [2017-01-09 16:06:20 +0000 UTC]

Thanks, the coordinates to move the skin are in the rainmeter management windows itself. (Doubleclick the raindrop in the taskbar, navigate to skin and set coordinates)

👍: 0 ⏩: 0

FabKnight In reply to ??? [2016-08-15 18:56:50 +0000 UTC]

Is it possible for you to upload the Create Your Own Button template in .xcf format as well as .psd? I don't have Photoshop and would like to make a a button for a couple programs, and I can't edit the text in the .psd file in Gimp.

👍: 0 ⏩: 0

TaeyeonisBae In reply to ??? [2016-08-11 16:08:01 +0000 UTC]

Is there a way to put these on the right side of my screen and have them slide open to the left?

👍: 0 ⏩: 1

DevilRev In reply to TaeyeonisBae [2016-08-29 18:18:34 +0000 UTC]

I explained it in the reddit thread, you can see the code for a reversed icon in my comment

👍: 0 ⏩: 0

MADLeybizix In reply to ??? [2016-08-04 09:33:13 +0000 UTC]

Hi
I have a question:
In your Kindred Theme u made it slide from right to left. But down in the comments u wroght, "To make that work you'd have to create a new image for every button and change some things in the .ini files, therefore I decided only to create this launcher for now, as I personally prefer my launcher on the left side of the screen."
What´s right? I´d love to make it slide from right to left
Nils

👍: 0 ⏩: 1

DevilRev In reply to MADLeybizix [2016-08-29 18:18:39 +0000 UTC]

I explained it in the reddit thread, you can see the code for a reversed icon in my comment

👍: 0 ⏩: 0

Neptune415 In reply to ??? [2016-08-03 01:51:59 +0000 UTC]

is it just me or when i try to open some programs with unFold the program doesn't run. any fixes for that?

👍: 0 ⏩: 1

DevilRev In reply to Neptune415 [2016-08-03 17:13:02 +0000 UTC]

That's because you might have to adjust the path of the program because it is not installed in the same directory as mine. Just ctrl+right click on the skin and edit it, there is a LeftMouseUpAction with the program patch, just change it according to where the .exe if you program is.

👍: 0 ⏩: 1

Neptune415 In reply to DevilRev [2016-08-03 23:33:18 +0000 UTC]

Thanks your awesome for this.

👍: 0 ⏩: 0

anthony022 In reply to ??? [2016-07-30 10:36:07 +0000 UTC]

im not sure if you're interested but ive made an icon for the program kodi, and a tools icon. both white and black version. here is the drop box link if you want them www.dropbox.com/sh/3fprgoasfuc…

👍: 0 ⏩: 0

SebRydahl In reply to ??? [2016-07-11 14:02:26 +0000 UTC]

Is there a way to make applications use the whole screen except the part where the unFold launcher is? The same way windows uses the whole screen except the taskbar, just on the side

👍: 0 ⏩: 2

UpperHooligan In reply to SebRydahl [2016-07-29 06:24:22 +0000 UTC]

You can set the unfold skin to always be on top but the page will still go underneath it if that helps at all.

👍: 0 ⏩: 0

DevilRev In reply to SebRydahl [2016-07-25 13:58:38 +0000 UTC]

So it really is an honor to me that you want to use my skin similar to the taskbar and always visible but unfortunately I have no idea if this is possible. You could probably put your taskbar to the side and make it invisible with some tools (at least in windows 7) to create a similar effect but that would also mean losing the taskbar on the bottom. Apart from that, I'd just try to google about it.

👍: 0 ⏩: 0

Ginnge In reply to ??? [2016-07-06 22:50:23 +0000 UTC]

Using this with my new theme it fits in perfectly, my only problem with this is that I can't seem to drag the icons, I have to manually input locations through rainmeter for each individual one and it takes time. Other than that it's perfect.

👍: 0 ⏩: 1

DevilRev In reply to Ginnge [2016-07-07 19:26:50 +0000 UTC]

That is because MouseDownAction is used to make the button look like its really pressed (changes transparency on DownAction and then back on UpAction). Personally I find the coordinates better as they are more precise but you can hold ctrl and then drag the skin.

👍: 0 ⏩: 0

seanfarris98 In reply to ??? [2016-07-02 22:21:14 +0000 UTC]

Really like the way this skin looks!! I am having one small problem, the application I click on wont open, and I have no idea how to fix it. 

👍: 0 ⏩: 1

seanfarris98 In reply to seanfarris98 [2016-07-03 09:05:50 +0000 UTC]

One more question, if I wanted the bars to be on the other side of the screen what would I have to edit (besides moving the logo to the right side) in the .ini, maybe you could post folders for the right side of the screen with the commands to make it come out from that side. I like how you had logos on both sides of your desktop on your Kindred Theme, and was wondering if you could help me as well as others out as well. 

👍: 0 ⏩: 1

DevilRev In reply to seanfarris98 [2016-07-03 11:08:52 +0000 UTC]

If you open the rainmeter window you can search for .ini file and edit it. Somewhere it says "LeftMouseUpAction=[...something something...][C:\somepath\somefile.exe]" just replace the path there with the right path for your application and it should open it properly. 


Concerning your other question:

To make that work you'd have to create a new image for every button and change some things in the .ini files, therefore I decided only to create this launcher for now, as I personally prefer my launcher on the left side of the screen.

If you want to do this yourself:
create new buttons with the icon on the other side;
change the X1 variable at the top of the .ini from -150 to 0;
swap "MouseOverAction" and "MouseLeaveAction"
adjust the application or folder path

👍: 0 ⏩: 0

Anubis256 In reply to ??? [2016-07-02 04:04:15 +0000 UTC]

This is really beautiful.  Is it possible to combine multiple buttons in a single ini?  I've been messing around with it a bit but can't quite get it working.  I want to have multiple that I can use AutoHotKey to fade in on mouse click, allowing me quick access to all of them when I want to see them, but leaving them otherwise hidden when I don't.

👍: 0 ⏩: 1

Anubis256 In reply to Anubis256 [2016-07-02 04:21:30 +0000 UTC]

Actually, never mind  I figured it out.  Made them vertical and have two running off a single .ini.  Time to add in the rest - thank you for such an elegant skin!

👍: 0 ⏩: 1

DevilRev In reply to Anubis256 [2016-07-02 12:44:41 +0000 UTC]

Thanks alot and no problem. Nice to see people modify the skin to suit their themes  

👍: 0 ⏩: 0

ptiboute [2016-07-01 14:27:12 +0000 UTC]

A grat launcher
thx for the share

👍: 0 ⏩: 1

DevilRev In reply to ptiboute [2016-07-02 12:43:27 +0000 UTC]

No problem, glad you like it!

👍: 0 ⏩: 0

DevilRev In reply to ??? [2016-07-01 12:59:44 +0000 UTC]

As requested, a tutorial on how to create a new button for unFold.

👍: 0 ⏩: 0

slaymebae In reply to ??? [2016-06-30 22:31:28 +0000 UTC]

If you could add discord I would love you forever <3 ^-^

👍: 0 ⏩: 1

DevilRev In reply to slaymebae [2016-07-01 12:22:52 +0000 UTC]

I will probably add many programs in an update, any other suggestions?

👍: 0 ⏩: 0

SNIPEROONIE In reply to ??? [2016-06-30 19:54:53 +0000 UTC]

Loving this, super simple and clean and very easy to edit.
Out of curiosity are you going to add more buttons for common programs, or should I start making the ones I need.

👍: 0 ⏩: 1

DevilRev In reply to SNIPEROONIE [2016-06-30 20:00:46 +0000 UTC]

Thank you! You could suggest me some programs to add, or do them yourself and maybe upload them somewhere for other people to use aswell.

👍: 0 ⏩: 1

SNIPEROONIE In reply to DevilRev [2016-06-30 21:12:50 +0000 UTC]

I was thinking Skype and Windows Media Player for those who use them. Didn't mean to come off as asking for more, was just figuring I'd ask before I sat down and threw some together to use

👍: 0 ⏩: 1

DevilRev In reply to SNIPEROONIE [2016-07-01 12:22:24 +0000 UTC]

I want to cover a wide variety of applications so that as many people as possible can use the skin without making an effort. Just list a few programs you'd like and I will soon update the skin with support for more programs. If you want to make them yourself just upload them somethere and post a link here so people don't have to make the programs already created, again.

👍: 0 ⏩: 0


<= Prev |