Last active
March 7, 2022 17:49
-
-
Save Qofar/b3aee9feb5158d963b865a924f8c9050 to your computer and use it in GitHub Desktop.
Rainmeter - MiniBar_12core
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Rainmeter] | |
| Update=1000 | |
| LeftMouseUpAction=[!zPos "2"] | |
| RightMouseUpAction=[!zPos "0"] | |
| [Metadata] | |
| Name=MiniBar | |
| Author=Mill | |
| Information= | |
| Version=0.01 | |
| License=MIT License | |
| [Variables] | |
| ulinecolor=3F7DC4 | |
| dlinecolor=C43F3F | |
| rambarcolor=3FC488 | |
| backcolor=000000 | |
| histogramcolor=00BFFF | |
| gpucolor=FFBF00 | |
| ;-------------------------------------CPU----------------------------- | |
| [MeasureCPUMax] | |
| Measure=Plugin | |
| Plugin=AdvancedCPU | |
| [CPU0] | |
| Measure=CPU | |
| Processor=0 | |
| [CPU1] | |
| Measure=CPU | |
| Processor=1 | |
| [CPU2] | |
| Measure=CPU | |
| Processor=2 | |
| [CPU3] | |
| Measure=CPU | |
| Processor=3 | |
| [CPU4] | |
| Measure=CPU | |
| Processor=4 | |
| [CPU5] | |
| Measure=CPU | |
| Processor=5 | |
| [CPU6] | |
| Measure=CPU | |
| Processor=6 | |
| [CPU7] | |
| Measure=CPU | |
| Processor=7 | |
| [CPU8] | |
| Measure=CPU | |
| Processor=8 | |
| [CPU9] | |
| Measure=CPU | |
| Processor=9 | |
| [CPU10] | |
| Measure=CPU | |
| Processor=10 | |
| [CPU11] | |
| Measure=CPU | |
| Processor=11 | |
| [CPU12] | |
| Measure=CPU | |
| Processor=12 | |
| [GPU] | |
| Measure=Plugin | |
| Plugin=UsageMonitor | |
| Alias=GPU | |
| [TOPname] | |
| Measure=Plugin | |
| Plugin=AdvancedCPU | |
| CPUExclude=Idle | |
| TopProcess=2 | |
| [TOP%] | |
| Measure=Plugin | |
| Plugin=AdvancedCPU | |
| CPUExclude=Idle | |
| TopProcess=1 | |
| MaxValue=[MeasureCPUMax] | |
| DynamicVariables=1 | |
| [MeasureTime] | |
| Measure=Time | |
| Format=%H%M | |
| ;--------------------------------RAM---------------------------------- | |
| [RAMused] | |
| Measure=PhysicalMemory | |
| UpdateDivider=2 | |
| ;------------------------------NET------------------------------------ | |
| [DOWN] | |
| Measure=NetIn | |
| MinValue=0 | |
| MaxValue=1048576 | |
| [UP] | |
| Measure=NetOut | |
| MinValue=0 | |
| MaxValue=131072 | |
| ;--------------------------METERS------------------------------------- | |
| [BG] | |
| Meter=Shape | |
| Shape=Rectangle 0,0,127,12 | Fill Color 87,87,87 | StrokeWidth 0 | |
| DynamicVariables=1 | |
| ToolTipText=TOP : [TOPname] [TOP%:/1000000, 1]%#CRLF#CPU : [CPU0:/1, 1]%#CRLF#RAM : [RAMused:/1073741824, 1]GB#CRLF#GPU : [GPU:/1, 1]%#CRLF#U : [UP:/1024, 0]KB/s#CRLF#D : [DOWN:/1024, 0]KB/s | |
| [mCPU1Bar] | |
| Meter=Bar | |
| MeasureName=CPU1 | |
| X=1 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#histogramcolor# | |
| SolidColor=#backcolor# | |
| [mCPU2Bar] | |
| Meter=Bar | |
| MeasureName=CPU2 | |
| X=7 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#histogramcolor# | |
| SolidColor=#backcolor# | |
| [mCPU3Bar] | |
| Meter=Bar | |
| MeasureName=CPU3 | |
| X=13 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#histogramcolor# | |
| SolidColor=#backcolor# | |
| [mCPU4Bar] | |
| Meter=Bar | |
| MeasureName=CPU4 | |
| X=19 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#histogramcolor# | |
| SolidColor=#backcolor# | |
| [mCPU5Bar] | |
| Meter=Bar | |
| MeasureName=CPU5 | |
| X=25 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#histogramcolor# | |
| SolidColor=#backcolor# | |
| [mCPU6Bar] | |
| Meter=Bar | |
| MeasureName=CPU6 | |
| X=31 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#histogramcolor# | |
| SolidColor=#backcolor# | |
| [mCPU7Bar] | |
| Meter=Bar | |
| MeasureName=CPU7 | |
| X=37 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#histogramcolor# | |
| SolidColor=#backcolor# | |
| [mCPU8Bar] | |
| Meter=Bar | |
| MeasureName=CPU8 | |
| X=43 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#histogramcolor# | |
| SolidColor=#backcolor# | |
| [mCPU9Bar] | |
| Meter=Bar | |
| MeasureName=CPU9 | |
| X=49 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#histogramcolor# | |
| SolidColor=#backcolor# | |
| [mCPU10Bar] | |
| Meter=Bar | |
| MeasureName=CPU10 | |
| X=55 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#histogramcolor# | |
| SolidColor=#backcolor# | |
| [mCPU11Bar] | |
| Meter=Bar | |
| MeasureName=CPU11 | |
| X=61 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#histogramcolor# | |
| SolidColor=#backcolor# | |
| [mCPU12Bar] | |
| Meter=Bar | |
| MeasureName=CPU12 | |
| X=67 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#histogramcolor# | |
| SolidColor=#backcolor# | |
| [mGPUBar] | |
| Meter=Bar | |
| MeasureName=GPU | |
| X=73 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#gpucolor# | |
| SolidColor=#backcolor# | |
| [mRAMusedBar] | |
| Meter=Bar | |
| MeasureName=RAMused | |
| X=79 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#rambarcolor# | |
| SolidColor=#backcolor# | |
| [mUPBar] | |
| Meter=Bar | |
| MeasureName=UP | |
| X=85 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#ulinecolor# | |
| SolidColor=#backcolor# | |
| [mDOWNBar] | |
| Meter=Bar | |
| MeasureName=DOWN | |
| X=91 | |
| Y=1 | |
| W=5 | |
| H=10 | |
| BarColor=#dlinecolor# | |
| SolidColor=#backcolor# | |
| [mMeasureTimeBG] | |
| Meter=Shape | |
| Shape=Rectangle 97,1,29,10 | Fill Color 000000 | StrokeWidth 0 | |
| DynamicVariables=1 | |
| [mMeasureTime] | |
| Meter=String | |
| MeasureName=MeasureTime | |
| X=111 | |
| Y=7 | |
| W=29 | |
| H=10 | |
| StringAlign=CenterCenter | |
| FontSize=8 | |
| FontColor=FFFFFF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment