Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
raiguard committed Nov 1, 2018
1 parent 85c05cc commit 6f16b11
Show file tree
Hide file tree
Showing 26 changed files with 36 additions and 37 deletions.
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/@Resources/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MODERNGADGETS
v1.5.0-beta.1
v1.5.0-beta.2
By raiguard

----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/@Resources/Settings/GlobalSettings.inc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sb1MaskColor=0,0,0
sb1MaskAlpha=100
sb1Columns=1
sb1Alignment=right
sb1Monitor=2
sb1Monitor=1

sb2MaskType=blur
sb2MaskColor=0,0,0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ showPing=0
showNetTotals=1
showLineGraph=1
showPeakNetworkUsage=0
useNetMonitor=1
useNetMonitor=0

pingUrl=google.com

Expand Down
6 changes: 3 additions & 3 deletions Skins/ModernGadgets/@Resources/Settings/ProcessSettings.inc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Variables]
showAvgUsage=0
showAvgUsage=1
showBars=1
showLineGraph=0
showLineGraph=1
processLabelFontFace=Roboto Cn

processes=5
processes=10
processMode=1
processBlacklist=_Total|Idle|dwm|csrss|svchost|lsass|System|spoolsv

Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/@Resources/StyleSheet.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; MODERNGADGETS STYLESHEET

[Variables]
mgVersion=1.5.0-beta.1
mgVersion=1.5.0-beta.2

; Positioning
bgOffset=5
Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/Chronometer/Chronometer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Name=Chronometer
Author=raiguard
Information=A modern digital clock with timers, stopwatches, alarms, and an event countdown function.
License=Creative Commons BY-NC-SA 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

[Variables]
@includeStyleSheet=#@#StyleSheet.inc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name=Chronometer Config
Author=raiguard
Information=Configuration for the Chronometer.
License=Creative Commons BY-NC-SA 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

; ========= Variables and Styles =========

Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/Chronometer/Stopwatch/Stopwatch.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name=Stopwatch
Author=raiguard
Information=Extension of the Chronometer, a stopwatch with lap support.
License=Creative Commons BY-NC-SA 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

[Variables]
@includeStyleSheet=#@#StyleSheet.inc
Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/CpuMeter/CpuMeter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Name=CPU
Author=raiguard
Information=A Rainmeter recreation of the All CPU Meter gadget, updated and enhanced to give it a "modern" feel.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

[Variables]
@includeStyleSheet=#@#StyleSheet.inc
Expand Down
14 changes: 7 additions & 7 deletions Skins/ModernGadgets/CpuMeter/Settings/CpuMeterSettings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name=CPU Config
Author=raiguard
Information=Configuration for CPU Meter.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

; ========= Variables and Styles =========

Expand Down Expand Up @@ -51,7 +51,7 @@ dColorCore16=99,125,217
dColorCore17=43,224,152
dColorCore18=227,242,10
dColorTt=255,120,147
dColorTempGraph=200,0,0
dColorCpuTemp=200,0,0
dTtHistogramAlpha=50

; ==================================================
Expand Down Expand Up @@ -778,10 +778,10 @@ Text=Page
[ColorCpuTempPicker]
Meter=Shape
MeterStyle=StyleColorPicker
MeterSpecific=Fill Color #colorTempGraph#
LeftMouseUpAction=[#rainRgbPath# VarName=colorTempGraph FileName=#cpuSettingsPath# RefreshConfig=#CURRENTCONFIG#]
RightMouseUpAction=[!SetVariable colorTempGraph "#dColorTempGraph#"][!WriteKeyValue Variables colorTempGraph "#dColorTempGraph#" "#cpuSettingsPath#"][!UpdateMeter ColorCpuTempPicker][!Redraw]
ToolTipText=#colorPage#
MeterSpecific=Fill Color #colorCpuTemp#
LeftMouseUpAction=[#rainRgbPath# VarName=colorCpuTemp FileName=#cpuSettingsPath# RefreshConfig=#CURRENTCONFIG#]
RightMouseUpAction=[!SetVariable colorCpuTemp "#dColorCpuTemp#"][!WriteKeyValue Variables colorCpuTemp "#dColorCpuTemp#" "#cpuSettingsPath#"][!UpdateMeter ColorCpuTempPicker][!Redraw]
ToolTipText=#colorCpuTemp#

[ColorCpuTempLabelString]
Meter=String
Expand All @@ -794,7 +794,7 @@ MeterStyle=StyleColorPicker
MeterSpecific=Fill Color #colorCpuFan#
LeftMouseUpAction=[#rainRgbPath# VarName=colorCpuFan FileName=#cpuSettingsPath# RefreshConfig=#CURRENTCONFIG#]
RightMouseUpAction=[!SetVariable colorCpuFan "#dColorCpuFan#"][!WriteKeyValue Variables colorCpuFan "#dColorCpuFan#" "#cpuSettingsPath#"][!UpdateMeter ColorFanPicker][!Redraw]
ToolTipText=#colorPage#
ToolTipText=#colorCpuFan#

[ColorFanLabelString]
Meter=String
Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/DisksMeter/DisksMeter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Name=Disks Meter
Author=raiguard
Information=A Rainmeter recreation of the Drives Meter gadget, updated and enhanced to give it a "modern" feel.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

[Variables]
@includeStyleSheet=#@#StyleSheet.inc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name=Disks Config
Author=raiguard
Information=Configuration for Disks Meter.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

; ========= Variables and Styles =========

Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/GpuMeter/GPU0/GpuMeter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Name=GPU Meter
Author=raiguard
Information=A Rainmeter recreation of the GPU Meter gadget, updated and enhanced to give it a "modern" feel.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

; ========= Variables and Styles =========

Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/GpuMeter/GPU1/GpuMeter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Name=GPU Meter
Author=raiguard
Information=A Rainmeter recreation of the GPU Meter gadget, updated and enhanced to give it a "modern" feel.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

; ========= Variables and Styles =========

Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/GpuMeter/GPU2/GpuMeter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Name=GPU Meter
Author=raiguard
Information=A Rainmeter recreation of the GPU Meter gadget, updated and enhanced to give it a "modern" feel.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

; ========= Variables and Styles =========

Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/GpuMeter/GPU3/GpuMeter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Name=GPU Meter
Author=raiguard
Information=A Rainmeter recreation of the GPU Meter gadget, updated and enhanced to give it a "modern" feel.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

; ========= Variables and Styles =========

Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/GpuMeter/Settings/GpuMeterSettings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name=GPU Config
Author=raiguard
Information=Configuration for GPU Meter.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

; ========= Variables and Styles =========

Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/NetworkMeter/NetworkMeter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Name=Network Meter
Author=raiguard
Information=A Rainmeter recreation of the Network Meter gadget, updated and enhanced to give it a "modern" feel.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

; ========= Variables and Styles =========

Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/NetworkMeter/NetworkMeterPro.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Name=Network Meter Pro
Author=raiguard
Information=A Rainmeter recreation of the Network Meter gadget, updated and enhanced to give it a "modern" feel. This version uses the NetMonitor Windows service for more accurate monitoring (credit to SilverAzide for the method).
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

; ========= Variables and Styles =========

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name=Network Config
Author=raiguard
Information=Configuration for Network Meter.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

; ========= Variables and Styles =========

Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/ProcessMeter/ProcessMeter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Name=Process Meter
Author=raiguard
Information=A gadget to track processes that are using high amounts of CPU, or specific processes chosen by the user.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

[Variables]
@includeStyleSheet=#@#StyleSheet.inc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name=Process Config
Author=raiguard
Information=Configuration for Process Meter.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

[Variables]
@includeStyleSheet=#@#StyleSheet.inc
Expand Down
4 changes: 2 additions & 2 deletions Skins/ModernGadgets/Settings/GadgetManager/GadgetManager.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name=GadgetManager
Author=raiguard
Information=Load / unload gadgets and change global settings
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

; ========= Variables and Styles =========

Expand All @@ -20,7 +20,7 @@ Version=1.5.0-beta.1
scale=1
bgWidth=310
bgHeight=280
loaded=1
loaded=0

contentMarginAbs=5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name=Global Config
Author=raiguard
Information=Configuration for all gadgets.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

; ========= Variables and Styles =========

Expand Down
4 changes: 2 additions & 2 deletions Skins/ModernGadgets/Settings/Setup/Setup.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name=Setup
Author=raiguard
Information=Background skin for ModernGadgets, manages settings backups and update checking.
License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Version=1.5.0-beta.1
Version=1.5.0-beta.2

; ========= Variables and Styles =========

Expand All @@ -20,7 +20,7 @@ Version=1.5.0-beta.1
scale=1
bgWidth=250
bgHeight=149
loaded=1
loaded=0
contentMarginAbs=4

page=Update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,4 @@ DynamicVariables=1
; X=10
; Y=10
; W=30
; H=30
; LeftMouseUpAction=[!WriteKeyValue Rainmeter DesktopWorkArea@2 "0,0,(#sb1Columns# * (#bgWidth# + (#bgOffset# * 2))),0" "#SETTINGSPATH#Rainmeter.ini"][!RefreshApp]
; H=30

0 comments on commit 6f16b11

Please sign in to comment.