First, I'd like to say I'm not the creator of this skin, I'm just editing it to make it more functional for my Work and I am extremally new to editing skins so I am clueless with this. So what I am try to do is edit this panel from where it shows the Uptime and when you hover over it it will show you log off, shutdown and lock to it constantly shows log off, shutdown and lock. I have attached the code and some images so maybe it will help explain on what I am doing.
Any help or advice you can offer that would be great
Edit: Forgot to mention I have tried to call them via the meterName and change them from a string to an Image but had no luck, but has i'm new to this I am guessing I was way off and completely wrong haha.
Thank you,
Any help or advice you can offer that would be great
Edit: Forgot to mention I have tried to call them via the meterName and change them from a string to an Image but had no luck, but has i'm new to this I am guessing I was way off and completely wrong haha.
Thank you,
Code:
[Rainmeter]DragGroup=WP7PanelGroup=PanelAuthor=Xyrfo and fediaFediaMouseOverAction=[!HideMeter MeterUptime][!ShowMeter Logoff][!ShowMeter Shutdown][!ShowMeter Restart][!ShowMeter BTN][!ShowMeter SZ][!ShowMeter SET][!ShowMeter CLS][!ShowMeter NXT][!Redraw]MouseLeaveAction=[!ShowMeter MeterUptime][!HideMeter Logoff][!HideMEter Shutdown][!HideMeter Restart][!HideMeter BTN][!HideMeter SZ][!HideMeter SET][!HideMeter CLS][!HideMeter NXT][!Redraw]MouseActionCursor=0MiddleMouseUpAction=!DeactivateConfigUpdate=60000Blur=#globalblurenable#BlurRegion=#blurtype#,(5-#Padding#),(5-#Padding#),((#Height#/15*14*#TypeW#*#ScaleDpi#+#PaddingW#+(#Padding#))),((#Height#*#TypeH#*#ScaleDpi#+#PaddingH#+(#Padding#))),#blurcornerradius#RightMouseUpAction=[!SkinCustomMenu]ContextTitle=#Settings#ContextAction=["#@#Common\Config\config.exe" #PanelType# "#CURRENTCONFIG#" "#CURRENTFILE#" "#SETTINGSPATH#" "#SKINSPATH#" "#PROGRAMPATH#"]ContextTitle2=#Refresh#ContextAction2=[!Refresh #CurrentConfig#]ContextTitle3=#Alternative#ContextAction3=[!ActivateConfig "#CURRENTCONFIG#"]ContextTitle4=#Close#ContextAction4=[!DeactivateConfig]ContextTitle5=----ContextAction5=[]ContextTitle6=#Personalization#ContextAction6=[!WriteKeyValue Variables LastCat "cat6" "#ROOTCONFIGPATH#\Gallery\scroll.inc"][!ActivateConfig "wp7\Gallery" "Main.ini"]ContextTitle7=#AddItems#ContextAction7=[!WriteKeyValue Variables LastCat "cat2" "#ROOTCONFIGPATH#\Gallery\scroll.inc"][!ActivateConfig "wp7\Gallery" "Main.ini"]ContextTitle8=----ContextAction8=[]ContextTitle9=#MoreActions#ContextAction9=[!SkinMenu][Metadata]Version=7.0Information=System PanelLicense=Creative Commons Attribution-Noncommercial-Share Alike 3.0 License[Variables]Height=150PanelType=HalfSingle@include=#@#Common\Variables\UserVariables.inc@include1=#@#Common\Variables\Languages\#MainLanguage#.inc@include2=#@#Common\color\color.inc@include3=#@##Structure#\#PanelType#\Main.incpanelname=PanelTitleOpacity=255[MeterUptime]Meter=StringMeterStyle=TextStyleMeasureName=MeasureUptime[Style]StringAlign=CENTERStringStyle=NormalFontColor=#textcolor2#,#paneltitleopacity#FontFace=#FontTypeWP#AntiAlias=1[MeasureComputerName]Measure=PluginPlugin=Plugins\SysInfo.dllSysInfoType=COMPUTER_NAMEUpdateDivider=86400[MeasureOS]Measure=PluginPlugin=Plugins\SysInfo.dllSysInfoType=OS_VERSIONUpdateDivider=86400[MeasureUptime]Measure=UptimeClipString=1AntiAlias=1Format="Uptime %3!02i!:%2!02i!"[Restart]Meter=ImageImageName=#@#Graphics\Panels\System\restart.pngX=((#Height#/5))*#scaledpi#Y=((#Height#/6))*#scaledpi#MouseActionCursor=1ToolTipIcon=INFOToolTipText=System RestartLeftMouseUpAction=[!ActivateConfig "WP7\TextItems\Extra\PowerButtons\Dialogue" "dialogueRestart.ini"]["#@#Common\OmnimoApp.exe" Power Restart 10 "#PROGRAMPATH#"]Hidden=1ImageTint=#textcolor2#,#paneltitleopacity#Greyscale=1w=((#Height#/5))*#scaledpi#[Shutdown]Meter=ImageImageName=#@#Graphics\Panels\System\shutdown.pngX=((#Height#/2.2))*#scaledpi#Y=((#Height#/6))*#scaledpi#MouseActionCursor=1ToolTipIcon=INFOToolTipText=System ShutdownLeftMouseUpAction=[!ActivateConfig "WP7\TextItems\Extra\PowerButtons\Dialogue" "dialogueShutdown.ini"]["#@#Common\OmnimoApp.exe" Power Shutdown 10 "#PROGRAMPATH#"]Hidden=1ImageTint=#textcolor2#,#paneltitleopacity#Greyscale=1w=((#Height#/5))*#scaledpi#[Logoff]Meter=ImageImageName=#@#Graphics\Panels\System\logoff.pngX=((#Height#/1.5+5))*#scaledpi#Y=((#Height#/6))*#scaledpi#MouseActionCursor=1ToolTipIcon=INFOToolTipText=System Log OffLeftMouseUpAction=[!ActivateConfig "WP7\TextItems\Extra\PowerButtons\Dialogue" "dialogueLogoff.ini"]["#@#Common\OmnimoApp.exe" Power Logoff 10 "#PROGRAMPATH#"]Hidden=1ImageTint=#textcolor2#,#paneltitleopacity#Greyscale=1w=((#Height#/5))*#scaledpi#
Statistics: Posted by Welsh — Today, 9:13 pm — Replies 0 — Views 20