[Rainmeter] Update=1000 AccurateText=1 DynamicWindowSize=1 BackgroundMode=2 SolidColor=0,0,0,1 Draggable=0 KeepOnScreen=1 SnapEdges=1 AlwaysOnTop=1 OnRefreshAction=[!Draggable 0][!ZPos 1][!HideMeterGroup MoreTools][!CommandMeasure MeasureIP "Run"][!CommandMeasure MeasureWiFi "Run"][!UpdateMeasure *][!UpdateMeter *][!Redraw] ContextTitle=Open Skin Folder ContextAction=["#CURRENTPATH#"] ContextTitle2=Edit Skin ContextAction2=["notepad.exe" "#CURRENTPATH##CURRENTFILE#"] [Metadata] Name=Rice2k Control Bar Author=Rice2k + Codex Information=Polished top control bar with system stats, RAM cleanup, shortcuts, power controls, and corner-drag resize helpers. Version=6.1 License=MIT [Variables] ; Drag any corner handle and release to resize. You can also edit this value manually. Scale=0.98 MinScale=0.78 MaxScale=1.35 BaseW=1500 BaseH=128 UserName=YourName ComputerName=YOUR-PC CurrentIP=IP 192.168.1.25 CurrentWiFi=Example Wi-Fi FontFace=Segoe UI Text=236,242,247,255 Muted=140,152,162,255 Soft=92,112,124,185 Panel=8,12,16,248 Panel2=14,22,28,238 Panel3=18,29,36,238 Line=76,98,110,120 Accent=76,201,240,255 AccentSoft=76,201,240,76 Green=84,232,147,255 GreenSoft=84,232,147,70 Amber=255,196,87,255 AmberSoft=255,196,87,70 Red=255,95,95,255 RedSoft=255,95,95,70 ButtonFill=18,30,38,235 ButtonHover=26,50,60,248 Danger=88,24,30,238 DangerHover=138,36,44,255 ChatGPTLink=https://chat.openai.com/ GoogleDriveLink=https://drive.google.com/ ChromePath=C:\Program Files\Google\Chrome\Application\chrome.exe DownloadsPath=%USERPROFILE%\Downloads GraalArchivePath=%USERPROFILE%\Documents\Graal Archive Rice2kSite=https://rice2k.com/ YouTubeLink=https://www.youtube.com/ SpotifyLink=https://open.spotify.com/ WinampPath=winamp.exe MediaPlayerPath=wmplayer.exe FreeRamScript=#@#Scripts\FreeRam.ps1 ResizeScript=#@#Scripts\ResizeFromCorner.ps1 IPScript=#@#Scripts\GetIp.ps1 WiFiScript=#@#Scripts\GetWifi.ps1 CopyIPScript=#@#Scripts\CopyIp.ps1 ScaleScript=#@#Scripts\SetScale.ps1 ; ========================= ; MEASURES ; ========================= [MeasureCPU] Measure=CPU Processor=0 IfCondition=(MeasureCPU >= 90) IfTrueAction=[!SetOption MeterCPUValue FontColor "#Red#"][!SetOption MeterCPUBar BarColor "#Red#"][!UpdateMeter MeterCPUValue][!UpdateMeter MeterCPUBar][!Redraw] IfCondition2=(MeasureCPU >= 75) && (MeasureCPU < 90) IfTrueAction2=[!SetOption MeterCPUValue FontColor "#Amber#"][!SetOption MeterCPUBar BarColor "#Amber#"][!UpdateMeter MeterCPUValue][!UpdateMeter MeterCPUBar][!Redraw] IfCondition3=(MeasureCPU < 75) IfTrueAction3=[!SetOption MeterCPUValue FontColor "#Text#"][!SetOption MeterCPUBar BarColor "#Accent#"][!UpdateMeter MeterCPUValue][!UpdateMeter MeterCPUBar][!Redraw] [MeasureRAMUsed] Measure=PhysicalMemory UpdateDivider=2 [MeasureRAMTotal] Measure=PhysicalMemory Total=1 UpdateDivider=2 [MeasureRAMPercent] Measure=Calc Formula=(MeasureRAMUsed / MeasureRAMTotal) * 100 MinValue=0 MaxValue=100 UpdateDivider=2 IfCondition=(MeasureRAMPercent >= 90) IfTrueAction=[!SetOption MeterRAMValue FontColor "#Red#"][!SetOption MeterRAMBar BarColor "#Red#"][!UpdateMeter MeterRAMValue][!UpdateMeter MeterRAMBar][!Redraw] IfCondition2=(MeasureRAMPercent >= 80) && (MeasureRAMPercent < 90) IfTrueAction2=[!SetOption MeterRAMValue FontColor "#Amber#"][!SetOption MeterRAMBar BarColor "#Amber#"][!UpdateMeter MeterRAMValue][!UpdateMeter MeterRAMBar][!Redraw] IfCondition3=(MeasureRAMPercent < 80) IfTrueAction3=[!SetOption MeterRAMValue FontColor "#Text#"][!SetOption MeterRAMBar BarColor "#Green#"][!UpdateMeter MeterRAMValue][!UpdateMeter MeterRAMBar][!Redraw] [MeasureDiskCFree] Measure=FreeDiskSpace Drive=C: UpdateDivider=5 [MeasureDiskCUsed] Measure=FreeDiskSpace Drive=C: InvertMeasure=1 UpdateDivider=5 [MeasureDiskCTotal] Measure=FreeDiskSpace Drive=C: Total=1 UpdateDivider=5 [MeasureDiskCPercent] Measure=Calc Formula=(MeasureDiskCUsed / MeasureDiskCTotal) * 100 MinValue=0 MaxValue=100 UpdateDivider=5 IfCondition=(MeasureDiskCPercent >= 95) IfTrueAction=[!SetOption MeterDiskValue FontColor "#Red#"][!SetOption MeterDiskBar BarColor "#Red#"][!UpdateMeter MeterDiskValue][!UpdateMeter MeterDiskBar][!Redraw] IfCondition2=(MeasureDiskCPercent >= 85) && (MeasureDiskCPercent < 95) IfTrueAction2=[!SetOption MeterDiskValue FontColor "#Amber#"][!SetOption MeterDiskBar BarColor "#Amber#"][!UpdateMeter MeterDiskValue][!UpdateMeter MeterDiskBar][!Redraw] IfCondition3=(MeasureDiskCPercent < 85) IfTrueAction3=[!SetOption MeterDiskValue FontColor "#Text#"][!SetOption MeterDiskBar BarColor "#Accent#"][!UpdateMeter MeterDiskValue][!UpdateMeter MeterDiskBar][!Redraw] [MeasureHealth] Measure=Calc Formula=MeasureCPU + MeasureRAMPercent + MeasureDiskCPercent IfCondition=(MeasureCPU >= 90) || (MeasureRAMPercent >= 90) || (MeasureDiskCPercent >= 95) IfTrueAction=[!SetOption MeterStatus Text "CRITICAL"][!SetOption MeterStatus FontColor "#Red#"][!UpdateMeter MeterStatus][!Redraw] IfCondition2=(MeasureCPU >= 75) && (MeasureRAMPercent >= 80) && (MeasureCPU < 90) && (MeasureRAMPercent < 90) IfTrueAction2=[!SetOption MeterStatus Text "CPU/RAM HIGH"][!SetOption MeterStatus FontColor "#Amber#"][!UpdateMeter MeterStatus][!Redraw] IfCondition3=(MeasureCPU >= 75) && (MeasureRAMPercent < 80) && (MeasureCPU < 90) && (MeasureDiskCPercent < 95) IfTrueAction3=[!SetOption MeterStatus Text "CPU HIGH"][!SetOption MeterStatus FontColor "#Amber#"][!UpdateMeter MeterStatus][!Redraw] IfCondition4=(MeasureRAMPercent >= 80) && (MeasureCPU < 75) && (MeasureRAMPercent < 90) && (MeasureDiskCPercent < 95) IfTrueAction4=[!SetOption MeterStatus Text "RAM HIGH"][!SetOption MeterStatus FontColor "#Amber#"][!UpdateMeter MeterStatus][!Redraw] IfCondition5=(MeasureDiskCPercent >= 85) && (MeasureCPU < 75) && (MeasureRAMPercent < 80) && (MeasureDiskCPercent < 95) IfTrueAction5=[!SetOption MeterStatus Text "DISK HIGH"][!SetOption MeterStatus FontColor "#Amber#"][!UpdateMeter MeterStatus][!Redraw] IfCondition6=(MeasureCPU < 75) && (MeasureRAMPercent < 80) && (MeasureDiskCPercent < 85) IfTrueAction6=[!SetOption MeterStatus Text "SYSTEM OK"][!SetOption MeterStatus FontColor "#Green#"][!UpdateMeter MeterStatus][!Redraw] [MeasureNetIn] Measure=NetIn [MeasureNetOut] Measure=NetOut [MeasureIP] Measure=Plugin Plugin=RunCommand Parameter=powershell.exe -NoProfile -ExecutionPolicy Bypass -File "#IPScript#" OutputType=ANSI State=Hide UpdateDivider=5 RegExpSubstitute=1 Substitute="\r":"","\n":"","^\s+":"","\s+$":"" FinishAction=[!SetVariable CurrentIP "[MeasureIP]"][!SetOption MeterIP Text "[MeasureIP]"][!SetOption MeterIP ToolTipText "Click to copy current IP.%n[MeasureIP]"][!UpdateMeter MeterIP][!Redraw] DynamicVariables=1 [MeasureBattery] Measure=Plugin Plugin=PowerPlugin PowerState=Percent UpdateDivider=10 [MeasurePowerStatus] Measure=Plugin Plugin=PowerPlugin PowerState=ACLine Substitute="0":"BAT","1":"AC","255":"PWR" UpdateDivider=10 [MeasureTime] Measure=Time Format=%I:%M:%S %p [MeasureDate] Measure=Time Format=%a %m/%d/%Y [MeasureUptime] Measure=Uptime Format="%4!i!d %3!02i!h %2!02i!m" [MeasureWiFi] Measure=Plugin Plugin=RunCommand Parameter=powershell.exe -NoProfile -ExecutionPolicy Bypass -File "#WiFiScript#" OutputType=ANSI State=Hide UpdateDivider=5 RegExpSubstitute=1 Substitute="\r":"","\n":"","^\s+":"","\s+$":"","^$":"NO WIFI" FinishAction=[!SetVariable CurrentWiFi "[MeasureWiFi]"][!SetOption MeterWiFi Text "[MeasureWiFi]"][!SetOption MeterWiFi ToolTipText "Connected Wi-Fi:%n[MeasureWiFi]%nClick to open Wi-Fi settings."][!UpdateMeter MeterWiFi][!Redraw] DynamicVariables=1 [MeasureFreeRAM] Measure=Plugin Plugin=RunCommand Parameter=powershell.exe -NoProfile -ExecutionPolicy Bypass -File "#FreeRamScript#" OutputType=ANSI State=Hide Timeout=15000 RegExpSubstitute=1 Substitute="\r":"","\n":"" FinishAction=[!SetOption MeterStatus Text "[MeasureFreeRAM]"][!SetOption MeterStatus FontColor "#Green#"][!UpdateMeasure MeasureRAMUsed][!UpdateMeasure MeasureRAMPercent][!UpdateMeter *][!Redraw] DynamicVariables=1 [MeasureCopyIP] Measure=Plugin Plugin=RunCommand Parameter=powershell.exe -NoProfile -ExecutionPolicy Bypass -File "#CopyIPScript#" OutputType=ANSI State=Hide Timeout=10000 RegExpSubstitute=1 Substitute="\r":"","\n":"" FinishAction=[!SetOption MeterStatus Text "[MeasureCopyIP]"][!SetOption MeterStatus FontColor "#Accent#"][!UpdateMeter MeterStatus][!Redraw] DynamicVariables=1 [MeasureScaleDown] Measure=Plugin Plugin=RunCommand Parameter=powershell.exe -NoProfile -ExecutionPolicy Bypass -File "#ScaleScript#" -Ini "#CURRENTPATH##CURRENTFILE#" -Delta -0.05 -Min #MinScale# -Max #MaxScale# State=Hide Timeout=10000 FinishAction=[!Refresh] DynamicVariables=1 [MeasureScaleUp] Measure=Plugin Plugin=RunCommand Parameter=powershell.exe -NoProfile -ExecutionPolicy Bypass -File "#ScaleScript#" -Ini "#CURRENTPATH##CURRENTFILE#" -Delta 0.05 -Min #MinScale# -Max #MaxScale# State=Hide Timeout=10000 FinishAction=[!Refresh] DynamicVariables=1 [MeasureScaleReset] Measure=Plugin Plugin=RunCommand Parameter=powershell.exe -NoProfile -ExecutionPolicy Bypass -File "#ScaleScript#" -Ini "#CURRENTPATH##CURRENTFILE#" -Value 1.00 -Min #MinScale# -Max #MaxScale# State=Hide Timeout=10000 FinishAction=[!Refresh] DynamicVariables=1 [MeasureResizeTL] Measure=Plugin Plugin=RunCommand Parameter=powershell.exe -NoProfile -ExecutionPolicy Bypass -File "#ResizeScript#" -Ini "#CURRENTPATH##CURRENTFILE#" -Corner TL -Min #MinScale# -Max #MaxScale# State=Hide Timeout=15000 FinishAction=[!Refresh] DynamicVariables=1 [MeasureResizeTR] Measure=Plugin Plugin=RunCommand Parameter=powershell.exe -NoProfile -ExecutionPolicy Bypass -File "#ResizeScript#" -Ini "#CURRENTPATH##CURRENTFILE#" -Corner TR -Min #MinScale# -Max #MaxScale# State=Hide Timeout=15000 FinishAction=[!Refresh] DynamicVariables=1 [MeasureResizeBL] Measure=Plugin Plugin=RunCommand Parameter=powershell.exe -NoProfile -ExecutionPolicy Bypass -File "#ResizeScript#" -Ini "#CURRENTPATH##CURRENTFILE#" -Corner BL -Min #MinScale# -Max #MaxScale# State=Hide Timeout=15000 FinishAction=[!Refresh] DynamicVariables=1 [MeasureResizeBR] Measure=Plugin Plugin=RunCommand Parameter=powershell.exe -NoProfile -ExecutionPolicy Bypass -File "#ResizeScript#" -Ini "#CURRENTPATH##CURRENTFILE#" -Corner BR -Min #MinScale# -Max #MaxScale# State=Hide Timeout=15000 FinishAction=[!Refresh] DynamicVariables=1 ; ========================= ; STYLES ; ========================= [StyleShape] Meter=Shape TransformationMatrix=#Scale#;0;0;#Scale#;0;0 DynamicVariables=1 [StyleText] Meter=String FontFace=#FontFace# FontColor=#Text# AntiAlias=1 TransformationMatrix=#Scale#;0;0;#Scale#;0;0 DynamicVariables=1 [StyleLabel] Meter=String FontFace=#FontFace# FontSize=8 FontColor=#Muted# StringStyle=Bold AntiAlias=1 TransformationMatrix=#Scale#;0;0;#Scale#;0;0 DynamicVariables=1 [StyleValue] Meter=String FontFace=#FontFace# FontSize=12 FontColor=#Text# StringStyle=Bold AntiAlias=1 TransformationMatrix=#Scale#;0;0;#Scale#;0;0 DynamicVariables=1 [StyleSmall] Meter=String FontFace=#FontFace# FontSize=8 FontColor=#Muted# AntiAlias=1 TransformationMatrix=#Scale#;0;0;#Scale#;0;0 DynamicVariables=1 [StyleButtonText] Meter=String FontFace=#FontFace# FontSize=8 FontColor=#Text# StringStyle=Bold StringAlign=CenterCenter AntiAlias=1 TransformationMatrix=#Scale#;0;0;#Scale#;0;0 DynamicVariables=1 [StyleBar] Meter=Bar BarOrientation=Horizontal SolidColor=31,43,51,255 TransformationMatrix=#Scale#;0;0;#Scale#;0;0 DynamicVariables=1 ; ========================= ; BACKGROUND ; ========================= [MeterBG] Meter=Shape MeterStyle=StyleShape X=0 Y=0 Shape=Rectangle 0,0,#BaseW#,#BaseH#,10 | Fill Color #Panel# | StrokeWidth 0 Shape2=Rectangle 10,10,(#BaseW#-20),(#BaseH#-20),9 | Fill Color #Panel2# | StrokeWidth 1 | Stroke Color #Line# Shape3=Rectangle 12,12,186,104,7 | Fill Color 9,17,23,240 | StrokeWidth 1 | Stroke Color #AccentSoft# Shape4=Line 214,48,(#BaseW#-18),48 | StrokeWidth 1 | Stroke Color #Line# Shape5=Line 214,86,(#BaseW#-18),86 | StrokeWidth 1 | Stroke Color 76,201,240,55 Shape6=Rectangle 10,10,6,108,4 | Fill Color #Accent# | StrokeWidth 0 ; ========================= ; IDENTITY ; ========================= [MeterLogo] Meter=Shape MeterStyle=StyleShape X=26 Y=20 Shape=Rectangle 0,0,56,34,7 | Fill Color 76,201,240,34 | StrokeWidth 1 | Stroke Color #Accent# LeftMouseUpAction=["#Rice2kSite#"] RightMouseUpAction=[!ToggleMeterGroup MoreTools][!Redraw] ToolTipText=Rice2k Control Bar%nLeft-click opens Rice2k.%nRight-click toggles extra tools. [MeterLogoText] Meter=String MeterStyle=StyleText X=54 Y=37 FontSize=13 FontColor=#Accent# StringStyle=Bold StringAlign=CenterCenter Text=R2K LeftMouseUpAction=["#Rice2kSite#"] RightMouseUpAction=[!ToggleMeterGroup MoreTools][!Redraw] [MeterTitle] Meter=String MeterStyle=StyleText X=94 Y=21 W=96 H=20 FontSize=11 FontColor=#Text# StringStyle=Bold Text=CONTROL ClipString=1 RightMouseUpAction=[!ToggleMeterGroup MoreTools][!Redraw] [MeterStatus] Meter=String MeterStyle=StyleText X=94 Y=42 W=94 H=18 FontSize=9 FontColor=#Green# StringStyle=Bold Text=SYSTEM OK ClipString=1 LeftMouseUpAction=["perfmon.exe" "/res"] ToolTipText=System health summary.%nClick to open Resource Monitor. [MeterUserPC] Meter=String MeterStyle=StyleSmall X=26 Y=68 W=162 H=15 Text=#UserName# @ #ComputerName# ClipString=1 ToolTipText=Current Windows user and computer. [MeterIP] Meter=String MeterStyle=StyleSmall X=26 Y=86 W=162 H=15 FontColor=#Text# Text=#CurrentIP# ClipString=1 LeftMouseUpAction=[!CommandMeasure MeasureCopyIP "Run"] RightMouseUpAction=["control.exe" "ncpa.cpl"] ToolTipText=Click to copy current IP.%nRight-click opens Network Connections. ; ========================= ; TOP BUTTONS ; ========================= [ButtonChat] Meter=Shape MeterStyle=StyleShape X=220 Y=16 Shape=Rectangle 0,0,84,26,5 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonChat Shape "Rectangle 0,0,84,26,5 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonChat][!Redraw] MouseLeaveAction=[!SetOption ButtonChat Shape "Rectangle 0,0,84,26,5 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonChat][!Redraw] LeftMouseUpAction=["#ChromePath#" "#ChatGPTLink#"] [TextChat] Meter=String MeterStyle=StyleButtonText X=262 Y=29 Text=CHATGPT LeftMouseUpAction=["#ChromePath#" "#ChatGPTLink#"] [ButtonDrive] Meter=Shape MeterStyle=StyleShape X=312 Y=16 Shape=Rectangle 0,0,86,26,5 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonDrive Shape "Rectangle 0,0,86,26,5 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonDrive][!Redraw] MouseLeaveAction=[!SetOption ButtonDrive Shape "Rectangle 0,0,86,26,5 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonDrive][!Redraw] LeftMouseUpAction=["#ChromePath#" "#GoogleDriveLink#"] [TextDrive] Meter=String MeterStyle=StyleButtonText X=355 Y=29 Text=DRIVE LeftMouseUpAction=["#ChromePath#" "#GoogleDriveLink#"] [ButtonChrome] Meter=Shape MeterStyle=StyleShape X=406 Y=16 Shape=Rectangle 0,0,82,26,5 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonChrome Shape "Rectangle 0,0,82,26,5 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonChrome][!Redraw] MouseLeaveAction=[!SetOption ButtonChrome Shape "Rectangle 0,0,82,26,5 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonChrome][!Redraw] LeftMouseUpAction=["#ChromePath#"] [TextChrome] Meter=String MeterStyle=StyleButtonText X=447 Y=29 Text=CHROME LeftMouseUpAction=["#ChromePath#"] [ButtonDownloads] Meter=Shape MeterStyle=StyleShape X=496 Y=16 Shape=Rectangle 0,0,104,26,5 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonDownloads Shape "Rectangle 0,0,104,26,5 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonDownloads][!Redraw] MouseLeaveAction=[!SetOption ButtonDownloads Shape "Rectangle 0,0,104,26,5 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonDownloads][!Redraw] LeftMouseUpAction=["explorer.exe" "#DownloadsPath#"] [TextDownloads] Meter=String MeterStyle=StyleButtonText X=548 Y=29 Text=DOWNLOADS LeftMouseUpAction=["explorer.exe" "#DownloadsPath#"] [ButtonGraal] Meter=Shape MeterStyle=StyleShape X=608 Y=16 Shape=Rectangle 0,0,78,26,5 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonGraal Shape "Rectangle 0,0,78,26,5 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonGraal][!Redraw] MouseLeaveAction=[!SetOption ButtonGraal Shape "Rectangle 0,0,78,26,5 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonGraal][!Redraw] LeftMouseUpAction=["explorer.exe" "#GraalArchivePath#"] [TextGraal] Meter=String MeterStyle=StyleButtonText X=647 Y=29 Text=GRAAL LeftMouseUpAction=["explorer.exe" "#GraalArchivePath#"] [ButtonTask] Meter=Shape MeterStyle=StyleShape X=694 Y=16 Shape=Rectangle 0,0,82,26,5 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonTask Shape "Rectangle 0,0,82,26,5 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonTask][!Redraw] MouseLeaveAction=[!SetOption ButtonTask Shape "Rectangle 0,0,82,26,5 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonTask][!Redraw] LeftMouseUpAction=["%windir%\System32\Taskmgr.exe"] [TextTask] Meter=String MeterStyle=StyleButtonText X=735 Y=29 Text=TASK LeftMouseUpAction=["%windir%\System32\Taskmgr.exe"] [ButtonFreeRAM] Meter=Shape MeterStyle=StyleShape X=784 Y=16 Shape=Rectangle 0,0,96,26,5 | Fill Color 18,45,35,238 | StrokeWidth 1 | Stroke Color #Green# MouseOverAction=[!SetOption ButtonFreeRAM Shape "Rectangle 0,0,96,26,5 | Fill Color 24,70,50,248 | StrokeWidth 1 | Stroke Color #Green#"][!UpdateMeter ButtonFreeRAM][!Redraw] MouseLeaveAction=[!SetOption ButtonFreeRAM Shape "Rectangle 0,0,96,26,5 | Fill Color 18,45,35,238 | StrokeWidth 1 | Stroke Color #Green#"][!UpdateMeter ButtonFreeRAM][!Redraw] LeftMouseUpAction=[!SetOption MeterStatus Text "FREEING RAM..."][!SetOption MeterStatus FontColor "#Amber#"][!UpdateMeter MeterStatus][!Redraw][!CommandMeasure MeasureFreeRAM "Run"] ToolTipText=Trims process working sets and asks Windows to reclaim unused physical memory.%nThis is safe, but Windows may use RAM again as needed. [TextFreeRAM] Meter=String MeterStyle=StyleButtonText X=832 Y=29 Text=FREE RAM LeftMouseUpAction=[!SetOption MeterStatus Text "FREEING RAM..."][!SetOption MeterStatus FontColor "#Amber#"][!UpdateMeter MeterStatus][!Redraw][!CommandMeasure MeasureFreeRAM "Run"] ; ========================= ; POWER ; ========================= [ButtonLock] Meter=Shape MeterStyle=StyleShape X=1116 Y=16 Shape=Rectangle 0,0,66,26,5 | Fill Color 18,45,35,238 | StrokeWidth 1 | Stroke Color #Green# MouseOverAction=[!SetOption ButtonLock Shape "Rectangle 0,0,66,26,5 | Fill Color 24,70,50,248 | StrokeWidth 1 | Stroke Color #Green#"][!UpdateMeter ButtonLock][!Redraw] MouseLeaveAction=[!SetOption ButtonLock Shape "Rectangle 0,0,66,26,5 | Fill Color 18,45,35,238 | StrokeWidth 1 | Stroke Color #Green#"][!UpdateMeter ButtonLock][!Redraw] LeftMouseUpAction=[%windir%\System32\rundll32.exe user32.dll,LockWorkStation] [TextLock] Meter=String MeterStyle=StyleButtonText X=1149 Y=29 Text=LOCK LeftMouseUpAction=[%windir%\System32\rundll32.exe user32.dll,LockWorkStation] [ButtonSleep] Meter=Shape MeterStyle=StyleShape X=1188 Y=16 Shape=Rectangle 0,0,66,26,5 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonSleep Shape "Rectangle 0,0,66,26,5 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonSleep][!Redraw] MouseLeaveAction=[!SetOption ButtonSleep Shape "Rectangle 0,0,66,26,5 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonSleep][!Redraw] LeftMouseUpAction=["powershell.exe" "-NoProfile" "-WindowStyle" "Hidden" "-Command" "Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.Application]::SetSuspendState('Suspend',$false,$false)"] [TextSleep] Meter=String MeterStyle=StyleButtonText X=1221 Y=29 Text=SLEEP LeftMouseUpAction=["powershell.exe" "-NoProfile" "-WindowStyle" "Hidden" "-Command" "Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.Application]::SetSuspendState('Suspend',$false,$false)"] [ButtonSignout] Meter=Shape MeterStyle=StyleShape X=1260 Y=16 Shape=Rectangle 0,0,70,26,5 | Fill Color #Danger# | StrokeWidth 1 | Stroke Color #RedSoft# MouseOverAction=[!SetOption ButtonSignout Shape "Rectangle 0,0,70,26,5 | Fill Color #DangerHover# | StrokeWidth 1 | Stroke Color #Red#"][!UpdateMeter ButtonSignout][!Redraw] MouseLeaveAction=[!SetOption ButtonSignout Shape "Rectangle 0,0,70,26,5 | Fill Color #Danger# | StrokeWidth 1 | Stroke Color #RedSoft#"][!UpdateMeter ButtonSignout][!Redraw] LeftMouseUpAction=["powershell.exe" "-NoProfile" "-WindowStyle" "Hidden" "-Command" "$ws=New-Object -ComObject WScript.Shell; if($ws.Popup('Sign out now?',0,'Rice2k Power',4+32)-eq 6){shutdown.exe /l}"] [TextSignout] Meter=String MeterStyle=StyleButtonText X=1295 Y=29 Text=SIGN LeftMouseUpAction=["powershell.exe" "-NoProfile" "-WindowStyle" "Hidden" "-Command" "$ws=New-Object -ComObject WScript.Shell; if($ws.Popup('Sign out now?',0,'Rice2k Power',4+32)-eq 6){shutdown.exe /l}"] [ButtonRestart] Meter=Shape MeterStyle=StyleShape X=1336 Y=16 Shape=Rectangle 0,0,70,26,5 | Fill Color #Danger# | StrokeWidth 1 | Stroke Color #RedSoft# MouseOverAction=[!SetOption ButtonRestart Shape "Rectangle 0,0,70,26,5 | Fill Color #DangerHover# | StrokeWidth 1 | Stroke Color #Red#"][!UpdateMeter ButtonRestart][!Redraw] MouseLeaveAction=[!SetOption ButtonRestart Shape "Rectangle 0,0,70,26,5 | Fill Color #Danger# | StrokeWidth 1 | Stroke Color #RedSoft#"][!UpdateMeter ButtonRestart][!Redraw] LeftMouseUpAction=["powershell.exe" "-NoProfile" "-WindowStyle" "Hidden" "-Command" "$ws=New-Object -ComObject WScript.Shell; if($ws.Popup('Restart this computer?',0,'Rice2k Power',4+48)-eq 6){shutdown.exe /r /t 0}"] [TextRestart] Meter=String MeterStyle=StyleButtonText X=1371 Y=29 Text=RESTART LeftMouseUpAction=["powershell.exe" "-NoProfile" "-WindowStyle" "Hidden" "-Command" "$ws=New-Object -ComObject WScript.Shell; if($ws.Popup('Restart this computer?',0,'Rice2k Power',4+48)-eq 6){shutdown.exe /r /t 0}"] [ButtonShutdown] Meter=Shape MeterStyle=StyleShape X=1412 Y=16 Shape=Rectangle 0,0,70,26,5 | Fill Color #Danger# | StrokeWidth 1 | Stroke Color #RedSoft# MouseOverAction=[!SetOption ButtonShutdown Shape "Rectangle 0,0,70,26,5 | Fill Color #DangerHover# | StrokeWidth 1 | Stroke Color #Red#"][!UpdateMeter ButtonShutdown][!Redraw] MouseLeaveAction=[!SetOption ButtonShutdown Shape "Rectangle 0,0,70,26,5 | Fill Color #Danger# | StrokeWidth 1 | Stroke Color #RedSoft#"][!UpdateMeter ButtonShutdown][!Redraw] LeftMouseUpAction=["powershell.exe" "-NoProfile" "-WindowStyle" "Hidden" "-Command" "$ws=New-Object -ComObject WScript.Shell; if($ws.Popup('Shutdown this computer?',0,'Rice2k Power',4+48)-eq 6){shutdown.exe /s /t 0}"] [TextShutdown] Meter=String MeterStyle=StyleButtonText X=1447 Y=29 Text=POWER LeftMouseUpAction=["powershell.exe" "-NoProfile" "-WindowStyle" "Hidden" "-Command" "$ws=New-Object -ComObject WScript.Shell; if($ws.Popup('Shutdown this computer?',0,'Rice2k Power',4+48)-eq 6){shutdown.exe /s /t 0}"] ; ========================= ; SYSTEM CARDS ; ========================= [MeterCPUCard] Meter=Shape MeterStyle=StyleShape X=220 Y=57 Shape=Rectangle 0,0,146,46,7 | Fill Color #Panel3# | StrokeWidth 1 | Stroke Color #Line# [MeterCPULabel] Meter=String MeterStyle=StyleLabel X=234 Y=64 Text=CPU [MeterCPUValue] Meter=String MeterStyle=StyleValue MeasureName=MeasureCPU X=234 Y=77 W=55 H=20 NumOfDecimals=0 Text=%1% LeftMouseUpAction=["%windir%\System32\Taskmgr.exe"] ToolTipText=CPU Usage: %1%%%nClick to open Task Manager. [MeterCPUBar] Meter=Bar MeterStyle=StyleBar MeasureName=MeasureCPU X=296 Y=85 W=54 H=7 BarColor=#Accent# [MeterRAMCard] Meter=Shape MeterStyle=StyleShape X=374 Y=57 Shape=Rectangle 0,0,146,46,7 | Fill Color #Panel3# | StrokeWidth 1 | Stroke Color #Line# [MeterRAMLabel] Meter=String MeterStyle=StyleLabel X=388 Y=64 Text=RAM [MeterRAMValue] Meter=String MeterStyle=StyleValue MeasureName=MeasureRAMPercent X=388 Y=77 W=55 H=20 NumOfDecimals=0 Text=%1% LeftMouseUpAction=["resmon.exe"] ToolTipText=RAM Usage: %1%%%nClick to open Resource Monitor. [MeterRAMBar] Meter=Bar MeterStyle=StyleBar MeasureName=MeasureRAMPercent X=450 Y=85 W=54 H=7 BarColor=#Green# [MeterDiskCard] Meter=Shape MeterStyle=StyleShape X=528 Y=57 Shape=Rectangle 0,0,210,46,7 | Fill Color #Panel3# | StrokeWidth 1 | Stroke Color #Line# [MeterDiskLabel] Meter=String MeterStyle=StyleLabel X=542 Y=64 Text=C: DRIVE [MeterDiskValue] Meter=String MeterStyle=StyleValue MeasureName=MeasureDiskCPercent MeasureName2=MeasureDiskCFree X=542 Y=77 W=180 H=20 NumOfDecimals=0 AutoScale=1 Text=%1% / %2B FREE LeftMouseUpAction=["explorer.exe" "C:\"] ToolTipText=C: Drive%nFree Space: %2B%nUsed: %1%%%nClick to open C:\ [MeterDiskBar] Meter=Bar MeterStyle=StyleBar MeasureName=MeasureDiskCPercent X=542 Y=95 W=180 H=5 BarColor=#Accent# [MeterNetCard] Meter=Shape MeterStyle=StyleShape X=746 Y=57 Shape=Rectangle 0,0,196,46,7 | Fill Color #Panel3# | StrokeWidth 1 | Stroke Color #Line# [MeterNetLabel] Meter=String MeterStyle=StyleLabel X=760 Y=64 Text=NETWORK [MeterNetDL] Meter=String MeterStyle=StyleSmall MeasureName=MeasureNetIn X=760 Y=81 W=84 H=17 AutoScale=1 NumOfDecimals=1 FontColor=#Accent# Text=DL %1B/s LeftMouseUpAction=["control.exe" "ncpa.cpl"] [MeterNetUL] Meter=String MeterStyle=StyleSmall MeasureName=MeasureNetOut X=852 Y=81 W=76 H=17 AutoScale=1 NumOfDecimals=1 FontColor=#Green# Text=UL %1B/s LeftMouseUpAction=["ms-settings:network"] [MeterPowerCard] Meter=Shape MeterStyle=StyleShape X=944 Y=57 Shape=Rectangle 0,0,224,46,7 | Fill Color #Panel3# | StrokeWidth 1 | Stroke Color #Line# [MeterPowerLabel] Meter=String MeterStyle=StyleLabel X=964 Y=64 Text=POWER [MeterBattery] Meter=String MeterStyle=StyleSmall MeasureName=MeasurePowerStatus MeasureName2=MeasureBattery X=964 Y=81 W=76 H=17 FontColor=#Text# Text=%1 %2% LeftMouseUpAction=["ms-settings:powersleep"] [MeterWiFi] Meter=String MeterStyle=StyleSmall X=1024 Y=81 W=132 H=17 FontColor=#Accent# ClipString=1 Text=#CurrentWiFi# LeftMouseUpAction=["ms-settings:network-wifi"] ToolTipText=Connected Wi-Fi:%n#CurrentWiFi#%nClick to open Wi-Fi settings. [MeterClockCard] Meter=Shape MeterStyle=StyleShape X=1176 Y=57 Shape=Rectangle 0,0,306,46,7 | Fill Color #Panel3# | StrokeWidth 1 | Stroke Color #Line# [MeterClock] Meter=String MeterStyle=StyleValue MeasureName=MeasureTime X=1468 Y=63 W=300 H=20 StringAlign=Right FontSize=13 Text=%1 LeftMouseUpAction=["timedate.cpl"] ToolTipText=[MeasureDate]%nUptime: [MeasureUptime]%nClick to open Date/Time. [MeterDate] Meter=String MeterStyle=StyleSmall MeasureName=MeasureDate MeasureName2=MeasureUptime X=1468 Y=85 W=300 H=16 StringAlign=Right Text=%1 | UPTIME %2 ; ========================= ; LOWER TOOLS ; ========================= [ButtonRefresh] Meter=Shape MeterStyle=StyleShape X=220 Y=107 Shape=Rectangle 0,0,70,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonRefresh Shape "Rectangle 0,0,70,16,4 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonRefresh][!Redraw] MouseLeaveAction=[!SetOption ButtonRefresh Shape "Rectangle 0,0,70,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonRefresh][!Redraw] LeftMouseUpAction=[!Refresh] [TextRefresh] Meter=String MeterStyle=StyleButtonText X=255 Y=115 FontSize=7 Text=REFRESH LeftMouseUpAction=[!Refresh] [ButtonEdit] Meter=Shape MeterStyle=StyleShape X=298 Y=107 Shape=Rectangle 0,0,54,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonEdit Shape "Rectangle 0,0,54,16,4 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonEdit][!Redraw] MouseLeaveAction=[!SetOption ButtonEdit Shape "Rectangle 0,0,54,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonEdit][!Redraw] LeftMouseUpAction=["notepad.exe" "#CURRENTPATH##CURRENTFILE#"] [TextEdit] Meter=String MeterStyle=StyleButtonText X=325 Y=115 FontSize=7 Text=EDIT LeftMouseUpAction=["notepad.exe" "#CURRENTPATH##CURRENTFILE#"] [ButtonManage] Meter=Shape MeterStyle=StyleShape X=360 Y=107 Shape=Rectangle 0,0,66,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonManage Shape "Rectangle 0,0,66,16,4 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonManage][!Redraw] MouseLeaveAction=[!SetOption ButtonManage Shape "Rectangle 0,0,66,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonManage][!Redraw] LeftMouseUpAction=[!Manage] [TextManage] Meter=String MeterStyle=StyleButtonText X=393 Y=115 FontSize=7 Text=MANAGE LeftMouseUpAction=[!Manage] [ButtonMove] Meter=Shape MeterStyle=StyleShape X=434 Y=107 Shape=Rectangle 0,0,48,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonMove Shape "Rectangle 0,0,48,16,4 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonMove][!Redraw] MouseLeaveAction=[!SetOption ButtonMove Shape "Rectangle 0,0,48,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonMove][!Redraw] LeftMouseUpAction=[!Draggable 1][!SetOption MeterStatus Text "MOVE ON"][!SetOption MeterStatus FontColor "#Accent#"][!UpdateMeter MeterStatus][!Redraw] ToolTipText=Temporarily allow dragging the whole bar. [TextMove] Meter=String MeterStyle=StyleButtonText X=458 Y=115 FontSize=7 Text=MOVE LeftMouseUpAction=[!Draggable 1][!SetOption MeterStatus Text "MOVE ON"][!SetOption MeterStatus FontColor "#Accent#"][!UpdateMeter MeterStatus][!Redraw] [ButtonPin] Meter=Shape MeterStyle=StyleShape X=488 Y=107 Shape=Rectangle 0,0,40,16,4 | Fill Color 18,45,35,238 | StrokeWidth 1 | Stroke Color #Green# MouseOverAction=[!SetOption ButtonPin Shape "Rectangle 0,0,40,16,4 | Fill Color 24,70,50,248 | StrokeWidth 1 | Stroke Color #Green#"][!UpdateMeter ButtonPin][!Redraw] MouseLeaveAction=[!SetOption ButtonPin Shape "Rectangle 0,0,40,16,4 | Fill Color 18,45,35,238 | StrokeWidth 1 | Stroke Color #Green#"][!UpdateMeter ButtonPin][!Redraw] LeftMouseUpAction=[!Draggable 0][!SetOption MeterStatus Text "PINNED"][!SetOption MeterStatus FontColor "#Green#"][!UpdateMeter MeterStatus][!Redraw] ToolTipText=Lock the bar position so corner resizing works. [TextPin] Meter=String MeterStyle=StyleButtonText X=508 Y=115 FontSize=7 Text=PIN LeftMouseUpAction=[!Draggable 0][!SetOption MeterStatus Text "PINNED"][!SetOption MeterStatus FontColor "#Green#"][!UpdateMeter MeterStatus][!Redraw] [ButtonScaleDown] Meter=Shape MeterStyle=StyleShape X=536 Y=107 Shape=Rectangle 0,0,32,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonScaleDown Shape "Rectangle 0,0,32,16,4 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonScaleDown][!Redraw] MouseLeaveAction=[!SetOption ButtonScaleDown Shape "Rectangle 0,0,32,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonScaleDown][!Redraw] LeftMouseUpAction=[!CommandMeasure MeasureScaleDown "Run"] ToolTipText=Make the bar smaller. [TextScaleDown] Meter=String MeterStyle=StyleButtonText X=552 Y=115 FontSize=8 Text=- LeftMouseUpAction=[!CommandMeasure MeasureScaleDown "Run"] [ButtonScaleReset] Meter=Shape MeterStyle=StyleShape X=574 Y=107 Shape=Rectangle 0,0,42,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonScaleReset Shape "Rectangle 0,0,42,16,4 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonScaleReset][!Redraw] MouseLeaveAction=[!SetOption ButtonScaleReset Shape "Rectangle 0,0,42,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonScaleReset][!Redraw] LeftMouseUpAction=[!CommandMeasure MeasureScaleReset "Run"] ToolTipText=Reset bar size to 100%. [TextScaleReset] Meter=String MeterStyle=StyleButtonText X=595 Y=115 FontSize=7 Text=100 LeftMouseUpAction=[!CommandMeasure MeasureScaleReset "Run"] [ButtonScaleUp] Meter=Shape MeterStyle=StyleShape X=622 Y=107 Shape=Rectangle 0,0,32,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonScaleUp Shape "Rectangle 0,0,32,16,4 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonScaleUp][!Redraw] MouseLeaveAction=[!SetOption ButtonScaleUp Shape "Rectangle 0,0,32,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonScaleUp][!Redraw] LeftMouseUpAction=[!CommandMeasure MeasureScaleUp "Run"] ToolTipText=Make the bar larger. [TextScaleUp] Meter=String MeterStyle=StyleButtonText X=638 Y=115 FontSize=8 Text=+ LeftMouseUpAction=[!CommandMeasure MeasureScaleUp "Run"] [ButtonSnip] Meter=Shape MeterStyle=StyleShape X=662 Y=107 Shape=Rectangle 0,0,46,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line# MouseOverAction=[!SetOption ButtonSnip Shape "Rectangle 0,0,46,16,4 | Fill Color #ButtonHover# | StrokeWidth 1 | Stroke Color #Accent#"][!UpdateMeter ButtonSnip][!Redraw] MouseLeaveAction=[!SetOption ButtonSnip Shape "Rectangle 0,0,46,16,4 | Fill Color #ButtonFill# | StrokeWidth 1 | Stroke Color #Line#"][!UpdateMeter ButtonSnip][!Redraw] LeftMouseUpAction=["ms-screenclip:"] ToolTipText=Start Windows screen snip. [TextSnip] Meter=String MeterStyle=StyleButtonText X=685 Y=115 FontSize=7 Text=SNIP LeftMouseUpAction=["ms-screenclip:"] [MeterMedia] Meter=String MeterStyle=StyleSmall X=724 Y=109 W=230 H=14 Text=MEDIA: SPOTIFY YT WINAMP WMP ToolTipText=Small media launch zone. [HitSpotify] Meter=Shape MeterStyle=StyleShape X=773 Y=106 Shape=Rectangle 0,0,58,18,3 | Fill Color 0,0,0,1 | StrokeWidth 0 LeftMouseUpAction=["#ChromePath#" "#SpotifyLink#"] [HitYouTube] Meter=Shape MeterStyle=StyleShape X=838 Y=106 Shape=Rectangle 0,0,28,18,3 | Fill Color 0,0,0,1 | StrokeWidth 0 LeftMouseUpAction=["#ChromePath#" "#YouTubeLink#"] [HitWinamp] Meter=Shape MeterStyle=StyleShape X=876 Y=106 Shape=Rectangle 0,0,56,18,3 | Fill Color 0,0,0,1 | StrokeWidth 0 LeftMouseUpAction=["#WinampPath#"] [HitWMP] Meter=Shape MeterStyle=StyleShape X=940 Y=106 Shape=Rectangle 0,0,42,18,3 | Fill Color 0,0,0,1 | StrokeWidth 0 LeftMouseUpAction=["#MediaPlayerPath#"] [MeterMoreToolsBG] Meter=Shape MeterStyle=StyleShape Group=MoreTools Hidden=1 X=980 Y=106 Shape=Rectangle 0,0,500,18,4 | Fill Color 28,16,16,242 | StrokeWidth 1 | Stroke Color #RedSoft# [MeterMoreToolsText] Meter=String MeterStyle=StyleSmall Group=MoreTools Hidden=1 X=990 Y=108 W=480 H=14 FontColor=#Amber# Text=TOOLS: RESTART EXPLORER | STARTUP | PERFMON | DISPLAY | SOUND ToolTipText=Extra tools. Click a section below. [HitRestartExplorer] Meter=Shape MeterStyle=StyleShape Group=MoreTools Hidden=1 X=1037 Y=106 Shape=Rectangle 0,0,106,18,3 | Fill Color 0,0,0,1 | StrokeWidth 0 LeftMouseUpAction=["powershell.exe" "-NoProfile" "-WindowStyle" "Hidden" "-Command" "Stop-Process -Name explorer -Force; Start-Process explorer.exe"] [HitStartup] Meter=Shape MeterStyle=StyleShape Group=MoreTools Hidden=1 X=1154 Y=106 Shape=Rectangle 0,0,62,18,3 | Fill Color 0,0,0,1 | StrokeWidth 0 LeftMouseUpAction=["explorer.exe" "shell:startup"] [HitPerfmon] Meter=Shape MeterStyle=StyleShape Group=MoreTools Hidden=1 X=1230 Y=106 Shape=Rectangle 0,0,62,18,3 | Fill Color 0,0,0,1 | StrokeWidth 0 LeftMouseUpAction=["perfmon.exe"] [HitDisplaySettings] Meter=Shape MeterStyle=StyleShape Group=MoreTools Hidden=1 X=1300 Y=106 Shape=Rectangle 0,0,58,18,3 | Fill Color 0,0,0,1 | StrokeWidth 0 LeftMouseUpAction=["ms-settings:display"] [HitSoundSettings] Meter=Shape MeterStyle=StyleShape Group=MoreTools Hidden=1 X=1368 Y=106 Shape=Rectangle 0,0,48,18,3 | Fill Color 0,0,0,1 | StrokeWidth 0 LeftMouseUpAction=["ms-settings:sound"] ; ========================= ; CORNER RESIZE HANDLES ; ========================= [ResizeTL] Meter=Shape MeterStyle=StyleShape X=3 Y=3 Shape=Rectangle 0,0,28,28,3 | Fill Color 0,0,0,1 | StrokeWidth 0 Shape2=Path Handle | StrokeWidth 3 | Stroke Color #Accent# | Fill Color 0,0,0,1 Handle=0,20 | LineTo 0,0 | LineTo 20,0 LeftMouseDownAction=[!CommandMeasure MeasureResizeTL "Run"] ToolTipText=Drag this corner and release to resize. Use PIN first if the bar moves. [ResizeTR] Meter=Shape MeterStyle=StyleShape X=(#BaseW#-31) Y=3 Shape=Rectangle 0,0,28,28,3 | Fill Color 0,0,0,1 | StrokeWidth 0 Shape2=Path Handle | StrokeWidth 3 | Stroke Color #Accent# | Fill Color 0,0,0,1 Handle=8,0 | LineTo 28,0 | LineTo 28,20 LeftMouseDownAction=[!CommandMeasure MeasureResizeTR "Run"] ToolTipText=Drag this corner and release to resize. Use PIN first if the bar moves. [ResizeBL] Meter=Shape MeterStyle=StyleShape X=3 Y=(#BaseH#-31) Shape=Rectangle 0,0,28,28,3 | Fill Color 0,0,0,1 | StrokeWidth 0 Shape2=Path Handle | StrokeWidth 3 | Stroke Color #Accent# | Fill Color 0,0,0,1 Handle=0,8 | LineTo 0,28 | LineTo 20,28 LeftMouseDownAction=[!CommandMeasure MeasureResizeBL "Run"] ToolTipText=Drag this corner and release to resize. Use PIN first if the bar moves. [ResizeBR] Meter=Shape MeterStyle=StyleShape X=(#BaseW#-31) Y=(#BaseH#-31) Shape=Rectangle 0,0,28,28,3 | Fill Color 0,0,0,1 | StrokeWidth 0 Shape2=Path Handle | StrokeWidth 3 | Stroke Color #Accent# | Fill Color 0,0,0,1 Handle=8,28 | LineTo 28,28 | LineTo 28,8 LeftMouseDownAction=[!CommandMeasure MeasureResizeBR "Run"] ToolTipText=Drag this corner and release to resize. Use PIN first if the bar moves.