Skip to content

Releases: nikolay-borzov/rainmeter-monochrome

v1.6.0

25 Sep 15:50
Compare
Choose a tag to compare
  • Drive: Apparently HWiNFO can't provide Disk activity for logical disks. Also old issue with PerfMon providing values > 100 is solved by setting MinValue and MaxValue
  • Player: Fix Artist and Title wrapping
  • GPU: Fade usage string when value is 0
Updating from 1.6.0

See Config.inc diff

v1.5.0

23 Aug 17:29
Compare
Choose a tag to compare
  • GPU: Get GPU usage value and allocated memory from HWiNFO
  • GPU: Fix getting GPU total memory. Support GPU with > 4 GiB
  • GPU: Allow setting GPU total memory as workaround when there is no total memory value in the registry
  • GPU: Allow hiding GPU Fan
  • GPU: Rename GPU "Dedicated memory" to less verbose "Memory"
  • Drive: Get drive total activity from HWiNFO
  • Drive: Display SSD remaining life in a tooltip
  • Unify variables' names

❗ PLEASE BACKUP YOUR Config.inc
For some reason Config.inc is now overwritten on install (at least it happens on my machines). You'll have to manually copy your setting to the replaced Config.inc

Updating from 1.4.0

See Config.inc diff

v1.4.0

19 Mar 20:51
Compare
Choose a tag to compare
  • Drive: how Drive identifier in tooltip
  • Drive: Add separate variables for HWiNFO Drive S.M.A.R.T. Temperature Entry ID
  • Drive: Add Drive_6 skin
Updating from 1.3.1

Update Config.inc with the following changes:

; ------
; Drives
; ------

-; S.M.A.R.T. Same for all drives
+; Common variables
HWiNFO_SMART_SensorId=0xf0000100
-HWiNFO_SMART_DriveTemperature=0x1000000
Drive_1_HWiNFOSensorInstance=0x3
+Drive_1_HWiNFOTemperatureEntryId=0x1000000
; 0 - hide, 1 - show
Drive_2_HWiNFOSensorInstance=0x0
+Drive_2_HWiNFOTemperatureEntryId=0x1000000
; 0 - hide, 1 - show
Drive_3_HWiNFOSensorInstance=0x2
+Drive_3_HWiNFOTemperatureEntryId=0x1000000
; 0 - hide, 1 - show
Drive_4_HWiNFOSensorInstance=0x1
+Drive_4_HWiNFOTemperatureEntryId=0x1000000
; 0 - hide, 1 - show
Drive_5_HWiNFOSensorInstance=0x4
+Drive_5_HWiNFOTemperatureEntryId=0x1000000
; 0 - hide, 1 - show
+Drive_6=H:
+Drive_6_HWiNFOSensorInstance=0x5
+Drive_6_HWiNFOTemperatureEntryId=0x1000000
+; 0 - hide, 1 - show
+Drive_6_BorderTop=0
+Drive_6_BorderRight=1
+Drive_6_BorderBottom=1
+Drive_6_BorderLeft=1

Set TemperatureEntryId values according to what HWiNFOSharedMemoryViewer shows for your drives

v1.3.1

29 Oct 17:33
Compare
Choose a tag to compare
  • Memory, Drive, GPU: Use binary prefixes for memory values (e.g. GiB)

v1.3.0

15 Apr 21:09
Compare
Choose a tag to compare
  • Add localization support. Available locales are "en" and "ru"
  • Add context menu item "Open Config" that opens Config.inc

v1.2.0

06 Apr 20:26
Compare
Choose a tag to compare
  • To keep user values on update copy all configurable variables from Variables.inc to Config.inc
  • Highlight that HWiNFO < 7.0.0 must be used unless you have Pro subscription
  • Network: Fix missing default value for NetworkInterface
  • Drive: Add tooltip for Drive label displaying disk total size
  • GPU: Remove GPU_Registry_GUID variable - take adapter name and total dedicated memory size (as reported by dxdiag) from WinSAT
  • Network: Fade zero network In and Out values

v1.1.0

21 Mar 19:57
Compare
Choose a tag to compare
  • Allow toggling skin borders visibility:
; 0 - hide, 1 - show
CPUBorderTop=1
CPUBorderRight=0
CPUBorderBottom=1
CPUBorderLeft=0
  • Renames
From To
HWiNFO_CPU0_DTS_SensorId HWiNFO_CPU0_SensorId
HWiNFO_CPU0_DTS_SensorInstance HWiNFO_CPU0_SensorInstance
HWiNFO_CPU0_DTS_CoreMax HWiNFO_CPU0_Temp
NetMaxDownloadMbits NetworkMaxDownloadMbits
NetMaxUploadMbits NetworkMaxUploadMbits
Updating from 1.0.0

Because of the number of changes, it's better to install skins from scratch and then copy your Config.inc changes over.

Otherwise, you will need to update Config.inc with the following changes:

 TempMax=100
 
+; ------
+; Uptime
+; ------
+; 0 - hide, 1 - show
+UptimeBorderTop=0
+UptimeBorderRight=1
+UptimeBorderBottom=1
+UptimeBorderLeft=1
 ; ---
 ; CPU
 ; ---
-HWiNFO_CPU0_DTS_SensorId=0xf0000400
-HWiNFO_CPU0_DTS_SensorInstance=0x0
-HWiNFO_CPU0_DTS_CoreMax=0x10000ff
+HWiNFO_CPU0_SensorId=0xf0000400
+HWiNFO_CPU0_SensorInstance=0x0
+HWiNFO_CPU0_Temp=0x10000ff
 ; 0-5
 CPUTopProcessesCount=3
+; 0 - hide, 1 - show
+CPUBorderTop=0
+CPUBorderRight=1
+CPUBorderBottom=1
+CPUBorderLeft=1
 ; 0-5
 MemoryTopProcessesCount=3
+; 0 - hide, 1 - show
+MemoryBorderTop=0
+MemoryBorderRight=1
+MemoryBorderBottom=1
+MemoryBorderLeft=1
 ; 0-5
 GPUTopProcessesCount=2
+; 0 - hide, 1 - show
+GPUBorderTop=0
+GPUBorderRight=1
+GPUBorderBottom=1
+GPUBorderLeft=1
 ; Set these for sure. http://speedtest.net
-NetMaxDownloadMbits=94.33
-NetMaxUploadMbits=91.30
+NetworkMaxDownloadMbits=94.33
+NetworkMaxUploadMbits=91.30
 ; Set this if needed. Default: Best
-; NetInterface=
+; NetworkInterface=
+; 0 - hide, 1 - show
+NetworkBorderTop=0
+NetworkBorderRight=1
+NetworkBorderBottom=1
+NetworkBorderLeft=1
 ; 0-5
 IOTopProcessesCount=4
+; 0 - hide, 1 - show
+IOBorderTop=0
+IOBorderRight=1
+IOBorderBottom=1
+IOBorderLeft=1
+
+; -------------
+; Drives Header
+; -------------
+; 0 - hide, 1 - show
+DrivesHeaderBorderTop=0
+DrivesHeaderBorderRight=1
+DrivesHeaderBorderBottom=1
+DrivesHeaderBorderLeft=1
 Drive_1_HWiNFOSensorInstance=0x3
+; 0 - hide, 1 - show
+Drive_1_BorderTop=0
+Drive_1_BorderRight=1
+Drive_1_BorderBottom=1
+Drive_1_BorderLeft=1
 Drive_2_HWiNFOSensorInstance=0x0
+; 0 - hide, 1 - show
+Drive_2_BorderTop=0
+Drive_2_BorderRight=1
+Drive_2_BorderBottom=1
+Drive_2_BorderLeft=1
 Drive_3_HWiNFOSensorInstance=0x2
+; 0 - hide, 1 - show
+Drive_3_BorderTop=0
+Drive_3_BorderRight=1
+Drive_3_BorderBottom=1
+Drive_3_BorderLeft=1
 Drive_4_HWiNFOSensorInstance=0x1
+; 0 - hide, 1 - show
+Drive_4_BorderTop=0
+Drive_4_BorderRight=1
+Drive_4_BorderBottom=1
+Drive_4_BorderLeft=1
 Drive_5_HWiNFOSensorInstance=0x4
+; 0 - hide, 1 - show
+Drive_5_BorderTop=0
+Drive_5_BorderRight=1
+Drive_5_BorderBottom=1
+Drive_5_BorderLeft=1
 PlayerPath=
+; 0 - hide, 1 - show
+PlayerBorderTop=0
+PlayerBorderRight=1
+PlayerBorderBottom=1
+PlayerBorderLeft=1

v1.0.0

03 Mar 18:59
Compare
Choose a tag to compare
  • Initial public version