It is currently May 8th, 2024, 2:17 am

Rainmeter Shutdown Tool/Skin

Get help with creating, editing & fixing problems with skins
orangekun
Posts: 7
Joined: May 14th, 2010, 1:26 pm

Rainmeter Shutdown Tool/Skin

Post by orangekun »

Alright, Let me get straight to the point. What I'm seeking is a Shutdown tool for my windows not rainmeter of course.
A Shutdown tool that includes Shutdown,Restart,Logoff/Lock EXCEPT Sleep I repeat! EXCEPT Sleep button
There is once I accidentally clicked on sleep button and my cpu happens to be blackout all of a sudden.
Note:I know there is some shortcut on the keyboard that will deliberately makes the cpu Un-sleep or go
back to normal. I have tried those several times and it doesn't work for me so I have to take it to the nearest
cpu mall to get it fix. I camp at that mall for almost 9 hours until the fellow finish getting back my cpu to normal
Okay I don't wanna experience that again so a rainmeter skin Shutdown Tool that does not includes The Sleep Button.

Please DO Link Me Here
IF any of you found it =]
User avatar
JpsCrazy
Posts: 667
Joined: April 18th, 2010, 2:16 pm
Location: NY, USA

Re: Rainmeter Shutdown Tool/Skin

Post by JpsCrazy »

PowerToy has all those, but it also has sleep. You can disable it though.
http://customize.org/rainmeter/skins/39608

Just delete all of MeterSleepTip and MeterSleepButton.

You may want to adjust the background image accordingly with w= and h=.
orangekun
Posts: 7
Joined: May 14th, 2010, 1:26 pm

Re: Rainmeter Shutdown Tool/Skin

Post by orangekun »

Thanks I already tried that one ages ago..
Not Only Concerning the Sleep Button but the others buttons aren't working at all whenever I mouse/over on it :cry:

Hmm not satisfying enough
Any Other Recommendation for this?


Best Regards:
orangekun
User avatar
JpsCrazy
Posts: 667
Joined: April 18th, 2010, 2:16 pm
Location: NY, USA

Re: Rainmeter Shutdown Tool/Skin

Post by JpsCrazy »

I personally changed all the commands to run through NirCmd in case you want to give that a try instead.

If you can't find one, it wouldn't be all too hard to make.
papakin81
Posts: 5
Joined: October 5th, 2011, 1:49 pm
Location: south side of the sky

Re: Rainmeter Shutdown Tool/Skin

Post by papakin81 »

I have one I got from somewhere - probably belongs to a theme - i will post it here

I know thread is old - was looking for this skin and could only find the powertoy skin. if anyone knows which theme this shutdown skin came from please post.
Thanks and I apologize to creator of this skin for not remembering where came from.

Oh yeah as far as sleep button it is easy enough to edit the .ini and delete the .png files
You do not have the required permissions to view the files attached to this post.
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Rainmeter Shutdown Tool/Skin

Post by Seahorse »

I have a working solution in place at present, I'm just trying to resolve an issue with UNC paths on another skin before pushing it out the door. Feel free to recycle to suit your need... ;-)

Code: Select all

[Rainmeter]
Author=Seahorse (AKA Osric Wuscfrea) mr.seahorse@gmail.com
Update=1000
BackgroundMode=2
SolidColor=0,0,0,1
Blur=1
BlurRegion=2,0,0,210,44,25

[Metadata]
Name=Cobalt Windows Controls
Version=1.2
License=Creative Commons BY-NC-SA 3.0
Information=Description: Digital widget. | Instructions: Push the button! Edit the screensaver name to suit your actual screensaver, default is set to Mystify. | Credits: Nil.

;1.0 - Base version

;===============================================================================================
;Variables
;===============================================================================================

[Variables]

;Fonts & Colours
@include="#SKINSPATH#Cobolt\Settings.inc"

;===============================================================================================
;Measures
;===============================================================================================



;===============================================================================================
;Meters
;===============================================================================================

[MeterShutdown]
Meter=Image
X=10
Y=10
ImageName=#ROOTCONFIGPATH#Images\Shutdown.png
LeftMouseUpAction=!Execute [shutdown.exe -s -t 0]
ToolTipType=1
ToolTipTitle=Shut Down PC
ToolTipIcon=SHIELD
ToolTipText=Click to continue
DynamicVariables=1

[MeterRestart]
Meter=Image
X=4R
Y=r
ImageName=#ROOTCONFIGPATH#Images\Restart.png
LeftMouseUpAction=!Execute [shutdown.exe -r -t 0]
ToolTipType=1
ToolTipTitle=Restart
ToolTipIcon=SHIELD
ToolTipText=Click to continue
DynamicVariables=1

[MeterHibernaten]
Meter=Image
X=4R
Y=r
ImageName=#ROOTCONFIGPATH#Images\Hibernate.png
LeftMouseUpAction=!Execute [shutdown.exe -h]
ToolTipType=1
ToolTipTitle=Hibernate
ToolTipIcon=SHIELD
ToolTipText=Click to continue
DynamicVariables=1

[MeterLock]
Meter=Image
X=4R
Y=r
ImageName=#ROOTCONFIGPATH#Images\Lock.png
LeftMouseUpAction=!Execute [C:\Windows\System32\rundll32.exe user32.dll, LockWorkStation]
ToolTipType=1
ToolTipTitle=Lock PC
ToolTipIcon=SHIELD
ToolTipText=Click to continue
DynamicVariables=1

[MeterTaskManager]
Meter=Image
X=4R
Y=r
ImageName=#ROOTCONFIGPATH#Images\Taskmgr.png
LeftMouseUpAction=!Execute [Taskmgr.exe]
ToolTipType=1
ToolTipTitle=Start Task Manager
ToolTipIcon=SHIELD
ToolTipText=Click to continue
DynamicVariables=1

[MeterScreenSaver]
Meter=Image
X=4R
Y=r
ImageName=#ROOTCONFIGPATH#Images\Screensaver.png
LeftMouseUpAction=!Execute [%windir%\system32\mystify.scr -s]
ToolTipType=1
ToolTipTitle=Start Screensaver
ToolTipIcon=SHIELD
ToolTipText=Click to continue
DynamicVariables=1

[MeterRecycleBin]
Meter=Image
X=4R
Y=r
ImageName=#ROOTCONFIGPATH#Images\Recycle.png
LeftMouseUpAction=!Execute [::{645FF040-5081-101B-9F08-00AA002F954E}]
ToolTipType=1
ToolTipTitle=Open Recycle Bin
ToolTipIcon=SHIELD
ToolTipText=Click to continue
DynamicVariables=1

;-----------------------------------------------------------------------------------------------
;Size forces the aero blur borders to correct position.
;-----------------------------------------------------------------------------------------------

[MeterGlossTop]
Meter=Image
X=0
Y=0
W=210
H=40
ImageName=#ROOTCONFIGPATH#Images/GlossTop.png

[MeterGlossBottom]
Meter=Image
X=0
Y=19
W=210
H=25
ImageName=#ROOTCONFIGPATH#Images/GlossBottom.png
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

papakin81
Posts: 5
Joined: October 5th, 2011, 1:49 pm
Location: south side of the sky

Re: Rainmeter Shutdown Tool/Skin

Post by papakin81 »

Should be good - a lot of options on that one you're workin on. Don't get me wrong I like the skin i am using - i don't mind the sleep button, never got in my way. here is a pic of the version i uploaded. Just not sure where i got it, but beats powertoy imho. 8-)

Image