├── README.md ├── Win10 Widgets ├── @Resources │ ├── Performance Templates │ │ ├── cpuTemplate.ini │ │ ├── diskTemplate.ini │ │ ├── memoryTemplate.ini │ │ ├── networkTemplate.ini │ │ └── performanceTemplateX4.ini │ ├── background.ini │ ├── clearContextActions.ini │ ├── diskSelector.ini │ ├── styles.ini │ ├── systemColors.ini │ └── variables.ini ├── Battery │ ├── Battery-Large.ini │ ├── Battery-Medium.ini │ └── Battery-Small.ini ├── DateTime │ ├── DateTime-Large.ini │ ├── DateTime-Medium.ini │ ├── DateTime-Small.ini │ └── DateTime-Tiny.ini ├── HardDrive │ ├── HardDrive-Large.ini │ ├── HardDrive-Medium.ini │ └── HardDrive-Small.ini ├── LayoutSwitcher │ ├── LayoutSwitcher-Help.txt │ ├── LayoutSwitcher-Large.ini │ ├── LayoutSwitcher-Medium.ini │ ├── LayoutSwitcher-Small.ini │ └── LayoutSwitcher-Tiny.ini ├── Lock │ ├── Lock-Help.txt │ ├── Lock-Large.ini │ ├── Lock-Medium.ini │ ├── Lock-Small.ini │ └── Lock-Tiny.ini ├── Performance - CPU │ ├── CPU-Large.ini │ ├── CPU-Medium.ini │ ├── CPU-Small.ini │ └── CPU-Tiny.ini ├── Performance - Combo │ ├── Combo-Thin.ini │ ├── Combo-Wide.ini │ └── Combo.ini ├── Performance - Disk │ ├── Disk-Large.ini │ ├── Disk-Medium.ini │ ├── Disk-Small.ini │ └── Disk-Tiny.ini ├── Performance - Memory │ ├── Memory-Large.ini │ ├── Memory-Medium.ini │ ├── Memory-Small.ini │ └── Memory-Tiny.ini ├── Performance - Network │ ├── Network-Large.ini │ ├── Network-Medium.ini │ ├── Network-Small.ini │ └── Network-Tiny.ini ├── Spotify │ ├── Spotify-Large.ini │ ├── Spotify-Medium-Thin.ini │ └── Spotify-Small.ini ├── Volume │ ├── Volume-Large.ini │ ├── Volume-Medium.ini │ ├── Volume-Small.ini │ └── Volume-Tiny.ini ├── Weather │ ├── Weather-ExtraLarge.ini │ ├── Weather-Large.ini │ ├── Weather-Medium.ini │ ├── Weather-Small.ini │ ├── Weather-Tiny.ini │ └── icons │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.PNG │ │ ├── 12.PNG │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ ├── 19.PNG │ │ ├── 2.png │ │ ├── 20.PNG │ │ ├── 21.PNG │ │ ├── 22.PNG │ │ ├── 23.png │ │ ├── 24.png │ │ ├── 25.png │ │ ├── 26.PNG │ │ ├── 27.png │ │ ├── 28.png │ │ ├── 29.png │ │ ├── 3.png │ │ ├── 30.png │ │ ├── 31.png │ │ ├── 32.PNG │ │ ├── 3200.png │ │ ├── 33.png │ │ ├── 34.PNG │ │ ├── 35.png │ │ ├── 36.PNG │ │ ├── 37.png │ │ ├── 38.png │ │ ├── 39.PNG │ │ ├── 4.png │ │ ├── 40.png │ │ ├── 41.png │ │ ├── 42.png │ │ ├── 43.png │ │ ├── 44.png │ │ ├── 45.PNG │ │ ├── 46.png │ │ ├── 47.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ ├── 9.PNG │ │ └── WindDirection.png ├── Welcome │ ├── Welcome-Intro.txt │ ├── Welcome.ini │ └── icons │ │ ├── youtubeButtonBlack.png │ │ ├── youtubeButtonRed.png │ │ └── youtubeVideo.png └── WiFi │ ├── WiFi-Large.ini │ ├── WiFi-Medium.ini │ ├── WiFi-Small.ini │ └── WiFi-Tiny.ini └── version.txt /README.md: -------------------------------------------------------------------------------- 1 | # win10widgets 2 | Widgets for Windows 10 http://win10widgets.com 3 | -------------------------------------------------------------------------------- /Win10 Widgets/@Resources/Performance Templates/cpuTemplate.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - CPU template 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; About: 17 | ; Template for CPU performance monitor. 18 | 19 | [Rainmeter] 20 | DefaultUpdateDivider=-1 21 | 22 | [Variables] 23 | GraphMeasure1=MeasureCPU 24 | 25 | 26 | ; ------------------------------------------------------------------------ 27 | ; MEASURES 28 | ; ------------------------------------------------------------------------ 29 | 30 | [MeasureCPU] 31 | ; Returns percent utilization of CPU. 32 | Measure=CPU 33 | OnUpdateAction=[!UpdateMeter Graph1][!UpdateMeter GraphBackground1][!UpdateMeter Value1] 34 | UpdateDivider=10 35 | 36 | 37 | ; ------------------------------------------------------------------------ 38 | ; METERS 39 | ; ------------------------------------------------------------------------ 40 | 41 | [Graph1] 42 | Hidden=0 43 | 44 | [GraphBackground1] 45 | Hidden=0 46 | 47 | [Top1] 48 | Hidden=0 49 | 50 | [Left1] 51 | Hidden=0 52 | 53 | [Bottom1] 54 | Hidden=0 55 | 56 | [Right1] 57 | Hidden=0 58 | 59 | [Label1] 60 | Hidden=0 61 | 62 | [Value1] 63 | Hidden=0 64 | -------------------------------------------------------------------------------- /Win10 Widgets/@Resources/Performance Templates/diskTemplate.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Disk template 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; About: 17 | ; Template for disk performance monitor. 18 | 19 | [Rainmeter] 20 | DefaultUpdateDivider=-1 21 | 22 | [Variables] 23 | @Include=#@#diskSelector.ini 24 | GraphMeasure3=MeasureDiskScale 25 | Disk=#PROGRAMDRIVE# 26 | 27 | 28 | ; ------------------------------------------------------------------------ 29 | ; MEASURES 30 | ; ------------------------------------------------------------------------ 31 | 32 | [MeasureDisk] 33 | ; Returns scaled % of time the disk is processing read or write requests. 34 | Measure=Plugin 35 | Plugin=PerfMon 36 | PerfMonObject=LogicalDisk 37 | PerfMonCounter="% Disk Time" 38 | PerfMonInstance=#Disk# 39 | OnUpdateAction=[!UpdateMeasure MeasureDiskScale] 40 | UpdateDivider=10 41 | 42 | [MeasureDiskScale] 43 | ; Returns scaled down [MeasureDisk] measurement that represents the percent of time the given disk is processing read or write requests. 44 | Measure=Calc 45 | Formula=((MeasureDisk/100000) < 100 ? (MeasureDisk/100000) : 100) 46 | OnUpdateAction=[!UpdateMeter Graph3][!UpdateMeter GraphBackground3][!UpdateMeter Value3] 47 | MaxValue=100 48 | MinValue=0 49 | 50 | 51 | ; ------------------------------------------------------------------------ 52 | ; METERS 53 | ; ------------------------------------------------------------------------ 54 | 55 | [Graph3] 56 | Hidden=0 57 | 58 | [GraphBackground3] 59 | Hidden=0 60 | 61 | [Top3] 62 | Hidden=0 63 | 64 | [Left3] 65 | Hidden=0 66 | 67 | [Bottom3] 68 | Hidden=0 69 | 70 | [Right3] 71 | Hidden=0 72 | 73 | [Label3] 74 | Text="Disk (#Disk#)" 75 | Hidden=0 76 | 77 | [Value3] 78 | Hidden=0 79 | -------------------------------------------------------------------------------- /Win10 Widgets/@Resources/Performance Templates/memoryTemplate.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Memory template 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; About: 17 | ; Template for memory performance monitor. 18 | 19 | [Rainmeter] 20 | DefaultUpdateDivider=-1 21 | 22 | [Variables] 23 | GraphMeasure2=MeasureMemory 24 | 25 | 26 | ; ------------------------------------------------------------------------ 27 | ; MEASURES 28 | ; ------------------------------------------------------------------------ 29 | 30 | [MeasureMemory] 31 | ; Returns amount of system memory in use in bytes. 32 | Measure=PhysicalMemory 33 | OnUpdateAction=[!UpdateMeasure MeasureMemoryGB][!UpdateMeter Graph2][!UpdateMeter GraphBackground2] 34 | UpdateDivider=10 35 | 36 | [MeasureMemoryGB] 37 | ; Returns amount of system memory in use in GB. 38 | Measure=Calc 39 | Formula=Round((MeasureMemory/#GBconversionFactor#),1) 40 | OnChangeAction=[!UpdateMeasure MeasureMemoryPercent] 41 | 42 | [MeasureTotalMemory] 43 | ; Returns total amount of system memory in bytes. 44 | Measure=PhysicalMemory 45 | Total=1 46 | OnChangeAction=[!UpdateMeasure MeasureTotalMemoryGB] 47 | 48 | [MeasureTotalMemoryGB] 49 | ; Returns total amount of system memory in GB. 50 | Measure=Calc 51 | Formula=Round((MeasureTotalMemory/#GBconversionFactor#),1) 52 | OnChangeAction=[!UpdateMeter Value2] 53 | 54 | [MeasureMemoryPercent] 55 | ; Returns percent of system memory in use. 56 | Measure=Calc 57 | Formula=Round((MeasureMemoryGB/MeasureTotalMemoryGB)*100) 58 | OnUpdateAction=[!UpdateMeter Value2] 59 | 60 | 61 | ; ------------------------------------------------------------------------ 62 | ; METERS 63 | ; ------------------------------------------------------------------------ 64 | 65 | [Graph2] 66 | Hidden=0 67 | 68 | [GraphBackground2] 69 | Hidden=0 70 | 71 | [Top2] 72 | Hidden=0 73 | 74 | [Left2] 75 | Hidden=0 76 | 77 | [Bottom2] 78 | Hidden=0 79 | 80 | [Right2] 81 | Hidden=0 82 | 83 | [Label2] 84 | Hidden=0 85 | 86 | [Value2] 87 | MeasureName=MeasureMemoryGB 88 | MeasureName2=MeasureTotalMemoryGB 89 | ClipString=2 90 | ClipStringW=(#BackgroundWidth#-[#CURRENTSECTION#:X]-6) 91 | Text="%1/%2 GB ([MeasureMemoryPercent]%)" 92 | NumOfDecimals=1 93 | DynamicVariables=1 94 | Hidden=0 95 | -------------------------------------------------------------------------------- /Win10 Widgets/@Resources/Performance Templates/networkTemplate.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Network template 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; About: 17 | ; Template for network performance monitor. 18 | 19 | [Rainmeter] 20 | DefaultUpdateDivider=-1 21 | 22 | [Variables] 23 | GraphMeasure4=MeasureNetworkReceive 24 | NetworkSendColor=#NetworkOrangeLight# 25 | NetworkReceiveColorText=#NetworkOrangeDarkText# 26 | NetUnits="Kbps" 27 | 28 | 29 | ; ------------------------------------------------------------------------ 30 | ; MEASURES 31 | ; ------------------------------------------------------------------------ 32 | 33 | [MeasureNetworkReceive] 34 | ; Returns receive activity on the current network in bytes. 35 | Measure=NetIn 36 | Interface=Best 37 | OnUpdateAction=[!UpdateMeter Graph4][!UpdateMeasure MeasureNetworkReceiveKb][!UpdateMeasure MeasureNetworkReceiveMb][!UpdateMeasure MeasureNetworkReceiveGb] 38 | UpdateDivider=10 39 | 40 | [MeasureNetworkReceiveKb] 41 | ; Returns receive activity on the current network in Kilobits. 42 | Measure=Calc 43 | Formula=((MeasureNetworkReceive*8)/#KBconversionFactor#) 44 | OnChangeAction=[!UpdateMeter Value4] 45 | 46 | [MeasureNetworkReceiveMb] 47 | ; Returns receive activity on the current network in Megabits. 48 | Measure=Calc 49 | Formula=((MeasureNetworkReceive*8)/#MBconversionFactor#) 50 | OnChangeAction=[!UpdateMeter Value4] 51 | 52 | [MeasureNetworkReceiveGb] 53 | ; Returns receive activity on the current network in Megabits. 54 | Measure=Calc 55 | Formula=((MeasureNetworkReceive*8)/#GBconversionFactor#) 56 | OnChangeAction=[!UpdateMeter Value4] 57 | 58 | [MeasureNetworkSend] 59 | ; Returns send activity on the current network in bytes. 60 | Measure=NetOut 61 | Interface=Best 62 | OnUpdateAction=[!UpdateMeasure MeasureNetworkSendKb][!UpdateMeasure MeasureNetworkSendMb][!UpdateMeasure MeasureNetworkSendGb] 63 | UpdateDivider=10 64 | 65 | [MeasureNetworkSendKb] 66 | ; Returns send activity on the current network in Kilobits. 67 | Measure=Calc 68 | Formula=((MeasureNetworkSend*8)/#KBconversionFactor#) 69 | OnChangeAction=[!UpdateMeter Value4] 70 | 71 | [MeasureNetworkSendMb] 72 | ; Returns send activity on the current network in Megabits. 73 | Measure=Calc 74 | Formula=((MeasureNetworkSend*8)/#MBconversionFactor#) 75 | OnChangeAction=[!UpdateMeter Value4] 76 | 77 | [MeasureNetworkSendGb] 78 | ; Returns send activity on the current network in Gigabits. 79 | ; Changes unit of measure between Kb, Mb, and Gb depending on how much data is being sent and/or received. 80 | Measure=Calc 81 | Formula=((MeasureNetworkSend*8)/#GBconversionFactor#) 82 | OnChangeAction=[!UpdateMeter Value4] 83 | IfCondition=(MeasureNetworkSendMb >= 1) || (MeasureNetworkReceiveMb >= 1) 84 | IfTrueAction=[!SetVariable NetUnits "Mbps"][!SetOption Value4 MeasureName MeasureNetworkReceiveMb][!SetOption Value4 MeasureName2 MeasureNetworkSendMb] 85 | IfCondition2=(MeasureNetworkSendGb >= 1) || (MeasureNetworkReceiveGb >= 1) 86 | IfTrueAction2=[!SetVariable NetUnits "Gbps"][!SetOption Value4 MeasureName MeasureNetworkReceiveGb][!SetOption Value4 MeasureName2 MeasureNetworkSendGb] 87 | IfCondition3=(MeasureNetworkSendGb < 1) && (MeasureNetworkReceiveGb < 1) && (MeasureNetworkSendMb < 1) && (MeasureNetworkReceiveMb < 1) 88 | IfTrueAction3=[!SetVariable NetUnits "Kbps"][!SetOption Value4 MeasureName MeasureNetworkReceiveKb][!SetOption Value4 MeasureName2 MeasureNetworkSendKb] 89 | 90 | 91 | ; ------------------------------------------------------------------------ 92 | ; METERS 93 | ; ------------------------------------------------------------------------ 94 | 95 | [Graph4] 96 | MeasureName2=MeasureNetworkSend 97 | LineCount=2 98 | LineColor2=#NetworkSendColor# 99 | AutoScale=1 100 | Hidden=0 101 | 102 | [Top4] 103 | Hidden=0 104 | 105 | [Left4] 106 | Hidden=0 107 | 108 | [Bottom4] 109 | Hidden=0 110 | 111 | [Right4] 112 | Hidden=0 113 | 114 | [Label4] 115 | Hidden=0 116 | 117 | [Value4] 118 | MeasureName2=MeasureNetworkSendKb 119 | ClipString=2 120 | ClipStringW=(#BackgroundWidth#-[#CURRENTSECTION#:X]-6) 121 | Text="S: %2 R: %1 #NetUnits#" 122 | NumOfDecimals=1 123 | InlineSetting=Color | #NetworkSendColor# 124 | InlinePattern=S: 125 | InlineSetting2=Color | #NetworkReceiveColorText# 126 | InlinePattern2=R: 127 | DynamicVariables=1 128 | Hidden=0 129 | -------------------------------------------------------------------------------- /Win10 Widgets/@Resources/Performance Templates/performanceTemplateX4.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Performance Template x4 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; About: 17 | ; Template for meters common to performance monitor widgets with 18 | ; multiple graphs, labels, and measure values (up to four sets). 19 | 20 | [Rainmeter] 21 | DefaultUpdateDivider=-1 22 | 23 | [Variables] 24 | @Include1=#@#variables.ini 25 | @Include2=#@#styles.ini 26 | @Include3=#@#background.ini 27 | GraphWidth=60 28 | GraphHeight=40 29 | ; Monitor 1 30 | GraphLeftPadding1=11 31 | GraphTopPadding1=11 32 | GraphMeasure1=EmptyMeasure 33 | GraphColor1=#CPUBlue# 34 | GraphLabel1="CPU" 35 | ; Monitor 2 36 | GraphLeftPadding2=11 37 | GraphTopPadding2=11 38 | GraphMeasure2=EmptyMeasure 39 | GraphColor2=#MemoryPurple# 40 | GraphLabel2="Memory" 41 | ; Monitor 3 42 | GraphLeftPadding3=11 43 | GraphTopPadding3=11 44 | GraphMeasure3=EmptyMeasure 45 | GraphColor3=#DiskGreen# 46 | GraphLabel3="Disk" 47 | ; Monitor 4 48 | GraphLeftPadding4=11 49 | GraphTopPadding4=11 50 | GraphMeasure4=EmptyMeasure 51 | GraphColor4=#NetworkOrangeDark# 52 | GraphLabel4="Network" 53 | 54 | 55 | ; ------------------------------------------------------------------------ 56 | ; MEASURES 57 | ; ------------------------------------------------------------------------ 58 | 59 | [EmptyMeasure] 60 | ; Placeholder measure. 61 | Measure=Calc 62 | 63 | 64 | ; ------------------------------------------------------------------------ 65 | ; METERS - 1st Performance Monitor 66 | ; ------------------------------------------------------------------------ 67 | 68 | [Graph1] 69 | ; Main graph line. 70 | Meter=Line 71 | MeasureName=#GraphMeasure1# 72 | X=(#GraphLeftPadding1#+1) 73 | Y=(#GraphTopPadding1#+1) 74 | W=(#GraphWidth#-1) 75 | H=(#GraphHeight#-2) 76 | AntiAlias=1 77 | Group=Monitor1 78 | LineCount=1 79 | LineColor=#GraphColor1# 80 | LineWidth=1 81 | Hidden=1 82 | 83 | [GraphBackground1] 84 | ; "Background" for graph; shows transparent color below main graph line. 85 | Meter=Histogram 86 | MeasureName=#GraphMeasure1# 87 | X=[Graph1:X] 88 | Y=([Graph1:Y]-1) 89 | W=[Graph1:W] 90 | H=([Graph1:H]+1) 91 | Group=Monitor1 92 | AntiAlias=1 93 | PrimaryColor=#GraphColor1#,30 94 | Hidden=1 95 | 96 | [Top1] 97 | ; Top edge of graph "box". 98 | Meter=Image 99 | X=#GraphLeftPadding1# 100 | Y=#GraphTopPadding1# 101 | W=#GraphWidth# 102 | H=1 103 | SolidColor=#GraphColor1# 104 | Group=Monitor1 105 | Hidden=1 106 | 107 | [Left1] 108 | ; Left edge of graph "box". 109 | Meter=Image 110 | X=0r 111 | Y=0r 112 | W=1 113 | H=#GraphHeight# 114 | SolidColor=#GraphColor1# 115 | Group=Monitor1 116 | Hidden=1 117 | 118 | [Bottom1] 119 | ; Bottom edge of graph "box". 120 | Meter=Image 121 | X=0r 122 | Y=-1R 123 | W=[Top1:W] 124 | H=1 125 | SolidColor=#GraphColor1# 126 | Group=Monitor1 127 | Hidden=1 128 | 129 | [Right1] 130 | ; Right edge of graph "box". 131 | Meter=Image 132 | X=([Top1:W]-1)r 133 | Y=[Left1:Y] 134 | W=1 135 | H=[Left1:H] 136 | SolidColor=#GraphColor1# 137 | Group=Monitor1 138 | Hidden=1 139 | 140 | [Label1] 141 | ; Label for graph. 142 | Meter=String 143 | MeterStyle=StyleSmallText | StyleWhiteText 144 | X=9r 145 | Y=-4r 146 | Group=Monitor1 147 | Text=#GraphLabel1# 148 | Hidden=1 149 | 150 | [Value1] 151 | ; Value corresponding to graph. 152 | Meter=String 153 | MeterStyle=StyleSmallText 154 | MeasureName=#GraphMeasure1# 155 | X=1r 156 | Y=-2R 157 | Group=Monitor1 158 | Text="%1%" 159 | FontSize=9 160 | Hidden=1 161 | 162 | 163 | ; ------------------------------------------------------------------------ 164 | ; METERS - 2nd Performance Monitor 165 | ; ------------------------------------------------------------------------ 166 | 167 | [Graph2] 168 | ; Main graph line. 169 | Meter=Line 170 | MeasureName=#GraphMeasure2# 171 | X=(#GraphLeftPadding2#+1) 172 | Y=(#GraphTopPadding2#+1) 173 | W=(#GraphWidth#-1) 174 | H=(#GraphHeight#-2) 175 | AntiAlias=1 176 | Group=Monitor2 177 | LineCount=1 178 | LineColor=#GraphColor2# 179 | LineWidth=1 180 | Hidden=1 181 | 182 | [GraphBackground2] 183 | ; "Background" for graph; shows transparent color below main graph line. 184 | Meter=Histogram 185 | MeasureName=#GraphMeasure2# 186 | X=[Graph2:X] 187 | Y=([Graph2:Y]-1) 188 | W=[Graph2:W] 189 | H=([Graph2:H]+1) 190 | AntiAlias=1 191 | Group=Monitor2 192 | PrimaryColor=#GraphColor2#,30 193 | Hidden=1 194 | 195 | [Top2] 196 | ; Top edge of graph "box". 197 | Meter=Image 198 | X=#GraphLeftPadding2# 199 | Y=#GraphTopPadding2# 200 | W=#GraphWidth# 201 | H=1 202 | SolidColor=#GraphColor2# 203 | Group=Monitor2 204 | Hidden=1 205 | 206 | [Left2] 207 | ; Left edge of graph "box". 208 | Meter=Image 209 | X=0r 210 | Y=0r 211 | W=1 212 | H=#GraphHeight# 213 | SolidColor=#GraphColor2# 214 | Group=Monitor2 215 | Hidden=1 216 | 217 | [Bottom2] 218 | ; Bottom edge of graph "box". 219 | Meter=Image 220 | X=0r 221 | Y=-1R 222 | W=[Top2:W] 223 | H=1 224 | SolidColor=#GraphColor2# 225 | Group=Monitor2 226 | Hidden=1 227 | 228 | [Right2] 229 | ; Right edge of graph "box". 230 | Meter=Image 231 | X=([Top2:W]-1)r 232 | Y=[Left2:Y] 233 | W=1 234 | H=[Left2:H] 235 | SolidColor=#GraphColor2# 236 | Group=Monitor2 237 | Hidden=1 238 | 239 | [Label2] 240 | ; Label for graph. 241 | Meter=String 242 | MeterStyle=StyleSmallText | StyleWhiteText 243 | X=9r 244 | Y=-4r 245 | Group=Monitor2 246 | Text=#GraphLabel2# 247 | Hidden=1 248 | 249 | [Value2] 250 | ; Value corresponding to graph. 251 | Meter=String 252 | MeterStyle=StyleSmallText 253 | MeasureName=#GraphMeasure2# 254 | X=1r 255 | Y=-2R 256 | Group=Monitor2 257 | Text="%1%" 258 | FontSize=9 259 | Hidden=1 260 | 261 | 262 | ; ------------------------------------------------------------------------ 263 | ; METERS - 3rd Performance Monitor 264 | ; ------------------------------------------------------------------------ 265 | 266 | [Graph3] 267 | ; Main graph line. 268 | Meter=Line 269 | MeasureName=#GraphMeasure3# 270 | X=(#GraphLeftPadding3#+1) 271 | Y=(#GraphTopPadding3#+1) 272 | W=(#GraphWidth#-1) 273 | H=(#GraphHeight#-2) 274 | AntiAlias=1 275 | Group=Monitor3 276 | LineCount=1 277 | LineColor=#GraphColor3# 278 | LineWidth=1 279 | Hidden=1 280 | 281 | [GraphBackground3] 282 | ; "Background" for graph; shows transparent color below main graph line. 283 | Meter=Histogram 284 | MeasureName=#GraphMeasure3# 285 | X=[Graph3:X] 286 | Y=([Graph3:Y]-1) 287 | W=[Graph3:W] 288 | H=([Graph3:H]+1) 289 | AntiAlias=1 290 | Group=Monitor3 291 | PrimaryColor=#GraphColor3#,30 292 | Hidden=1 293 | 294 | [Top3] 295 | ; Top edge of graph "box". 296 | Meter=Image 297 | X=#GraphLeftPadding3# 298 | Y=#GraphTopPadding3# 299 | W=#GraphWidth# 300 | H=1 301 | SolidColor=#GraphColor3# 302 | Group=Monitor3 303 | Hidden=1 304 | 305 | [Left3] 306 | ; Left edge of graph "box". 307 | Meter=Image 308 | X=0r 309 | Y=0r 310 | W=1 311 | H=#GraphHeight# 312 | SolidColor=#GraphColor3# 313 | Group=Monitor3 314 | Hidden=1 315 | 316 | [Bottom3] 317 | ; Bottom edge of graph "box". 318 | Meter=Image 319 | X=0r 320 | Y=-1R 321 | W=[Top3:W] 322 | H=1 323 | SolidColor=#GraphColor3# 324 | Group=Monitor3 325 | Hidden=1 326 | 327 | [Right3] 328 | ; Right edge of graph "box". 329 | Meter=Image 330 | X=([Top3:W]-1)r 331 | Y=[Left3:Y] 332 | W=1 333 | H=[Left3:H] 334 | SolidColor=#GraphColor3# 335 | Group=Monitor3 336 | Hidden=1 337 | 338 | [Label3] 339 | ; Label for graph. 340 | Meter=String 341 | MeterStyle=StyleSmallText | StyleWhiteText 342 | X=9r 343 | Y=-4r 344 | Group=Monitor3 345 | Text=#GraphLabel3# 346 | Hidden=1 347 | 348 | [Value3] 349 | ; Value corresponding to graph. 350 | Meter=String 351 | MeterStyle=StyleSmallText 352 | MeasureName=#GraphMeasure3# 353 | X=1r 354 | Y=-2R 355 | Group=Monitor3 356 | Text="%1%" 357 | FontSize=9 358 | Hidden=1 359 | 360 | 361 | ; ------------------------------------------------------------------------ 362 | ; METERS - 4th Performance Monitor 363 | ; ------------------------------------------------------------------------ 364 | 365 | [Graph4] 366 | ; Main graph line. 367 | Meter=Line 368 | MeasureName=#GraphMeasure4# 369 | X=(#GraphLeftPadding4#+1) 370 | Y=(#GraphTopPadding4#+1) 371 | W=(#GraphWidth#-1) 372 | H=(#GraphHeight#-2) 373 | AntiAlias=1 374 | Group=Monitor4 375 | LineCount=1 376 | LineColor=#GraphColor4# 377 | LineWidth=1 378 | Hidden=1 379 | 380 | [GraphBackground4] 381 | ; "Background" for graph; shows transparent color below main graph line. 382 | Meter=Histogram 383 | MeasureName=#GraphMeasure4# 384 | X=[Graph4:X] 385 | Y=([Graph4:Y]-1) 386 | W=[Graph4:W] 387 | H=([Graph4:H]+1) 388 | AntiAlias=1 389 | Group=Monitor4 390 | PrimaryColor=#GraphColor4#,30 391 | Hidden=1 392 | 393 | [Top4] 394 | ; Top edge of graph "box". 395 | Meter=Image 396 | X=#GraphLeftPadding4# 397 | Y=#GraphTopPadding4# 398 | W=#GraphWidth# 399 | H=1 400 | SolidColor=#GraphColor4# 401 | Group=Monitor4 402 | Hidden=1 403 | 404 | [Left4] 405 | ; Left edge of graph "box". 406 | Meter=Image 407 | X=0r 408 | Y=0r 409 | W=1 410 | H=#GraphHeight# 411 | SolidColor=#GraphColor4# 412 | Group=Monitor4 413 | Hidden=1 414 | 415 | [Bottom4] 416 | ; Bottom edge of graph "box". 417 | Meter=Image 418 | X=0r 419 | Y=-1R 420 | W=[Top4:W] 421 | H=1 422 | SolidColor=#GraphColor4# 423 | Group=Monitor4 424 | Hidden=1 425 | 426 | [Right4] 427 | ; Right edge of graph "box". 428 | Meter=Image 429 | X=([Top4:W]-1)r 430 | Y=[Left4:Y] 431 | W=1 432 | H=[Left4:H] 433 | SolidColor=#GraphColor4# 434 | Group=Monitor4 435 | Hidden=1 436 | 437 | [Label4] 438 | ; Label for graph. 439 | Meter=String 440 | MeterStyle=StyleSmallText | StyleWhiteText 441 | X=9r 442 | Y=-4r 443 | Group=Monitor4 444 | Text=#GraphLabel4# 445 | Hidden=1 446 | 447 | [Value4] 448 | ; Value corresponding to graph. 449 | Meter=String 450 | MeterStyle=StyleSmallText 451 | MeasureName=#GraphMeasure4# 452 | X=1r 453 | Y=-2R 454 | Group=Monitor4 455 | Text="%1%" 456 | FontSize=9 457 | Hidden=1 458 | -------------------------------------------------------------------------------- /Win10 Widgets/@Resources/background.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Background 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; About: 17 | ; Shows a background and border for skins that include the 18 | ; "background.ini" file. If "AutoBorder" is enabled, border will adapt 19 | ; to the widget's location on the screen. 20 | 21 | [Rainmeter] 22 | DefaultUpdateDivider=-1 23 | 24 | 25 | ; ------------------------------------------------------------------------ 26 | ; MEASURES 27 | ; ------------------------------------------------------------------------ 28 | 29 | [MeasureAutoBorder] 30 | ; Shows/hides left, right, top, and bottom borders depending on widget location. 31 | Measure=Calc 32 | ; Make skin aware of "current" screen coordinates. 33 | IfCondition=(#AutoBorder# = 1) 34 | IfTrueAction=[!WriteKeyValue "#CURRENTCONFIG#" AutoSelectScreen 1 "#SETTINGSPATH#Rainmeter.ini"] 35 | ; Check if widget is on left edge of screen. 36 | IfCondition2=(#AutoBorder# = 1) && ((#CURRENTCONFIGX# = #SCREENAREAX#) || (#CURRENTCONFIGX# = #WORKAREAX#)) 37 | IfTrueAction2=[!HideMeter LeftBorder][!ShowMeter BackgroundBoxLeft][!SetOption BackgroundBoxTopLeft SolidColor #BackgroundColor#][!UpdateMeter BackgroundBoxTopLeft][!SetOption BackgroundBoxBottomLeft SolidColor #BackgroundColor#][!UpdateMeter BackgroundBoxBottomLeft] 38 | IfFalseAction2=[!ShowMeter LeftBorder][!HideMeter BackgroundBoxLeft][!SetOption BackgroundBoxTopLeft SolidColor #BorderColor#][!UpdateMeter BackgroundBoxTopLeft][!SetOption BackgroundBoxBottomLeft SolidColor #BorderColor#][!UpdateMeter BackgroundBoxBottomLeft] 39 | ; Check if widget is on right edge of screen. 40 | IfCondition3=(#AutoBorder# = 1) && ((#CURRENTCONFIGX# = (#SCREENAREAWIDTH#+#SCREENAREAX#-#BackgroundWidth#)) || (#CURRENTCONFIGX# = (#WORKAREAWIDTH#+#WORKAREAX#-#BackgroundWidth#))) 41 | IfTrueAction3=[!HideMeter RightBorder][!ShowMeter BackgroundBoxRight][!SetOption BackgroundBoxTopRight SolidColor #BackgroundColor#][!UpdateMeter BackgroundBoxTopRight][!SetOption BackgroundBoxBottomRight SolidColor #BackgroundColor#][!UpdateMeter BackgroundBoxBottomRight] 42 | IfFalseAction3=[!ShowMeter RightBorder][!HideMeter BackgroundBoxRight][!SetOption BackgroundBoxTopRight SolidColor #BorderColor#][!UpdateMeter BackgroundBoxTopRight][!SetOption BackgroundBoxBottomRight SolidColor #BorderColor#][!UpdateMeter BackgroundBoxBottomRight] 43 | ; Check if widget is on top edge of screen. 44 | IfCondition4=(#AutoBorder# = 1) && ((#CURRENTCONFIGY# = #SCREENAREAY#) || (#CURRENTCONFIGY# = #WORKAREAY#)) 45 | IfTrueAction4=[!HideMeter TopBorder][!ShowMeterGroup BackgroundBoxTop] 46 | IfFalseAction4=[!ShowMeter TopBorder][!HideMeterGroup BackgroundBoxTop] 47 | ; Check if widget is on bottom edge of screen. 48 | IfCondition5=(#AutoBorder# = 1) && ((#CURRENTCONFIGY# = (#SCREENAREAHEIGHT#+#SCREENAREAY#-#BackgroundHeight#)) || (#CURRENTCONFIGY# = (#WORKAREAHEIGHT#+#WORKAREAY#-#BackgroundHeight#))) 49 | IfTrueAction5=[!HideMeter BottomBorder][!ShowMeterGroup BackgroundBoxBottom] 50 | IfFalseAction5=[!ShowMeter BottomBorder][!HideMeterGroup BackgroundBoxBottom] 51 | DynamicVariables=1 52 | UpdateDivider=1 53 | 54 | 55 | ; ------------------------------------------------------------------------ 56 | ; METERS 57 | ; ------------------------------------------------------------------------ 58 | 59 | [TopBorder] 60 | ; Shows top border of background. 61 | Meter=Image 62 | X=0 63 | Y=0 64 | W=#BackgroundWidth# 65 | H=1 66 | SolidColor=#BorderColor# 67 | 68 | [BottomBorder] 69 | ; Shows bottom border of background. 70 | Meter=Image 71 | X=0 72 | Y=(#backgroundHeight#-1) 73 | W=#BackgroundWidth# 74 | H=1 75 | SolidColor=#BorderColor# 76 | 77 | [LeftBorder] 78 | ; Shows left border of background. 79 | Meter=Image 80 | X=0 81 | Y=1 82 | W=1 83 | H=(#BackgroundHeight#-2) 84 | SolidColor=#BorderColor# 85 | 86 | [RightBorder] 87 | ; Shows right border of background. 88 | Meter=Image 89 | X=(#BackgroundWidth#-1) 90 | Y=1 91 | W=1 92 | H=(#BackgroundHeight#-2) 93 | SolidColor=#BorderColor# 94 | 95 | [BackgroundBox] 96 | ; Shows background. 97 | Meter=Image 98 | X=1 99 | Y=1 100 | W=(#BackgroundWidth#-2) 101 | H=(#BackgroundHeight#-2) 102 | SolidColor=#BackgroundColor# 103 | 104 | [BackgroundBoxLeft] 105 | ; Fills in left border with background color. 106 | Meter=Image 107 | X=0 108 | Y=1 109 | W=1 110 | H=(#BackgroundHeight#-2) 111 | SolidColor=#BackgroundColor# 112 | 113 | [BackgroundBoxRight] 114 | ; Fills in right border with background color. 115 | Meter=Image 116 | X=(#BackgroundWidth#-1) 117 | Y=1 118 | W=1 119 | H=(#BackgroundHeight#-2) 120 | SolidColor=#BackgroundColor# 121 | 122 | [BackgroundBoxTopMiddle] 123 | ; Fills in top border with background color. 124 | Meter=Image 125 | X=1 126 | Y=0 127 | W=(#BackgroundWidth#-2) 128 | H=1 129 | SolidColor=#BackgroundColor# 130 | Group=BackgroundBoxTop 131 | 132 | [BackgroundBoxTopLeft] 133 | ; Adds left border to [BackgroundBoxTopMiddle] 134 | Meter=Image 135 | X=0 136 | Y=0 137 | W=1 138 | H=1 139 | SolidColor=#BorderColor# 140 | Group=BackgroundBoxTop 141 | 142 | [BackgroundBoxTopRight] 143 | ; Adds right border to [BackgroundBoxTopMiddle] 144 | Meter=Image 145 | X=(#BackgroundWidth#-1) 146 | Y=0 147 | W=1 148 | H=1 149 | SolidColor=#BorderColor# 150 | Group=BackgroundBoxTop 151 | 152 | [BackgroundBoxBottomMiddle] 153 | ; Fills in bottom border with background color. 154 | Meter=Image 155 | X=1 156 | Y=(#backgroundHeight#-1) 157 | W=(#BackgroundWidth#-2) 158 | H=1 159 | SolidColor=#BackgroundColor# 160 | Group=BackgroundBoxBottom 161 | 162 | [BackgroundBoxBottomLeft] 163 | ; Adds left border to [BackgroundBoxBottomMiddle] 164 | Meter=Image 165 | X=0 166 | Y=(#backgroundHeight#-1) 167 | W=1 168 | H=1 169 | SolidColor=#BorderColor# 170 | Group=BackgroundBoxBottom 171 | 172 | [BackgroundBoxBottomRight] 173 | ; Adds right border to [BackgroundBoxBottomMiddle] 174 | Meter=Image 175 | X=(#BackgroundWidth#-1) 176 | Y=(#backgroundHeight#-1) 177 | W=1 178 | H=1 179 | SolidColor=#BorderColor# 180 | Group=BackgroundBoxBottom 181 | -------------------------------------------------------------------------------- /Win10 Widgets/@Resources/clearContextActions.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Clear Context Actions 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; About: 17 | ; Removes Context Actions when included in a file that has up to 2 such 18 | ; actions. 19 | 20 | [Rainmeter] 21 | ContextTitle="" 22 | ContextAction=[] 23 | ContextTitle2="" 24 | ContextAction2=[] 25 | -------------------------------------------------------------------------------- /Win10 Widgets/@Resources/styles.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Styles 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; About: 17 | ; Sets styles and makes them available to skins that include the 18 | ; "styles.ini" file. 19 | 20 | [StyleWhiteText] 21 | FontColor=#SolidWhite# 22 | 23 | [StyleBlackText] 24 | FontColor=#SolidBlack# 25 | 26 | [StyleErrorText] 27 | FontColor=#SolidRed# 28 | 29 | [StyleWindowsColorText] 30 | FontColor=#WindowsColorText# 31 | Group=WindowsTextColorGroup 32 | 33 | [StyleLeftAlign] 34 | StringAlign=Left 35 | 36 | [StyleRightAlign] 37 | StringAlign=Right 38 | 39 | [StyleCenterAlign] 40 | StringAlign=Center 41 | 42 | [StyleBigText] 43 | H=70 44 | AntiAlias=1 45 | FontFace=Segoe UI Light 46 | FontSize=35 47 | FontColor=#SolidWhite# 48 | StringAlign=Left 49 | ClipString=1 50 | 51 | [StyleMediumText] 52 | AntiAlias=1 53 | FontFace=Segoe UI 54 | FontSize=18 55 | FontColor=#SolidWhite# 56 | StringAlign=Left 57 | ClipString=1 58 | 59 | [StyleSmallText] 60 | H=21 61 | AntiAlias=1 62 | FontFace=Segoe UI 63 | FontSize=11 64 | FontColor=#SolidGreyText# 65 | StringAlign=Left 66 | ClipString=1 67 | 68 | [StyleTinyText] 69 | AntiAlias=1 70 | FontFace=Segoe UI 71 | FontSize=9 72 | FontColor=#SolidGreyText# 73 | StringAlign=Left 74 | ClipString=1 75 | 76 | [StyleSmallTextSpotify] 77 | H=19 78 | AntiAlias=1 79 | FontFace=Segoe UI 80 | FontSize=10 81 | FontColor=#SolidGreyText# 82 | StringAlign=Left 83 | ClipString=1 84 | 85 | [StyleTinyTextSpotify] 86 | AntiAlias=1 87 | FontFace=Segoe UI 88 | FontSize=8 89 | FontColor=#SolidGreyText# 90 | StringAlign=Right 91 | ClipString=1 92 | 93 | [StyleVolumeBarSense] 94 | X=0R 95 | Y=0r 96 | W=2 97 | H=#BackgroundHeight# 98 | Hidden=1 99 | SolidColor=#Transparent# 100 | Group=Sense 101 | 102 | [StyleHDSelect] 103 | X=1R 104 | Y=0r 105 | W=22 106 | H=22 107 | Hidden=1 108 | SolidColor=#TransparentWhite3# 109 | AntiAlias=1 110 | Group=HDSelect 111 | FontFace=Segoe UI 112 | FontSize=12 113 | FontColor=#SolidWhite# 114 | StringAlign=Center 115 | ClipString=1 116 | LeftMouseDownAction=[!SetOption #CURRENTSECTION# SolidColor #TransparentWhite1#][!UpdateMeter #CURRENTSECTION#] 117 | LeftMouseUpAction=[!SetOption #CURRENTSECTION# SolidColor #TransparentWhite2#][!WriteKeyValue Variables Disk #CURRENTSECTION# #CoreFilePath#][!Refresh] 118 | MouseOverAction=[!SetOption #CURRENTSECTION# SolidColor #TransparentWhite2#][!UpdateMeter #CURRENTSECTION#] 119 | MouseLeaveAction=[!SetOption #CURRENTSECTION# SolidColor #TransparentWhite3#][!UpdateMeter #CURRENTSECTION#] 120 | 121 | [StyleHDOff] 122 | X=1R 123 | Y=0r 124 | W=22 125 | H=22 126 | Hidden=1 127 | SolidColor=#TransparentWhite3# 128 | AntiAlias=1 129 | Group=HDSelect 130 | FontFace=Segoe UI 131 | FontSize=12 132 | FontColor=#TransparentWhite3# 133 | StringAlign=Center 134 | ClipString=1 135 | -------------------------------------------------------------------------------- /Win10 Widgets/@Resources/systemColors.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - System Colors 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Based on: 17 | ; https://forum.rainmeter.net/viewtopic.php?t=21303 18 | 19 | ; About: 20 | ; Retrieves Windows accent colors and makes them available as variables 21 | ; to skins that include the "systemColors.ini" file. Also sends updates 22 | ; to meter groups when the Windows accent color is changed. 23 | 24 | [Rainmeter] 25 | DefaultUpdateDivider=-1 26 | 27 | [Variables] 28 | WindowsColor=[MeasureWindowsColor] 29 | WindowsColorText=[MeasureWindowsColorText] 30 | WindowsColorDark=[MeasureWindowsColorDark] 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; MEASURES 35 | ; ------------------------------------------------------------------------ 36 | 37 | [MeasureColorTrigger] 38 | ; Updates Windows accent palette every UpdateDivider*(meter "Update" value) milliseconds. 39 | Measure=String 40 | OnUpdateAction=[!CommandMeasure MeasurePaletteRegistry Run] 41 | UpdateDivider=10 42 | 43 | [MeasurePaletteRegistry] 44 | ; Returns Windows accent palette. 45 | Measure=Plugin 46 | Plugin=Plugin\RunCommand 47 | Parameter=C:\Windows\System32\reg.exe query HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent /v AccentPalette 48 | OutputType=ANSI 49 | FinishAction=[!UpdateMeasure MeasureWindowsColor][!UpdateMeasure MeasureWindowsColorText][!UpdateMeasure MeasureWindowsColorDark] 50 | 51 | ; Palette options: 52 | ; "\1\2\3" 53 | ; "\5\6\7" 54 | ; "\9\10\11" Windows accent color for text 55 | ; "\13\14\15" Primary Windows accent color 56 | ; "\17\18\19" 57 | ; "\21\22\23" Taskbar color (when it's not black) 58 | ; "\25\26\27" Text input color 59 | ; "\29\30\31" 60 | 61 | [MeasureWindowsColorText] 62 | ; Returns Windows accent color for text. 63 | Measure=String 64 | String=[MeasurePaletteRegistry] 65 | DynamicVariables=1 66 | RegExpSubstitute=1 67 | Substitute="(?siU).*REG_BINARY\s*([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2}).*":"\9\10\11" 68 | OnChangeAction=[!UpdateMeterGroup WindowsTextColorGroup] 69 | 70 | [MeasureWindowsColorDark] 71 | ; Returns dark Windows accent color. 72 | Measure=String 73 | String=[MeasurePaletteRegistry] 74 | DynamicVariables=1 75 | RegExpSubstitute=1 76 | Substitute="(?siU).*REG_BINARY\s*([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2}).*":"\25\26\27" 77 | OnChangeAction=[!UpdateMeterGroup WindowsDarkColorGroup] 78 | 79 | [MeasureWindowsColor] 80 | ; Returns primary Windows accent color. 81 | Measure=String 82 | String=[MeasurePaletteRegistry] 83 | DynamicVariables=1 84 | RegExpSubstitute=1 85 | Substitute="(?siU).*REG_BINARY\s*([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2}).*":"\13\14\15" 86 | OnChangeAction=[!UpdateMeterGroup WindowsColorGroup] 87 | -------------------------------------------------------------------------------- /Win10 Widgets/@Resources/variables.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Variables 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; About: 17 | ; Sets variables and makes them available to skins that include the 18 | ; "variables.ini" file. 19 | 20 | [Variables] 21 | Version=1.0.0 22 | Version1=1 23 | Version2=0 24 | Version3=0 25 | BackgroundWidth=361 26 | BottomBarHeight=4 27 | KBconversionFactor=1024 28 | MBconversionFactor=(#KBconversionFactor#*#KBconversionFactor#) 29 | GBconversionFactor=(#KBconversionFactor#*#KBconversionFactor#*#KBconversionFactor#) 30 | KMtoMIconversionFactor=0.62137119224 31 | MBtoINconversionFactor=0.029529983071 32 | BackgroundColor=24,24,24,217 33 | BorderColor=100,100,100,100 34 | Transparent=0,0,0,1 35 | SolidWhite=255,255,255,255 36 | SolidOffWhite=242,242,242,255 37 | TransparentWhite1=255,255,255,120 38 | TransparentWhite2=255,255,255,90 39 | TransparentWhite3=255,255,255,35 40 | SolidBlack=0,0,0,255 41 | TransparentBlack1=0,0,0,120 42 | TransparentBlack2=0,0,0,90 43 | TransparentBlack3=0,0,0,35 44 | SolidRed=255,0,0,255 45 | SolidCloseRed=232,17,35 46 | SolidCloseRedHover=241,112,122 47 | SolidGreyText=178,178,178,255 48 | SolidGreyIcon=106,106,106,255 49 | SolidGreyPause=121,121,121,255 50 | SpotifyGreen=30,215,96 51 | SpotifyBackground=40,40,40 52 | SpotifyForeground=64,64,64 53 | VolumeOverlay=205,205,205,65 54 | HDOverlay=0,0,0,240 55 | IconColorActive= #SolidWhite# 56 | IconColorInactive=#SolidGreyIcon# 57 | CPUBlue=17,125,187 58 | MemoryPurple=139,18,174 59 | DiskGreen=77,166,12 60 | NetworkOrangeDark=167,79,1 61 | NetworkOrangeDarkText=214,101,2 62 | NetworkOrangeLight=237,165,130 63 | YouTubeRed=230,33,23 64 | GooglePlusRed=219,68,55 65 | PinterestRed=189,8,28 66 | FacebookBlue=59,91,153 67 | TwitterBlue=29,161,242 68 | GithubPurple=104,42,129 69 | DonatePurple=129,75,149 70 | SubscribeGreen=96,195,29 71 | -------------------------------------------------------------------------------- /Win10 Widgets/Battery/Battery-Medium.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Battery (medium) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Battery-Large.ini 18 | 19 | [Metadata] 20 | Name=Battery (medium) 21 | Author=TJ Markham 22 | Information=Displays the current battery status. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Battery-Large.ini 28 | BackgroundHeight=61 29 | TopPadding=-3 30 | 31 | 32 | ; ------------------------------------------------------------------------ 33 | ; METERS - Text 34 | ; ------------------------------------------------------------------------ 35 | 36 | [MeterBatteryPercent] 37 | MeterStyle=StyleMediumText 38 | Y=(#TopPadding#+16) 39 | 40 | [Percent] 41 | MeterStyle=StyleMediumText 42 | X=-7R 43 | 44 | [MeterBatteryHours] 45 | Text="%1 hr#hrS#" 46 | Y=7r 47 | 48 | [MeterBatteryMinutes] 49 | Text="%1 min#minS#" 50 | 51 | [Remaining] 52 | X=0R 53 | Y=0r 54 | 55 | [ChargingStatus] 56 | 57 | [ChargedStatus] 58 | 59 | [Calculating] 60 | -------------------------------------------------------------------------------- /Win10 Widgets/Battery/Battery-Small.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Battery (small) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Battery-Large.ini 18 | 19 | [Metadata] 20 | Name=Battery (small) 21 | Author=TJ Markham 22 | Information=Displays the current battery status. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Battery-Medium.ini 28 | BackgroundHeight=54 29 | TopPadding=-7 30 | LeftPadding=78 31 | 32 | ; ------------------------------------------------------------------------ 33 | ; METERS - Shared Battery Icon Components 34 | ; ------------------------------------------------------------------------ 35 | 36 | [BatteryNub] 37 | X=66 38 | 39 | [BatteryRightBorder] 40 | 41 | 42 | ; ------------------------------------------------------------------------ 43 | ; METERS - Discharging Battery Bar/Icon 44 | ; ------------------------------------------------------------------------ 45 | 46 | [MeterBatteryBarDischarging] 47 | 48 | [BatteryDischargingTopBorder] 49 | 50 | [BatteryDischargingLeftBorder] 51 | 52 | [BatteryDischargingBottomBorder] 53 | 54 | 55 | ; ------------------------------------------------------------------------ 56 | ; METERS - Charging Battery Bar 57 | ; ------------------------------------------------------------------------ 58 | 59 | [MeterBatteryBarCharging] 60 | 61 | [MeterBatteryBarCharging1] 62 | 63 | [MeterBatteryBarCharging2] 64 | 65 | [MeterBatteryBarCharging3] 66 | 67 | [MeterBatteryBarCharging4] 68 | 69 | [MeterBatteryBarChargingAntiAlias1] 70 | 71 | [MeterBatteryBarChargingAntiAlias2] 72 | 73 | 74 | ; ------------------------------------------------------------------------ 75 | ; METERS - Charging Battery Icon 76 | ; ------------------------------------------------------------------------ 77 | 78 | [BatteryChargingTopBorder] 79 | 80 | [BatteryChargingTopBorder2] 81 | 82 | [BatteryChargingProng1] 83 | 84 | [BatteryChargingProng2] 85 | 86 | [BatteryChargingPlug1] 87 | 88 | [BatteryChargingPlug2] 89 | 90 | [BatteryChargingPlugRound] 91 | 92 | [BatteryChargingLeftBorder] 93 | 94 | [BatteryChargingBottomBorder] 95 | 96 | 97 | ; ------------------------------------------------------------------------ 98 | ; METERS - Text 99 | ; ------------------------------------------------------------------------ 100 | 101 | [MeterBatteryPercent] 102 | MeterStyle=StyleSmallText | StyleWhiteText 103 | Y=(#TopPadding#+23) 104 | 105 | [Percent] 106 | MeterStyle=StyleSmallText | StyleWhiteText 107 | X=-4R 108 | 109 | [MeterBatteryHours] 110 | Y=0r 111 | 112 | [MeterBatteryMinutes] 113 | 114 | [Remaining] 115 | 116 | [ChargingStatus] 117 | 118 | [ChargedStatus] 119 | 120 | [Calculating] 121 | -------------------------------------------------------------------------------- /Win10 Widgets/DateTime/DateTime-Large.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Date/Time (large) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - None 18 | 19 | [Rainmeter] 20 | Update=100 21 | DefaultUpdateDivider=-1 22 | ; Context menu option to change time to 12-hour format (shows AM/PM) 23 | ContextTitle="12-hour time" 24 | ContextAction=[!WriteKeyValue MeasureHour Format %#I #CoreFilePath#][!WriteKeyValue MeasureAMPM Disabled 0 #CoreFilePath#][!WriteKeyValue TimeAMPM Hidden 0 #CoreFilePath#][!Refresh] 25 | ; Context menu option to change time to 24-hour format (hides AM/PM) 26 | ContextTitle2="24-hour time" 27 | ContextAction2=[!WriteKeyValue MeasureHour Format %#H #CoreFilePath#][!WriteKeyValue MeasureAMPM Disabled 1 #CoreFilePath#][!WriteKeyValue TimeAMPM Hidden 1 #CoreFilePath#][!Refresh] 28 | 29 | [Metadata] 30 | Name=Date/Time (large) 31 | Author=TJ Markham 32 | Information=Displays the current date and time. 33 | License=Creative Commons BY-NC-SA 4.0 34 | Version=1.0.0 35 | 36 | [Variables] 37 | @Include1=#@#systemColors.ini 38 | @Include2=#@#variables.ini 39 | @Include3=#@#styles.ini 40 | @Include4=#@#background.ini 41 | CoreFilePath=""#CURRENTPATH#DateTime-Large.ini"" 42 | UpdateRate=1 43 | AutoBorder=1 44 | BackgroundHeight=114 45 | LeftPadding=22 46 | TopPadding=11 47 | NumberWidth=32 48 | ColonWidth=17 49 | 50 | 51 | ; ------------------------------------------------------------------------ 52 | ; MEASURES 53 | ; ------------------------------------------------------------------------ 54 | 55 | [MeasureHour] 56 | ; Returns hour in 12-hour format (omitting first 0). 57 | Measure=Time 58 | Format=%#I 59 | OnChangeAction=[!UpdateMeasure MeasureHour1][!UpdateMeasure MeasureHour2][!UpdateMeter TimeAMPM][!UpdateMeter Date] 60 | UpdateDivider=#UpdateRate# 61 | 62 | [MeasureHour1] 63 | ; Returns first digit of hour (adjusts for 2-digit return values). 64 | ; Controls the visibility of the first hour digit. 65 | ; Controls the X-position of the second hour digit. 66 | Measure=Calc 67 | Formula=floor(measureHour/10) 68 | OnUpdateAction=[!UpdateMeter TimeHour1] 69 | IfCondition=(MeasureHour1 > 0) 70 | IfTrueAction=[!ShowMeter TimeHour1][!SetOption TimeHour2 X -8R] 71 | IfFalseAction=[!HideMeter TimeHour1][!SetOption TimeHour2 X 3R] 72 | 73 | [MeasureHour2] 74 | ; Returns second digit of hour. 75 | Measure=Calc 76 | Formula=(MeasureHour%10) 77 | OnUpdateAction=[!UpdateMeter TimeHour2] 78 | 79 | [MeasureMinute] 80 | ; Returns minutes. 81 | Measure=Time 82 | Format=%M 83 | OnChangeAction=[!UpdateMeasure MeasureMinute1][!UpdateMeasure MeasureMinute2] 84 | UpdateDivider=#UpdateRate# 85 | 86 | [MeasureMinute1] 87 | ; Returns first digit of minutes. 88 | Measure=Calc 89 | Formula=floor(MeasureMinute/10) 90 | OnUpdateAction=[!UpdateMeter TimeMinute1] 91 | 92 | [MeasureMinute2] 93 | ; Returns second digit of minutes. 94 | Measure=Calc 95 | Formula=(MeasureMinute%10) 96 | OnUpdateAction=[!UpdateMeter TimeMinute2] 97 | 98 | [MeasureSecond] 99 | ; Returns seconds. 100 | Measure=Time 101 | Format=%S 102 | OnChangeAction=[!UpdateMeasure MeasureSecond1][!UpdateMeasure MeasureSecond2] 103 | UpdateDivider=#UpdateRate# 104 | 105 | [MeasureSecond1] 106 | ; Returns second digit of seconds. 107 | Measure=Calc 108 | Formula=floor(measureSecond/10) 109 | OnUpdateAction=[!UpdateMeter TimeSecond1] 110 | 111 | [MeasureSecond2] 112 | ; Returns second digit of seconds. 113 | Measure=Calc 114 | Formula=(MeasureSecond%10) 115 | OnUpdateAction=[!UpdateMeter TimeSecond2] 116 | 117 | [MeasureAMPM] 118 | ; Returns AM or PM for 12 hour time format. 119 | Measure=Time 120 | Format=%p 121 | OnChangeAction=[!UpdateMeter TimeAMPM] 122 | Disabled=0 123 | UpdateDivider=#UpdateRate# 124 | 125 | [MeasureDate] 126 | ; Returns date (day, month date, year). 127 | Measure=Time 128 | Format=%A, %B %d, %Y 129 | OnChangeAction=[!UpdateMeter Date] 130 | UpdateDivider=#UpdateRate# 131 | 132 | 133 | ; ------------------------------------------------------------------------ 134 | ; METERS 135 | ; ------------------------------------------------------------------------ 136 | 137 | [TimeHour1] 138 | ; Shows first digit of hours. 139 | Meter=String 140 | MeterStyle=StyleBigText | StyleCenterAlign 141 | MeasureName=MeasureHour1 142 | X=(#LeftPadding#+10) 143 | Y=#TopPadding# 144 | W=#NumberWidth# 145 | Text="%1" 146 | 147 | [TimeHour2] 148 | ; Shows second digit of hours. 149 | Meter=String 150 | MeterStyle=StyleBigText | StyleCenterAlign 151 | MeasureName=MeasureHour2 152 | X=-8R 153 | Y=0r 154 | W=#NumberWidth# 155 | Text="%1" 156 | 157 | [TimeColon1] 158 | ; Shows first colon in time (between hours and minutes). 159 | Meter=String 160 | MeterStyle=StyleBigText | StyleCenterAlign 161 | X=-16R 162 | Y=-4r 163 | W=#ColonWidth# 164 | Text=":" 165 | 166 | [TimeMinute1] 167 | ; Shows first digit of minutes. 168 | Meter=String 169 | MeterStyle=StyleBigText | StyleCenterAlign 170 | MeasureName=MeasureMinute1 171 | X=0R 172 | Y=4r 173 | W=#NumberWidth# 174 | Text="%1" 175 | 176 | [TimeMinute2] 177 | ; Shows second digit of minutes. 178 | Meter=String 179 | MeterStyle=StyleBigText | StyleCenterAlign 180 | MeasureName=MeasureMinute2 181 | X=-8R 182 | Y=0r 183 | W=#NumberWidth# 184 | Text="%1" 185 | 186 | [TimeColon2] 187 | ; Shows second colon in time (between minutes and seconds). 188 | Meter=String 189 | MeterStyle=StyleBigText | StyleCenterAlign 190 | X=-16R 191 | Y=-4r 192 | W=#ColonWidth# 193 | Text=":" 194 | 195 | [TimeSecond1] 196 | ; Shows first digit of seconds. 197 | Meter=String 198 | MeterStyle=StyleBigText | StyleCenterAlign 199 | MeasureName=MeasureSecond1 200 | X=1R 201 | Y=4r 202 | W=#NumberWidth# 203 | Text="%1" 204 | 205 | [TimeSecond2] 206 | ; Shows second digit of seconds. 207 | Meter=String 208 | MeterStyle=StyleBigText | StyleCenterAlign 209 | MeasureName=MeasureSecond2 210 | X=-8R 211 | Y=0r 212 | W=#NumberWidth# 213 | Text="%1" 214 | 215 | [Date] 216 | ; Shows date (day, month date, year). 217 | Meter=String 218 | MeterStyle=StyleSmallText | StyleWindowsColorText 219 | MeasureName=MeasureDate 220 | X=#LeftPadding# 221 | Y=-8R 222 | Text="%1" 223 | ClipString=2 224 | ClipStringW=(#BackgroundWidth#-#LeftPadding#-5) 225 | DynamicVariables=1 226 | 227 | [TimeAMPM] 228 | ; Shows AM or PM for 12 hour time format. 229 | Meter=String 230 | MeterStyle=StyleMediumText | StyleCenterAlign 231 | MeasureName=MeasureAMPM 232 | X=([TimeSecond2:X]+[TimeSecond2:W]+22) 233 | Y=([TimeSecond2:Y]+29) 234 | W=90 235 | Text="%1" 236 | FontSize=15 237 | FontColor=#SolidGreyText# 238 | DynamicVariables=1 239 | Hidden=0 240 | -------------------------------------------------------------------------------- /Win10 Widgets/DateTime/DateTime-Medium.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Date/Time (medium) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See DateTime-Large.ini 18 | 19 | [Metadata] 20 | Name=Date/Time (medium) 21 | Author=TJ Markham 22 | Information=Displays the current date and time. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=DateTime-Large.ini 28 | BackgroundHeight=85 29 | TopPadding=13 30 | NumberWidth=21 31 | ColonWidth=13 32 | 33 | 34 | ; ------------------------------------------------------------------------ 35 | ; Meters 36 | ; ------------------------------------------------------------------------ 37 | 38 | [TimeHour1] 39 | MeterStyle=StyleMediumText | StyleCenterAlign 40 | X=(#LeftPadding#+6) 41 | 42 | [TimeHour2] 43 | MeterStyle=StyleMediumText | StyleCenterAlign 44 | 45 | [TimeColon1] 46 | MeterStyle=StyleMediumText | StyleCenterAlign 47 | X=-11R 48 | Y=-2r 49 | 50 | [TimeMinute1] 51 | MeterStyle=StyleMediumText | StyleCenterAlign 52 | X=-2R 53 | Y=2r 54 | 55 | [TimeMinute2] 56 | MeterStyle=StyleMediumText | StyleCenterAlign 57 | 58 | [TimeColon2] 59 | MeterStyle=StyleMediumText | StyleCenterAlign 60 | X=-11R 61 | Y=-2r 62 | 63 | [TimeSecond1] 64 | MeterStyle=StyleMediumText | StyleCenterAlign 65 | X=-2R 66 | Y=2r 67 | 68 | [TimeSecond2] 69 | MeterStyle=StyleMediumText | StyleCenterAlign 70 | 71 | [Date] 72 | Y=0R 73 | 74 | [TimeAMPM] 75 | MeterStyle=StyleSmallText | StyleCenterAlign 76 | X=([TimeSecond2:X]+[TimeSecond2:W]+15) 77 | Y=([TimeSecond2:Y]+10) 78 | FontSize=11 79 | -------------------------------------------------------------------------------- /Win10 Widgets/DateTime/DateTime-Small.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Date/Time (small) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See DateTime-Large.ini 18 | 19 | [Metadata] 20 | Name=Date/Time (small) 21 | Author=TJ Markham 22 | Information=Displays the current date and time. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=DateTime-Medium.ini 28 | BackgroundHeight=68 29 | NumberWidth=12 30 | ColonWidth=8 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; Measures 35 | ; ------------------------------------------------------------------------ 36 | 37 | [MeasureHour1] 38 | ; Changes X value for TimeHour2 based on whether the hour has one or two digits. 39 | IfTrueAction=[!ShowMeter TimeHour1][!SetOption TimeHour2 X -4R] 40 | 41 | 42 | ; ------------------------------------------------------------------------ 43 | ; Meters 44 | ; ------------------------------------------------------------------------ 45 | 46 | [TimeHour1] 47 | X=(#LeftPadding#+4) 48 | FontSize=11 49 | 50 | [TimeHour2] 51 | FontSize=11 52 | 53 | [TimeColon1] 54 | X=-6R 55 | FontSize=11 56 | Y=-1r 57 | 58 | [TimeMinute1] 59 | FontSize=11 60 | Y=1r 61 | 62 | [TimeMinute2] 63 | X=-4R 64 | FontSize=11 65 | 66 | [TimeColon2] 67 | X=-6R 68 | FontSize=11 69 | Y=-1r 70 | 71 | [TimeSecond1] 72 | FontSize=11 73 | Y=1r 74 | 75 | [TimeSecond2] 76 | X=-4R 77 | FontSize=11 78 | 79 | [Date] 80 | Y=0R 81 | 82 | [TimeAMPM] 83 | X=([TimeSecond2:X]+[TimeSecond2:W]+12) 84 | Y=([TimeSecond2:Y]+3) 85 | W=27 86 | FontSize=9 87 | -------------------------------------------------------------------------------- /Win10 Widgets/DateTime/DateTime-Tiny.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Date/Time (tiny) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See DateTime-Large.ini 18 | 19 | [Metadata] 20 | Name=Date/Time (tiny) 21 | Author=TJ Markham 22 | Information=Displays the current date and time. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=DateTime-Small.ini 28 | BackgroundHeight=47 29 | 30 | 31 | ; ------------------------------------------------------------------------ 32 | ; Meters 33 | ; ------------------------------------------------------------------------ 34 | 35 | [Date] 36 | X=([TimeAMPM:X]+[TimeAMPM:W]+15) 37 | Y=[TimeSecond2:Y] 38 | ClipStringW=(#BackgroundWidth#-[TimeAMPM:X]-[TimeAMPM:W]-20) 39 | ClipStringH=20 40 | -------------------------------------------------------------------------------- /Win10 Widgets/HardDrive/HardDrive-Large.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - HardDrive (large) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - Doesn't detect removable drives. This is on purpose, as when this 18 | ; feature is enabled, Rainmeter begins to behave erratically when any 19 | ; removable drive being measured is read or written to. 20 | 21 | [Rainmeter] 22 | Update=100 23 | DefaultUpdateDivider=-1 24 | 25 | [Metadata] 26 | Name=HardDrive (large) 27 | Author=TJ Markham 28 | Information=Displays the free space on the selected Hard Drive. 29 | License=Creative Commons BY-NC-SA 4.0 30 | Version=1.0.0 31 | 32 | [Variables] 33 | @Include1=#@#systemColors.ini 34 | @Include2=#@#variables.ini 35 | @Include3=#@#styles.ini 36 | @Include4=#@#background.ini 37 | @Include5=#@#diskSelector.ini 38 | CoreFilePath=""#CURRENTPATH#HardDrive-Large.ini"" 39 | UpdateRate=10 40 | BackgroundHeight=77 41 | MeterBarColor=#WindowsColor# 42 | LeftPadding=15 43 | TopPadding=3 44 | Disk=#PROGRAMDRIVE# 45 | AutoBorder=1 46 | 47 | 48 | ; ------------------------------------------------------------------------ 49 | ; MEASURES 50 | ; ------------------------------------------------------------------------ 51 | 52 | [MeasureTotalDisk] 53 | ; Returns total disk space. 54 | Measure=FreeDiskSpace 55 | Drive=#Disk# 56 | Total=1 57 | ;IgnoreRemovable=0 58 | OnChangeAction=[!UpdateMeasure MeasureTotalDiskGB] 59 | 60 | [MeasureTotalDiskGB] 61 | ; Returns free disk space in GB. 62 | Measure=Calc 63 | Formula=floor(MeasureTotalDisk/#GBconversionFactor#) 64 | OnChangeAction=[!UpdateMeter TotalDisk] 65 | 66 | [MeasureFreeDisk] 67 | ; Returns free disk space in bytes. 68 | Measure=FreeDiskSpace 69 | Drive=#Disk# 70 | ;IgnoreRemovable=0 71 | OnChangeAction=[!UpdateMeasure MeasureFreeDiskGB] 72 | UpdateDivider=#UpdateRate# 73 | 74 | [MeasureFreeDiskGB] 75 | ; Returns free disk space in GB. 76 | Measure=Calc 77 | Formula=( (MeasureFreeDisk/#GBconversionFactor#)<10 ? (floor((MeasureFreeDisk/#GBconversionFactor#)*100)/100) : (floor(MeasureFreeDisk*10/#GBconversionFactor#)/10)) 78 | IfCondition=((MeasureFreeDisk/#GBconversionFactor#)<10) 79 | IfTrueAction=[!SetOption FreeDisk NumOfDecimals 2] 80 | IfFalseAction=[!SetOption FreeDisk NumOfDecimals 1] 81 | OnChangeAction=[!UpdateMeter FreeDisk] 82 | 83 | [MeasureUsedDisk] 84 | ; Returns used disk space in bytes. 85 | Measure=FreeDiskSpace 86 | Drive=#Disk# 87 | InvertMeasure=1 88 | ;IgnoreRemovable=0 89 | OnChangeAction=[!UpdateMeter MeterDiskBar] 90 | UpdateDivider=#UpdateRate# 91 | 92 | 93 | ; ------------------------------------------------------------------------ 94 | ; METERS 95 | ; ------------------------------------------------------------------------ 96 | 97 | [LabelDisk] 98 | ; Shows disk label (e.g. C:\). 99 | Meter=String 100 | MeterStyle=StyleMediumText 101 | X=#LeftPadding# 102 | Y=(#TopPadding#+16) 103 | Text="#Disk#\" 104 | 105 | [FreeDisk] 106 | ; Shows free disk space in GB. 107 | Meter=String 108 | MeterStyle=StyleBigText 109 | MeasureName=MeasureFreeDiskGB 110 | X=3R 111 | Y=#TopPadding# 112 | Text="%1" 113 | NumOfDecimals=1 114 | 115 | [GB] 116 | ; Shows "GB". 117 | Meter=String 118 | MeterStyle=StyleMediumText 119 | X=-8R 120 | Y=(#TopPadding#+24) 121 | Text="GB" 122 | 123 | [Free] 124 | ; Shows "free out of". 125 | Meter=String 126 | MeterStyle=StyleSmallText 127 | X=10R 128 | Y=(#TopPadding#+12) 129 | Text="free out of" 130 | 131 | [TotalDisk] 132 | ; Shows total disk space in GB. 133 | Meter=String 134 | MeterStyle=StyleSmallText 135 | MeasureName=MeasureTotalDiskGB 136 | X=0r 137 | Y=20r 138 | Text="%1 GB" 139 | ClipString=2 140 | ClipStringW=(#BackgroundWidth#-[TotalDisk:X]-5) 141 | NumOfDecimals=0 142 | DynamicVariables=1 143 | 144 | [MeterDiskBar] 145 | ; Shows used disk space in the from of a bar. 146 | Meter=Bar 147 | MeasureName=MeasureUsedDisk 148 | X=1 149 | Y=(#BackgroundHeight#-5) 150 | W=(#BackgroundWidth#-1) 151 | H=#BottomBarHeight# 152 | SolidColor=#SolidGreyIcon# 153 | Group=WindowsColorGroup 154 | BarColor=#MeterBarColor# 155 | BarOrientation=Horizontal 156 | DynamicVariables=1 157 | 158 | [HDSelectBackground] 159 | 160 | [A:] 161 | 162 | [B:] 163 | 164 | [C:] 165 | 166 | [D:] 167 | 168 | [E:] 169 | 170 | [F:] 171 | 172 | [G:] 173 | 174 | [H:] 175 | 176 | [I:] 177 | 178 | [J:] 179 | 180 | [K:] 181 | 182 | [L:] 183 | 184 | [M:] 185 | 186 | [N:] 187 | 188 | [O:] 189 | 190 | [P:] 191 | 192 | [Q:] 193 | 194 | [R:] 195 | 196 | [S:] 197 | 198 | [T:] 199 | 200 | [U:] 201 | 202 | [V:] 203 | 204 | [W:] 205 | 206 | [X:] 207 | 208 | [Y:] 209 | 210 | [Z:] 211 | -------------------------------------------------------------------------------- /Win10 Widgets/HardDrive/HardDrive-Medium.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - HardDrive (medium) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See HardDrive-Large.ini 18 | 19 | [Metadata] 20 | Name=HardDrive (medium) 21 | Author=TJ Markham 22 | Information=Displays the free space on the selected Hard Drive. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=HardDrive-Large.ini 28 | BackgroundHeight=65 29 | LeftPadding=16 30 | 31 | 32 | ; ------------------------------------------------------------------------ 33 | ; METERS 34 | ; ------------------------------------------------------------------------ 35 | 36 | [LabelDisk] 37 | Y=(#TopPadding#+10) 38 | 39 | [FreeDisk] 40 | MeterStyle=StyleMediumText 41 | Y=0r 42 | Text="%1 GB" 43 | 44 | [TotalDisk] 45 | X=4R 46 | Y=7r 47 | Text="free out of %1 GB" 48 | 49 | [GB] 50 | X=0 51 | Y=0 52 | Hidden=1 53 | 54 | [Free] 55 | X=0 56 | Y=0 57 | Hidden=1 58 | 59 | [HDSelectBackground] 60 | 61 | [A:] 62 | 63 | [B:] 64 | 65 | [C:] 66 | 67 | [D:] 68 | 69 | [E:] 70 | 71 | [F:] 72 | 73 | [G:] 74 | 75 | [H:] 76 | 77 | [I:] 78 | 79 | [J:] 80 | 81 | [K:] 82 | 83 | [L:] 84 | 85 | [M:] 86 | 87 | [N:] 88 | 89 | [O:] 90 | 91 | [P:] 92 | 93 | [Q:] 94 | 95 | [R:] 96 | 97 | [S:] 98 | 99 | [T:] 100 | 101 | [U:] 102 | 103 | [V:] 104 | 105 | [W:] 106 | 107 | [X:] 108 | 109 | [Y:] 110 | 111 | [Z:] 112 | -------------------------------------------------------------------------------- /Win10 Widgets/HardDrive/HardDrive-Small.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - HardDrive (small) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See HardDrive-Large.ini 18 | 19 | [Metadata] 20 | Name=HardDrive (small) 21 | Author=TJ Markham 22 | Information=Displays the free space on the selected Hard Drive. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=HardDrive-Medium.ini 28 | BackgroundHeight=49 29 | 30 | 31 | ; ------------------------------------------------------------------------ 32 | ; METERS 33 | ; ------------------------------------------------------------------------ 34 | 35 | [LabelDisk] 36 | FontSize=11 37 | FontFace=Segoe UI Semibold 38 | Y=(#TopPadding#+10) 39 | 40 | [FreeDisk] 41 | FontSize=11 42 | X=5R 43 | 44 | [TotalDisk] 45 | Y=0r 46 | 47 | [HDSelectBackground] 48 | 49 | [A:] 50 | 51 | [B:] 52 | 53 | [C:] 54 | 55 | [D:] 56 | 57 | [E:] 58 | 59 | [F:] 60 | 61 | [G:] 62 | 63 | [H:] 64 | 65 | [I:] 66 | 67 | [J:] 68 | 69 | [K:] 70 | 71 | [L:] 72 | 73 | [M:] 74 | 75 | [N:] 76 | 77 | [O:] 78 | 79 | [P:] 80 | 81 | [Q:] 82 | 83 | [R:] 84 | 85 | [S:] 86 | 87 | [T:] 88 | 89 | [U:] 90 | 91 | [V:] 92 | 93 | [W:] 94 | 95 | [X:] 96 | 97 | [Y:] 98 | 99 | [Z:] 100 | -------------------------------------------------------------------------------- /Win10 Widgets/LayoutSwitcher/LayoutSwitcher-Help.txt: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - LayoutSwitcher (help) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | NOTICE: 17 | 18 | You are seeing this text document instead of a YouTube demonstration 19 | video because there was a connection error. Please check your internet 20 | connection and try again if you want to watch the video instead of 21 | reading these instructions. The video is recommended since most people 22 | find it easier to follow. The video can be found at this URL: 23 | http://layoutSwitcherHelp.win10widgets.com 24 | 25 | About: 26 | 27 | LayoutSwticher allows you to save two different Rainmeter layouts and 28 | effortlessly switch between them. LayoutSwitcher can automatically 29 | switch between layouts, or you can manually choose which layout to use 30 | at any given time. 31 | 32 | Layout descriptions: 33 | 34 | The first layout ("Layout 1") is meant to be used as a single screen 35 | layout. Most people set "Layout 1" as their laptop layout. The second 36 | layout ("Layout 2") is meant to be used as a dual screen layout. Most 37 | people set "Layout 2" as their "laptop + monitor" layout. 38 | 39 | Summary: 40 | Layout 1 = Single screen (e.g. laptop) layout. 41 | Layout 2 = Dual screen (e.g. "laptop + monitor") layout. 42 | 43 | Appearance: 44 | 45 | LayoutSwitcher is meant to blend into the background. Therefore, its 46 | default state is semi-transparent. When you hover over LayoutSwitcher 47 | with your mouse, it becomes opaque. 48 | 49 | There are two color options to choose from when using LayoutSwitcher: 50 | light (white) and dark (black). These options can be selected by 51 | right-clicking LayoutSwitcher, selecting "Custom skin actions" from 52 | the menu that appears, and selecting either "Light icon" or 53 | "Dark icon" depending on your preference. 54 | 55 | LayoutSwitcher will appear as either a laptop icon or a monitor icon, 56 | depending on the situation. If only one screen is detected, the laptop 57 | icon will be shown. If two screens are detected, the monitor icon will 58 | be shown. 59 | 60 | Inside each icon will be either an "A", "1", or "2". 61 | 62 | The "A" stands for "Auto-layout." When "A" is shown, "Layout 1" will 63 | automatically be loaded when only one screen is detected and 64 | "Layout 2" will be automatically be loaded when two screens are 65 | detected. 66 | 67 | The "1" stands for "Layout 1" and the "2" stands for "Layout 2". When 68 | "1" is shown, "Layout 1" is active. When "2" is shown, "Layout 2" is 69 | active. 70 | 71 | Summary (symbol key): 72 | A = Auto-layout 73 | 1 = Layout 1 74 | 2 = Layout 2 75 | Laptop icon = One screen detected 76 | Monitor icon = Two screens detected 77 | 78 | Setup: 79 | 80 | The first time you use LayoutSwticher you will need to setup and save 81 | your layouts. This is accomplished in two easy steps (per layout): 82 | 83 | Layout 1: 84 | 1) Arrange your Rainmeter widgets to reflect how you want "Layout 1" 85 | to appear. 86 | 2) Right-click the "LayoutSwitcher" widget, select 87 | "Custom skin actions", and then click "Set Layout 1 (Laptop)". 88 | This saves your first layout. 89 | 90 | Layout 2: 91 | 1) Arrange your Rainmeter widgets to reflect how you want "Layout 2" 92 | to appear. 93 | 2) Right-click the "LayoutSwitcher" widget, select 94 | "Custom skin actions", and then click "Set Layout 2 (Monitor)". 95 | This saves your second layout. 96 | 97 | Your layouts can be updated at any time by following these same 98 | instructions. 99 | 100 | Use: 101 | 102 | Click LayoutSwticher to cycle between "Layout 1", "Layout 2", and 103 | "Auto-layout". 104 | 105 | Right-click LayoutSwticher and select "Custom skin actions" to bring 106 | up a list of self-explanatory options: 107 | 108 | -------------------------- 109 | Auto-layout 110 | Load Layout 1 (Laptop) 111 | Load Layout 2 (Monitor) 112 | -------------------------- 113 | Set Layout 1 (Laptop) 114 | Set Layout 2 (Monitor) 115 | -------------------------- 116 | Light icon 117 | Dark icon 118 | -------------------------- 119 | Help 120 | -------------------------- 121 | 122 | "Lost" Widget: 123 | 124 | If the Lock widget is loaded but cannot be located (e.g. white icon on 125 | white background), you can right-click the Rainmeter "raindrop" icon 126 | in the notification area (i.e. system tray), select 127 | "Win10 Widgets\Lock", select "Custom skin actions" from the menu that 128 | appears, and change the color of the widget by selecting either 129 | "Light icon" or "Dark icon". This process should assist you in 130 | locating the "lost" widget. 131 | 132 | If the widget is still "lost," you can change your background to a 133 | contrasting solid color and this should make it apparent where the 134 | widget is located. This can be accomplished by right-clicking the 135 | desktop, selecting "Personalize", and choosing "Solid color" from the 136 | "Background" drop-down menu. Then a contrasting color can be chosen from 137 | the resulting color selections. 138 | 139 | Thats it! 140 | 141 | If you're still confused, please watch the following video: 142 | http://layoutSwitcherHelp.win10widgets.com 143 | -------------------------------------------------------------------------------- /Win10 Widgets/LayoutSwitcher/LayoutSwitcher-Large.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - LayoutSwitcher (large) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See LayoutSwitcher-Small.ini 18 | 19 | [Metadata] 20 | Name=LayoutSwitcher (large) 21 | Author=TJ Markham 22 | Information=Switches/sets rainmeter layouts. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=LayoutSwitcher-Small.ini 28 | SwitcherWidth=69 29 | SwitcherHeight=48 30 | SwitcherLineWidth=3 31 | MonitorY=-4 32 | LaptopY=-6 33 | 34 | 35 | ; ------------------------------------------------------------------------ 36 | ; METERS 37 | ; ------------------------------------------------------------------------ 38 | 39 | [CurrentSettingMeter] 40 | W=23 41 | H=42 42 | FontSize=24 43 | FontFace=Segoe UI Semibold 44 | 45 | 46 | ; ------------------------------------------------------------------------ 47 | ; METERS - Laptop Icon 48 | ; ------------------------------------------------------------------------ 49 | 50 | [LaptopTop] 51 | X=11 52 | Y=0 53 | W=47 54 | 55 | [LaptopMiddle] 56 | Y=31r 57 | 58 | [LaptopBottom1] 59 | X=-10r 60 | Y=14r 61 | H=2 62 | W=(#SwitcherWidth#-2) 63 | 64 | [LaptopBottom2] 65 | W=(#SwitcherWidth#-4) 66 | 67 | [LaptopLeft] 68 | H=28 69 | 70 | [LaptopRight] 71 | 72 | [LaptopDiagonalLeft] 73 | X=-55r 74 | Y=13R 75 | W=17 76 | H=#SwitcherLineWidth# 77 | 78 | [LaptopDiagonalRight] 79 | X=57r 80 | Y=-12r 81 | W=17 82 | H=#SwitcherLineWidth# 83 | 84 | 85 | ; ------------------------------------------------------------------------ 86 | ; METERS - Monitor Icon 87 | ; ------------------------------------------------------------------------ 88 | 89 | [MonitorTop] 90 | 91 | [MonitorBottom1] 92 | Y=36r 93 | 94 | [MonitorBottom2] 95 | W=3 96 | H=6 97 | 98 | [MonitorBottom3] 99 | X=-8r 100 | W=19 101 | 102 | [MonitorLeft] 103 | H=33 104 | 105 | [MonitorRight] 106 | -------------------------------------------------------------------------------- /Win10 Widgets/LayoutSwitcher/LayoutSwitcher-Medium.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - LayoutSwitcher (medium) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See LayoutSwitcher-Small.ini 18 | 19 | [Metadata] 20 | Name=LayoutSwitcher (medium) 21 | Author=TJ Markham 22 | Information=Switches/sets rainmeter layouts. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=LayoutSwitcher-Small.ini 28 | SwitcherWidth=45 29 | SwitcherHeight=32 30 | SwitcherLineWidth=2 31 | MonitorY=-3 32 | LaptopY=-4 33 | 34 | 35 | ; ------------------------------------------------------------------------ 36 | ; METERS 37 | ; ------------------------------------------------------------------------ 38 | 39 | [CurrentSettingMeter] 40 | W=15 41 | H=28 42 | FontSize=17 43 | FontFace=Segoe UI Semibold 44 | 45 | 46 | ; ------------------------------------------------------------------------ 47 | ; METERS - Laptop Icon 48 | ; ------------------------------------------------------------------------ 49 | 50 | [LaptopTop] 51 | X=7 52 | Y=0 53 | W=31 54 | 55 | [LaptopMiddle] 56 | Y=21r 57 | 58 | [LaptopBottom1] 59 | X=-7r 60 | Y=9r 61 | H=1 62 | 63 | [LaptopBottom2] 64 | W=(#SwitcherWidth#-2) 65 | 66 | [LaptopLeft] 67 | H=19 68 | 69 | [LaptopRight] 70 | 71 | [LaptopDiagonalLeft] 72 | X=-36r 73 | Y=8R 74 | W=10 75 | H=#SwitcherLineWidth# 76 | 77 | [LaptopDiagonalRight] 78 | X=38r 79 | Y=-7r 80 | W=10 81 | H=#SwitcherLineWidth# 82 | 83 | 84 | ; ------------------------------------------------------------------------ 85 | ; METERS - Monitor Icon 86 | ; ------------------------------------------------------------------------ 87 | 88 | [MonitorTop] 89 | 90 | [MonitorBottom1] 91 | Y=24r 92 | 93 | [MonitorBottom2] 94 | W=3 95 | H=4 96 | 97 | [MonitorBottom3] 98 | X=-6r 99 | W=15 100 | 101 | [MonitorLeft] 102 | H=22 103 | 104 | [MonitorRight] 105 | -------------------------------------------------------------------------------- /Win10 Widgets/LayoutSwitcher/LayoutSwitcher-Tiny.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - LayoutSwitcher (tiny) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See LayoutSwitcher-Small.ini 18 | 19 | [Metadata] 20 | Name=LayoutSwitcher (tiny) 21 | Author=TJ Markham 22 | Information=Switches/sets rainmeter layouts. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=LayoutSwitcher-Small.ini 28 | SwitcherWidth=22 29 | SwitcherHeight=16 30 | SwitcherLineWidth=1 31 | MonitorY=-3 32 | LaptopY=-4 33 | 34 | 35 | ; ------------------------------------------------------------------------ 36 | ; METERS 37 | ; ------------------------------------------------------------------------ 38 | 39 | [CurrentSettingMeter] 40 | W=16 41 | H=15 42 | FontFace=Segoe UI 43 | 44 | 45 | ; ------------------------------------------------------------------------ 46 | ; METERS - Laptop Icon 47 | ; ------------------------------------------------------------------------ 48 | 49 | [LaptopTop] 50 | X=3 51 | Y=0 52 | W=16 53 | 54 | [LaptopMiddle] 55 | Y=10r 56 | 57 | [LaptopBottom1] 58 | X=-3r 59 | Y=5r 60 | H=#SwitcherLineWidth# 61 | 62 | [LaptopBottom2] 63 | X=0 64 | Y=0 65 | W=0 66 | H=0 67 | SolidColor=#Transparent# 68 | 69 | [LaptopLeft] 70 | H=9 71 | 72 | [LaptopRight] 73 | 74 | [LaptopDiagonalLeft] 75 | X=-19r 76 | Y=5R 77 | W=6 78 | H=#SwitcherLineWidth# 79 | 80 | [LaptopDiagonalRight] 81 | X=19r 82 | Y=-5r 83 | W=6 84 | H=#SwitcherLineWidth# 85 | 86 | 87 | ; ------------------------------------------------------------------------ 88 | ; METERS - Monitor Icon 89 | ; ------------------------------------------------------------------------ 90 | 91 | [MonitorTop] 92 | 93 | [MonitorBottom1] 94 | Y=12r 95 | 96 | [MonitorBottom2] 97 | W=2 98 | 99 | [MonitorBottom3] 100 | X=-3r 101 | W=8 102 | 103 | [MonitorLeft] 104 | H=11 105 | 106 | [MonitorRight] 107 | -------------------------------------------------------------------------------- /Win10 Widgets/Lock/Lock-Help.txt: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Lock (help) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | NOTICE: 17 | 18 | You are seeing this text document instead of a YouTube demonstration 19 | video because there was a connection error. Please check your internet 20 | connection and try again if you want to watch the video instead of 21 | reading these instructions. The video is recommended since most people 22 | find it easier to follow. The video can be found at this URL: 23 | http://lockHelp.win10widgets.com 24 | 25 | About: 26 | 27 | The Lock widget allows you to lock/unlock all of your widgets. Locking 28 | widgets prevents them from being moved by accident, unlocking widgets 29 | allows for them to be moved and re-arranged. 30 | 31 | Appearance: 32 | 33 | The Lock widget is meant to blend into the background. Therefore, its 34 | default state is semi-transparent. When you hover over the Lock widget 35 | with your mouse, it becomes opaque. 36 | 37 | There are two color options to choose from when using the Lock widget: 38 | light (white) and dark (black). These options can be selected by 39 | right-clicking the Lock widget, selecting "Custom skin actions" from 40 | the menu that appears, and selecting either "Light icon" or 41 | "Dark icon" depending on your preference. 42 | 43 | The Lock widget will appear as either a "locked" lock icon or an 44 | "unlocked" lock icon, depending on the situation. If the widgets are 45 | locked, the "locked" lock icon will be shown. If the widgets are not 46 | locked, the "unlocked" lock icon will be shown. 47 | 48 | Use: 49 | 50 | Click the Lock widget to cycle between "locked" and "unlocked" states. 51 | 52 | Right-click the Lock widget and select "Custom skin actions" to bring 53 | up a list of self-explanatory options: 54 | 55 | -------------------------- 56 | Light icon 57 | Dark icon 58 | -------------------------- 59 | Help 60 | -------------------------- 61 | 62 | "Lost" Widget: 63 | 64 | If the Lock widget is loaded but cannot be located (e.g. white icon on 65 | white background), you can right-click the Rainmeter "raindrop" icon 66 | in the notification area (i.e. system tray), select 67 | "Win10 Widgets\Lock", select "Custom skin actions" from the menu that 68 | appears, and change the color of the widget by selecting either 69 | "Light icon" or "Dark icon". This process should assist you in 70 | locating the "lost" widget. 71 | 72 | If the widget is still "lost," you can change your background to a 73 | contrasting solid color and this should make it apparent where the 74 | widget is located. This can be accomplished by right-clicking the 75 | desktop, selecting "Personalize", and choosing "Solid color" from the 76 | "Background" drop-down menu. Then a contrasting color can be chosen from 77 | the resulting color selections. 78 | 79 | Thats it! 80 | 81 | If you're still confused, please watch the following video: 82 | http://lockHelp.win10widgets.com -------------------------------------------------------------------------------- /Win10 Widgets/Lock/Lock-Large.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Lock (large) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Lock-Small.ini 18 | 19 | [Metadata] 20 | Name=Lock (large) 21 | Author=TJ Markham 22 | Information=Locks/unlocks meters. 23 | ;("locked" means dragging is disabled for all skins; "unlocked" means each skin falls back to its specific "drag-able" setting). 24 | License=Creative Commons BY-NC-SA 4.0 25 | Version=1.0.0 26 | 27 | [Variables] 28 | @Include=Lock-Small.ini 29 | LockWidth=36 30 | LockHeight=27 31 | LockLineWidth=3 32 | 33 | 34 | ; ------------------------------------------------------------------------ 35 | ; METERS 36 | ; ------------------------------------------------------------------------ 37 | 38 | [LockButton] 39 | H=48 40 | 41 | [LeftBorder] 42 | Y=21 43 | 44 | [TopBorder] 45 | 46 | [RightBorder] 47 | 48 | [BottomBorder] 49 | 50 | [LockCurve] 51 | X=([LeftBorder:X]+18) 52 | Y=([LeftBorder:Y]-9) 53 | LineStart=9 54 | LineLength=12 55 | 56 | [LockCurveRight] 57 | X=([LockCurve:X]+9) 58 | H=9 59 | 60 | [LockCurveLeft] 61 | X=([LockCurve:X]-12) 62 | -------------------------------------------------------------------------------- /Win10 Widgets/Lock/Lock-Medium.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Lock (medium) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Lock-Small.ini 18 | 19 | [Metadata] 20 | Name=Lock (medium) 21 | Author=TJ Markham 22 | Information=Locks/unlocks meters. 23 | ;("locked" means dragging is disabled for all skins; "unlocked" means each skin falls back to its specific "drag-able" setting). 24 | License=Creative Commons BY-NC-SA 4.0 25 | Version=1.0.0 26 | 27 | [Variables] 28 | @Include=Lock-Small.ini 29 | LockWidth=24 30 | LockHeight=18 31 | LockLineWidth=2 32 | 33 | 34 | ; ------------------------------------------------------------------------ 35 | ; METERS 36 | ; ------------------------------------------------------------------------ 37 | 38 | [LockButton] 39 | H=32 40 | 41 | [LeftBorder] 42 | Y=14 43 | 44 | [TopBorder] 45 | 46 | [RightBorder] 47 | 48 | [BottomBorder] 49 | 50 | [LockCurve] 51 | X=([LeftBorder:X]+12) 52 | Y=([LeftBorder:Y]-6) 53 | LineStart=6 54 | LineLength=8 55 | 56 | [LockCurveRight] 57 | X=([LockCurve:X]+6) 58 | H=6 59 | 60 | [LockCurveLeft] 61 | X=([LockCurve:X]-8) 62 | -------------------------------------------------------------------------------- /Win10 Widgets/Lock/Lock-Small.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Lock (small) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - None 18 | 19 | [Rainmeter] 20 | Update=100 21 | DefaultUpdateDivider=-1 22 | ; Context menu option to make lock icon light 23 | ContextTitle="Light icon" 24 | ContextAction=[!WriteKeyValue Variables LockIconHoverColor #SolidWhite# #CoreFilePath#][!WriteKeyValue Variables LockIconOffColor #TransparentWhite3# #CoreFilePath#][!Refresh] 25 | ; Context menu option to make lock icon dark 26 | ContextTitle2="Dark icon" 27 | ContextAction2=[!WriteKeyValue Variables LockIconHoverColor #SolidBlack# #CoreFilePath#][!WriteKeyValue Variables LockIconOffColor #TransparentBlack2# #CoreFilePath#][!Refresh] 28 | ; Context menu separator. 29 | ContextTitle3="-" 30 | ; Context menu option to bring up help dialog. 31 | ContextTitle4="Help" 32 | ContextAction4=[!EnableMeasure MeasureInternetConnectivity][!UpdateMeasure MeasureInternetConnectivity][!DisableMeasure MeasureInternetConnectivity] 33 | 34 | [Metadata] 35 | Name=Lock (small) 36 | Author=TJ Markham 37 | Information=Locks/unlocks meters. 38 | ;("locked" means dragging is disabled for all skins; "unlocked" means each skin falls back to its specific "drag-able" setting). 39 | License=Creative Commons BY-NC-SA 4.0 40 | Version=1.0.0 41 | 42 | [Variables] 43 | @Include=#@#variables.ini 44 | CoreFilePath=""#CURRENTPATH#Lock-Small.ini"" 45 | DisableDragging=0 46 | NewDisableDragging=0 47 | LockIconHoverColor=255,255,255,255 48 | LockIconOffColor=255,255,255,35 49 | LockWidth=16 50 | LockHeight=12 51 | LockLineWidth=2 52 | 53 | 54 | ; ------------------------------------------------------------------------ 55 | ; MEASURES 56 | ; ------------------------------------------------------------------------ 57 | 58 | [MeasureInternetConnectivity] 59 | ; Returns the status of the internet connection. 60 | ; Changes format in which "help" is shown when the context menu option is clicked. 61 | Measure=Plugin 62 | Plugin=SysInfo 63 | SysInfoType=INTERNET_CONNECTIVITY 64 | ; -1: No Internet, 1: Connected 65 | IfCondition=(MeasureInternetConnectivity=1) 66 | IfTrueAction=["http://lockHelp.win10widgets.com"] 67 | IfFalseAction=["#CURRENTPATH#Lock-Help.txt"] 68 | IfMatchMode=1 69 | Disabled=1 70 | 71 | [MeasureDisableDragging] 72 | Measure=Plugin 73 | Plugin=WebParser.dll 74 | URL="file://#SETTINGSPATH#Rainmeter.ini" 75 | RegExp=DisableDragging=(.*) 76 | RegExpSubstitute=1 77 | Substitute="DisableDragging=(\d)":"\1" 78 | ;OnUpdateAction=[!Log "Checking settings file for DisableDragging..."] 79 | ;FinishAction=[!Log "Found DisableDragging."] 80 | ;OnConnectErrorAction=[!Log "Couldn't find settings file."] 81 | ;OnRegExpErrorAction=[!Log "Couldn't find DisableDragging."] 82 | FinishAction=[!SetVariable DisableDragging [MeasureDisableDragging]][!UpdateMeasure MeasureLockIcon] 83 | OnRegExpErrorAction=[!SetVariable DisableDragging 0][!UpdateMeasure MeasureLockIcon] 84 | DynamicVariables=1 85 | UpdateRate=1 86 | 87 | [MeasureLockIcon] 88 | Measure=String 89 | String=#DisableDragging# 90 | IfMatch=0 91 | IfNotMatchAction=[!ShowMeter LockCurveLeft][!SetVariable NewDisableDragging 0][!UpdateMeter LockButton] 92 | IfMatchAction=[!HideMeter LockCurveLeft][!SetVariable NewDisableDragging 1][!UpdateMeter LockButton] 93 | DynamicVariables=1 94 | 95 | 96 | ; ------------------------------------------------------------------------ 97 | ; METERS 98 | ; ------------------------------------------------------------------------ 99 | 100 | [LockButton] 101 | Meter=Image 102 | X=0 103 | Y=0 104 | W=#LockWidth# 105 | H=21 106 | SolidColor=#Transparent# 107 | LeftMouseUpAction=[!WriteKeyValue Rainmeter DisableDragging #NewDisableDragging# "#SETTINGSPATH#Rainmeter.ini"][!RefreshApp] 108 | MouseOverAction=[!SetOptionGroup LockIcon SolidColor #LockIconHoverColor#][!UpdateMeterGroup LockIcon][!SetOption LockCurve LineColor #LockIconHoverColor#][!UpdateMeter LockCurve] 109 | MouseLeaveAction=[!SetOptionGroup LockIcon SolidColor #LockIconOffColor#][!UpdateMeterGroup LockIcon][!SetOption LockCurve LineColor #LockIconOffColor#][!UpdateMeter LockCurve] 110 | MouseActionCursor=0 111 | DynamicVariables=1 112 | 113 | [LeftBorder] 114 | ; Shows the left border of the bottom portion of the lock icon. 115 | Meter=Image 116 | X=0 117 | Y=9 118 | W=#LockLineWidth# 119 | H=#LockHeight# 120 | SolidColor=#LockIconOffColor# 121 | Group=LockIcon 122 | 123 | [TopBorder] 124 | ; Shows the top border of the bottom portion of the lock icon. 125 | Meter=Image 126 | X=#LockLineWidth#r 127 | Y=0r 128 | W=(#LockWidth#-2*#LockLineWidth#) 129 | H=#LockLineWidth# 130 | SolidColor=#LockIconOffColor# 131 | Group=LockIcon 132 | 133 | [RightBorder] 134 | ; Shows the right border of the bottom portion of the lock icon. 135 | Meter=Image 136 | X=(#LockWidth#-2*#LockLineWidth#)r 137 | Y=0r 138 | W=#LockLineWidth# 139 | H=#LockHeight# 140 | SolidColor=#LockIconOffColor# 141 | Group=LockIcon 142 | 143 | [BottomBorder] 144 | ; Shows the bottom border of the bottom portion of the lock icon. 145 | Meter=Image 146 | X=([LeftBorder:X]+#LockLineWidth#) 147 | Y=(#LockHeight#-#LockLineWidth#)r 148 | W=(#LockWidth#-2*#LockLineWidth#) 149 | H=#LockLineWidth# 150 | SolidColor=#LockIconOffColor# 151 | Group=LockIcon 152 | 153 | [LockCurve] 154 | ; Shows the top curve of the lock icon. 155 | Meter=Roundline 156 | X=([LeftBorder:X]+8) 157 | Y=([LeftBorder:Y]-3) 158 | AntiAlias=1 159 | StartAngle=(Rad(180)) 160 | RotationAngle=(Rad(180)) 161 | LineStart=4 162 | LineLength=6 163 | LineColor=#LockIconOffColor# 164 | Solid=1 165 | 166 | [LockCurveRight] 167 | ; Shows the right border of the top portion of the lock icon. 168 | Meter=Image 169 | X=([LockCurve:X]+4) 170 | Y=0r 171 | W=#LockLineWidth# 172 | H=3 173 | SolidColor=#LockIconOffColor# 174 | Group=LockIcon 175 | 176 | [LockCurveLeft] 177 | ; Shows the left border of the top portion of the lock icon. 178 | Meter=Image 179 | X=([LockCurve:X]-6) 180 | Y=0r 181 | W=#LockLineWidth# 182 | H=[LockCurveRight:H] 183 | SolidColor=#LockIconOffColor# 184 | Group=LockIcon 185 | -------------------------------------------------------------------------------- /Win10 Widgets/Lock/Lock-Tiny.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Lock (tiny) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Lock-Small.ini 18 | 19 | [Metadata] 20 | Name=Lock (tiny) 21 | Author=TJ Markham 22 | Information=Locks/unlocks meters. 23 | ;("locked" means dragging is disabled for all skins; "unlocked" means each skin falls back to its specific "drag-able" setting). 24 | License=Creative Commons BY-NC-SA 4.0 25 | Version=1.0.0 26 | 27 | [Variables] 28 | @Include=Lock-Small.ini 29 | LockWidth=12 30 | LockHeight=9 31 | LockLineWidth=1 32 | 33 | 34 | ; ------------------------------------------------------------------------ 35 | ; METERS 36 | ; ------------------------------------------------------------------------ 37 | 38 | [LockButton] 39 | H=16 40 | 41 | [LeftBorder] 42 | Y=7 43 | 44 | [TopBorder] 45 | 46 | [RightBorder] 47 | 48 | [BottomBorder] 49 | 50 | [LockCurve] 51 | X=([LeftBorder:X]+6) 52 | ;Y=([LeftBorder:Y]-3) 53 | LineStart=3 54 | LineLength=4 55 | 56 | [LockCurveRight] 57 | X=([LockCurve:X]+3) 58 | ;H=3 59 | 60 | [LockCurveLeft] 61 | X=([LockCurve:X]-4) 62 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - CPU/CPU-Large.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - CPU (large) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See CPU-Tiny.ini 18 | 19 | [Metadata] 20 | Name=CPU (large) 21 | Author=TJ Markham 22 | Information=Displays CPU information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=CPU-Medium.ini 28 | BackgroundHeight=165 29 | GraphHeight=80 30 | GraphTopPadding1=74 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label1] 38 | MeterStyle=StyleBigText 39 | X=5 40 | Y=4 41 | 42 | [Value1] 43 | MeterStyle=StyleMediumText 44 | X=0R 45 | Y=16r 46 | FontSize=18 47 | FontColor=#SolidGreyText# 48 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - CPU/CPU-Medium.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - CPU (medium) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See CPU-Tiny.ini 18 | 19 | [Metadata] 20 | Name=CPU (medium) 21 | Author=TJ Markham 22 | Information=Displays CPU information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=CPU-Small.ini 28 | BackgroundHeight=117 29 | GraphHeight=60 30 | GraphTopPadding1=46 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label1] 38 | MeterStyle=StyleMediumText 39 | X=8 40 | Y=6 41 | 42 | [Value1] 43 | Y=7r 44 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - CPU/CPU-Small.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - CPU (small) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See CPU-Tiny.ini 18 | 19 | [Metadata] 20 | Name=CPU (small) 21 | Author=TJ Markham 22 | Information=Displays CPU information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=CPU-Tiny.ini 28 | BackgroundHeight=91 29 | GraphWidth=339 30 | GraphTopPadding1=40 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label1] 38 | X=10 39 | Y=10 40 | 41 | [Value1] 42 | FontSize=11 43 | X=5R 44 | Y=0r 45 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - CPU/CPU-Tiny.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - CPU (tiny) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - CPU frequency isn't shown as it is in the Windows 10 Task Manager 18 | ; "Performance" tab. Tried to get this data using the PerfMon plug-in, 19 | ; but the values returned by "Processor Information - Processor 20 | ; Frequency" did not seem to align with what the Windows 10 Task 21 | ; Manager was reporting. 22 | 23 | [Rainmeter] 24 | Update=100 25 | DefaultUpdateDivider=-1 26 | 27 | [Metadata] 28 | Name=CPU (tiny) 29 | Author=TJ Markham 30 | Information=Displays CPU information. 31 | License=Creative Commons BY-NC-SA 4.0 32 | Version=1.0.0 33 | 34 | [Variables] 35 | @Include1="#@#Performance Templates\performanceTemplateX4.ini" 36 | @Include2="#@#Performance Templates\cpuTemplate.ini" 37 | CoreFilePath=""#CURRENTPATH#CPU-Tiny.ini"" 38 | BackgroundHeight=62 39 | AutoBorder=1 40 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Combo/Combo-Thin.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Performance Combo (thin) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Combo.ini 18 | 19 | [Metadata] 20 | Name=Performance Combo (thin) 21 | Author=TJ Markham 22 | Information=Displays CPU, memory, disk, and network information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Combo.ini 28 | BackgroundHeight=212 29 | BackgroundWidth=212 30 | FirstColumnLeftPadding=11 31 | FirstRowTopPadding=11 32 | SecondRowTopPadding=61 33 | ThirdRowTopPadding=111 34 | FourthRowTopPadding=161 35 | ; CPU Variables 36 | GraphLeftPadding1=#FirstColumnLeftPadding# 37 | GraphTopPadding1=#FirstRowTopPadding# 38 | ; Memory Variables 39 | GraphLeftPadding2=#FirstColumnLeftPadding# 40 | GraphTopPadding2=#SecondRowTopPadding# 41 | ; Disk Variables 42 | GraphLeftPadding3=#FirstColumnLeftPadding# 43 | GraphTopPadding3=#ThirdRowTopPadding# 44 | ; Network Variables 45 | GraphLeftPadding4=#FirstColumnLeftPadding# 46 | GraphTopPadding4=#FourthRowTopPadding# 47 | 48 | 49 | ; ------------------------------------------------------------------------ 50 | ; METERS - Disk Selector 51 | ; ------------------------------------------------------------------------ 52 | 53 | [HDSelectBackground] 54 | 55 | [A:] 56 | X=37 57 | Y=60 58 | 59 | [B:] 60 | 61 | [C:] 62 | 63 | [D:] 64 | 65 | [E:] 66 | 67 | [F:] 68 | 69 | [G:] 70 | 71 | [H:] 72 | X=([A::X]+11) 73 | Y=([A::H]+[A::Y]+1) 74 | Group=HDSelect | NewLine 75 | DynamicVariables=1 76 | 77 | [I:] 78 | 79 | [J:] 80 | 81 | [K:] 82 | 83 | [L:] 84 | 85 | [M:] 86 | 87 | [N:] 88 | X=1R 89 | Y=0r 90 | Group=HDSelect 91 | 92 | [O:] 93 | X=([H::X]+11) 94 | Y=([H::H]+[H::Y]+1) 95 | Group=HDSelect | NewLine 96 | DynamicVariables=1 97 | 98 | [P:] 99 | 100 | [Q:] 101 | 102 | [R:] 103 | 104 | [S:] 105 | 106 | [T:] 107 | 108 | [U:] 109 | 110 | [V:] 111 | X=([P::X]+11) 112 | Y=([O::H]+[O::Y]+1) 113 | Group=HDSelect | NewLine 114 | DynamicVariables=1 115 | 116 | [W:] 117 | 118 | [X:] 119 | 120 | [Y:] 121 | 122 | [Z:] 123 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Combo/Combo-Wide.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Performance Combo (wide) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Combo.ini 18 | 19 | [Metadata] 20 | Name=Performance Combo (wide) 21 | Author=TJ Markham 22 | Information=Displays CPU, memory, disk, and network information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Combo.ini 28 | BackgroundHeight=62 29 | BackgroundWidth=740 30 | FirstColumnLeftPadding=11 31 | SecondColumnLeftPadding=160 32 | ThirdColumnLeftPadding=370 33 | FourthColumnLeftPadding=540 34 | FirstRowTopPadding=11 35 | ; CPU Variables 36 | GraphLeftPadding1=#FirstColumnLeftPadding# 37 | GraphTopPadding1=#FirstRowTopPadding# 38 | ; Memory Variables 39 | GraphLeftPadding2=#SecondColumnLeftPadding# 40 | GraphTopPadding2=#FirstRowTopPadding# 41 | ; Disk Variables 42 | GraphLeftPadding3=#ThirdColumnLeftPadding# 43 | GraphTopPadding3=#FirstRowTopPadding# 44 | ; Network Variables 45 | GraphLeftPadding4=#FourthColumnLeftPadding# 46 | GraphTopPadding4=#FirstRowTopPadding# 47 | 48 | 49 | ; ------------------------------------------------------------------------ 50 | ; METERS - Disk Selector 51 | ; ------------------------------------------------------------------------ 52 | 53 | [HDSelectBackground] 54 | 55 | [A:] 56 | X=232 57 | 58 | [B:] 59 | 60 | [C:] 61 | 62 | [D:] 63 | 64 | [E:] 65 | 66 | [F:] 67 | 68 | [G:] 69 | 70 | [H:] 71 | 72 | [I:] 73 | 74 | [J:] 75 | 76 | [K:] 77 | 78 | [L:] 79 | 80 | [M:] 81 | 82 | [N:] 83 | 84 | [O:] 85 | 86 | [P:] 87 | 88 | [Q:] 89 | 90 | [R:] 91 | 92 | [S:] 93 | 94 | [T:] 95 | 96 | [U:] 97 | 98 | [V:] 99 | 100 | [W:] 101 | 102 | [X:] 103 | 104 | [Y:] 105 | 106 | [Z:] 107 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Combo/Combo.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Performance Combo (all) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See CPU-Tiny.ini, Memory-Tiny.ini, Disk-Tiny.ini, and 18 | ; Network-Tiny.ini 19 | 20 | [Rainmeter] 21 | Update=100 22 | DefaultUpdateDivider=-1 23 | 24 | [Metadata] 25 | Name=Performance Combo (all) 26 | Author=TJ Markham 27 | Information=Displays CPU, memory, disk, and network information. 28 | License=Creative Commons BY-NC-SA 4.0 29 | Version=1.0.0 30 | 31 | [Variables] 32 | @Include1="#@#Performance Templates\performanceTemplateX4.ini" 33 | @Include2="#@#Performance Templates\cpuTemplate.ini" 34 | @Include3="#@#Performance Templates\memoryTemplate.ini" 35 | @Include4="#@#Performance Templates\diskTemplate.ini" 36 | @Include5="#@#Performance Templates\networkTemplate.ini" 37 | CoreFilePath=""#CURRENTPATH#Combo.ini"" 38 | BackgroundHeight=112 39 | AutoBorder=1 40 | FirstColumnLeftPadding=11 41 | SecondColumnLeftPadding=160 42 | FirstRowTopPadding=11 43 | SecondRowTopPadding=61 44 | ; CPU Variables 45 | GraphLeftPadding1=#FirstColumnLeftPadding# 46 | GraphTopPadding1=#FirstRowTopPadding# 47 | ; Memory Variables 48 | GraphLeftPadding2=#SecondColumnLeftPadding# 49 | GraphTopPadding2=#FirstRowTopPadding# 50 | ; Disk Variables 51 | GraphLeftPadding3=#FirstColumnLeftPadding# 52 | GraphTopPadding3=#SecondRowTopPadding# 53 | ; Network Variables 54 | GraphLeftPadding4=#SecondColumnLeftPadding# 55 | GraphTopPadding4=#SecondRowTopPadding# 56 | 57 | 58 | ; ------------------------------------------------------------------------ 59 | ; METERS - Disk Selector 60 | ; ------------------------------------------------------------------------ 61 | 62 | [HDSelectBackground] 63 | 64 | [A:] 65 | 66 | [B:] 67 | 68 | [C:] 69 | 70 | [D:] 71 | 72 | [E:] 73 | 74 | [F:] 75 | 76 | [G:] 77 | 78 | [H:] 79 | 80 | [I:] 81 | 82 | [J:] 83 | 84 | [K:] 85 | 86 | [L:] 87 | 88 | [M:] 89 | 90 | [N:] 91 | 92 | [O:] 93 | 94 | [P:] 95 | 96 | [Q:] 97 | 98 | [R:] 99 | 100 | [S:] 101 | 102 | [T:] 103 | 104 | [U:] 105 | 106 | [V:] 107 | 108 | [W:] 109 | 110 | [X:] 111 | 112 | [Y:] 113 | 114 | [Z:] 115 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Disk/Disk-Large.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Disk (large) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Disk-Tiny.ini 18 | 19 | [Metadata] 20 | Name=Disk (large) 21 | Author=TJ Markham 22 | Information=Displays disk information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Disk-Medium.ini 28 | BackgroundHeight=165 29 | GraphHeight=80 30 | GraphTopPadding3=74 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label3] 38 | MeterStyle=StyleBigText 39 | X=5 40 | Y=4 41 | 42 | [Value3] 43 | MeterStyle=StyleMediumText 44 | X=0R 45 | Y=16r 46 | FontSize=18 47 | FontColor=#SolidGreyText# 48 | 49 | [HDSelectBackground] 50 | 51 | [A:] 52 | 53 | [B:] 54 | 55 | [C:] 56 | 57 | [D:] 58 | 59 | [E:] 60 | 61 | [F:] 62 | 63 | [G:] 64 | 65 | [H:] 66 | 67 | [I:] 68 | 69 | [J:] 70 | 71 | [K:] 72 | 73 | [L:] 74 | 75 | [M:] 76 | 77 | [N:] 78 | 79 | [O:] 80 | 81 | [P:] 82 | 83 | [Q:] 84 | 85 | [R:] 86 | 87 | [S:] 88 | 89 | [T:] 90 | 91 | [U:] 92 | 93 | [V:] 94 | 95 | [W:] 96 | 97 | [X:] 98 | 99 | [Y:] 100 | 101 | [Z:] 102 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Disk/Disk-Medium.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Disk (medium) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Disk-Tiny.ini 18 | 19 | [Metadata] 20 | Name=Disk (medium) 21 | Author=TJ Markham 22 | Information=Displays disk information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Disk-Small.ini 28 | BackgroundHeight=117 29 | GraphHeight=60 30 | GraphTopPadding3=46 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label3] 38 | MeterStyle=StyleMediumText 39 | X=8 40 | Y=6 41 | 42 | [Value3] 43 | Y=7r 44 | 45 | [HDSelectBackground] 46 | 47 | [A:] 48 | 49 | [B:] 50 | 51 | [C:] 52 | 53 | [D:] 54 | 55 | [E:] 56 | 57 | [F:] 58 | 59 | [G:] 60 | 61 | [H:] 62 | 63 | [I:] 64 | 65 | [J:] 66 | 67 | [K:] 68 | 69 | [L:] 70 | 71 | [M:] 72 | 73 | [N:] 74 | 75 | [O:] 76 | 77 | [P:] 78 | 79 | [Q:] 80 | 81 | [R:] 82 | 83 | [S:] 84 | 85 | [T:] 86 | 87 | [U:] 88 | 89 | [V:] 90 | 91 | [W:] 92 | 93 | [X:] 94 | 95 | [Y:] 96 | 97 | [Z:] 98 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Disk/Disk-Small.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Disk (small) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Disk-Tiny.ini 18 | 19 | [Metadata] 20 | Name=Disk (small) 21 | Author=TJ Markham 22 | Information=Displays disk information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Disk-Tiny.ini 28 | BackgroundHeight=91 29 | GraphWidth=339 30 | GraphTopPadding3=40 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label3] 38 | X=10 39 | Y=10 40 | 41 | [Value3] 42 | FontSize=11 43 | X=5R 44 | Y=0r 45 | 46 | [HDSelectBackground] 47 | 48 | [A:] 49 | 50 | [B:] 51 | 52 | [C:] 53 | 54 | [D:] 55 | 56 | [E:] 57 | 58 | [F:] 59 | 60 | [G:] 61 | 62 | [H:] 63 | 64 | [I:] 65 | 66 | [J:] 67 | 68 | [K:] 69 | 70 | [L:] 71 | 72 | [M:] 73 | 74 | [N:] 75 | 76 | [O:] 77 | 78 | [P:] 79 | 80 | [Q:] 81 | 82 | [R:] 83 | 84 | [S:] 85 | 86 | [T:] 87 | 88 | [U:] 89 | 90 | [V:] 91 | 92 | [W:] 93 | 94 | [X:] 95 | 96 | [Y:] 97 | 98 | [Z:] 99 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Disk/Disk-Tiny.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Disk (tiny) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - None 18 | 19 | [Rainmeter] 20 | Update=100 21 | DefaultUpdateDivider=-1 22 | 23 | [Metadata] 24 | Name=Disk (tiny) 25 | Author=TJ Markham 26 | Information=Displays disk information. 27 | License=Creative Commons BY-NC-SA 4.0 28 | Version=1.0.0 29 | 30 | [Variables] 31 | @Include1="#@#Performance Templates\performanceTemplateX4.ini" 32 | @Include2="#@#Performance Templates\diskTemplate.ini" 33 | CoreFilePath=""#CURRENTPATH#Disk-Tiny.ini"" 34 | BackgroundHeight=62 35 | AutoBorder=1 36 | 37 | 38 | ; ------------------------------------------------------------------------ 39 | ; METERS - Disk Selector 40 | ; ------------------------------------------------------------------------ 41 | 42 | [HDSelectBackground] 43 | 44 | [A:] 45 | 46 | [B:] 47 | 48 | [C:] 49 | 50 | [D:] 51 | 52 | [E:] 53 | 54 | [F:] 55 | 56 | [G:] 57 | 58 | [H:] 59 | 60 | [I:] 61 | 62 | [J:] 63 | 64 | [K:] 65 | 66 | [L:] 67 | 68 | [M:] 69 | 70 | [N:] 71 | 72 | [O:] 73 | 74 | [P:] 75 | 76 | [Q:] 77 | 78 | [R:] 79 | 80 | [S:] 81 | 82 | [T:] 83 | 84 | [U:] 85 | 86 | [V:] 87 | 88 | [W:] 89 | 90 | [X:] 91 | 92 | [Y:] 93 | 94 | [Z:] 95 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Memory/Memory-Large.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Memory (large) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Memory-Tiny.ini 18 | 19 | [Metadata] 20 | Name=Memory (large) 21 | Author=TJ Markham 22 | Information=Displays memory information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Memory-Medium.ini 28 | BackgroundHeight=165 29 | GraphHeight=80 30 | GraphTopPadding2=74 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label2] 38 | MeterStyle=StyleBigText 39 | X=5 40 | Y=4 41 | Text="RAM" 42 | 43 | [Value2] 44 | MeterStyle=StyleMediumText 45 | X=0R 46 | Y=16r 47 | FontSize=18 48 | FontColor=#SolidGreyText# 49 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Memory/Memory-Medium.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Memory (medium) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Memory-Tiny.ini 18 | 19 | [Metadata] 20 | Name=Memory (medium) 21 | Author=TJ Markham 22 | Information=Displays memory information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Memory-Small.ini 28 | BackgroundHeight=117 29 | GraphHeight=60 30 | GraphTopPadding2=46 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label2] 38 | MeterStyle=StyleMediumText 39 | X=8 40 | Y=6 41 | 42 | [Value2] 43 | Y=7r 44 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Memory/Memory-Small.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Memory (small) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Memory-Tiny.ini 18 | 19 | [Metadata] 20 | Name=Memory (small) 21 | Author=TJ Markham 22 | Information=Displays memory information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Memory-Tiny.ini 28 | BackgroundHeight=91 29 | GraphWidth=339 30 | GraphTopPadding2=40 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label2] 38 | X=10 39 | Y=10 40 | 41 | [Value2] 42 | FontSize=11 43 | X=5R 44 | Y=0r 45 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Memory/Memory-Tiny.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Memory (tiny) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - None 18 | 19 | [Rainmeter] 20 | Update=100 21 | DefaultUpdateDivider=-1 22 | 23 | [Metadata] 24 | Name=Memory (tiny) 25 | Author=TJ Markham 26 | Information=Displays memory information. 27 | License=Creative Commons BY-NC-SA 4.0 28 | Version=1.0.0 29 | 30 | [Variables] 31 | @Include1="#@#Performance Templates\performanceTemplateX4.ini" 32 | @Include2="#@#Performance Templates\memoryTemplate.ini" 33 | CoreFilePath=""#CURRENTPATH#Memory-Tiny.ini"" 34 | BackgroundHeight=62 35 | AutoBorder=1 36 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Network/Network-Large.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Network (large) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Network-Tiny.ini 18 | 19 | [Metadata] 20 | Name=Network (large) 21 | Author=TJ Markham 22 | Information=Displays network information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Network-Medium.ini 28 | BackgroundHeight=165 29 | GraphHeight=80 30 | GraphTopPadding4=74 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label4] 38 | MeterStyle=StyleBigText 39 | X=5 40 | Y=4 41 | Text="Net" 42 | 43 | [Value4] 44 | MeterStyle=StyleMediumText 45 | X=0R 46 | Y=16r 47 | FontSize=18 48 | FontColor=#SolidGreyText# 49 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Network/Network-Medium.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Network (medium) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Network-Tiny.ini 18 | 19 | [Metadata] 20 | Name=Network (medium) 21 | Author=TJ Markham 22 | Information=Displays network information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Network-Small.ini 28 | BackgroundHeight=117 29 | GraphHeight=60 30 | GraphTopPadding4=46 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label4] 38 | MeterStyle=StyleMediumText 39 | X=8 40 | Y=6 41 | 42 | [Value4] 43 | Y=7r 44 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Network/Network-Small.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Network (small) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Network-Tiny.ini 18 | 19 | [Metadata] 20 | Name=Network (small) 21 | Author=TJ Markham 22 | Information=Displays network information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Network-Tiny.ini 28 | BackgroundHeight=91 29 | GraphWidth=339 30 | GraphTopPadding4=40 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label4] 38 | X=10 39 | Y=10 40 | 41 | [Value4] 42 | FontSize=11 43 | X=5R 44 | Y=0r 45 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - Network/Network-Tiny.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Network (tiny) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - None 18 | 19 | [Rainmeter] 20 | Update=100 21 | DefaultUpdateDivider=-1 22 | 23 | [Metadata] 24 | Name=Network (tiny) 25 | Author=TJ Markham 26 | Information=Displays network information. 27 | License=Creative Commons BY-NC-SA 4.0 28 | Version=1.0.0 29 | 30 | [Variables] 31 | @Include1="#@#Performance Templates\performanceTemplateX4.ini" 32 | @Include2="#@#Performance Templates\networkTemplate.ini" 33 | CoreFilePath=""#CURRENTPATH#Network-Tiny.ini"" 34 | BackgroundHeight=62 35 | AutoBorder=1 36 | -------------------------------------------------------------------------------- /Win10 Widgets/Spotify/Spotify-Large.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Spotify (large) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Spotify-Small.ini 18 | 19 | [Metadata] 20 | Name=Spotify (large) 21 | Author=TJ Markham 22 | Information=Displays Spotify info and controls. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Spotify-Small.ini 28 | BackgroundHeight=418 29 | LeftPadding=10 30 | 31 | 32 | ; ------------------------------------------------------------------------ 33 | ; MEASURES 34 | ; ------------------------------------------------------------------------ 35 | 36 | [MeasureCover] 37 | ;Res: 60, 85, 120, 300 or 640. Defaults to 300. 38 | Res=640 39 | 40 | 41 | ; ------------------------------------------------------------------------ 42 | ; METERS 43 | ; ------------------------------------------------------------------------ 44 | 45 | [MeterDefaultCoverBackground] 46 | W=(#BackgroundWidth#-2) 47 | 48 | [MeterDefaultCoverForeground] 49 | X=181 50 | LineStart=133 51 | LineLength=41 52 | 53 | [MeterTime] 54 | X=(#BackgroundWidth#-5) 55 | 56 | [MeterTimeOff] 57 | X=(#BackgroundWidth#-5) 58 | 59 | [MeterCover] 60 | -------------------------------------------------------------------------------- /Win10 Widgets/Spotify/Spotify-Medium-Thin.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Spotify (medium, thin) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Spotify-Small.ini 18 | 19 | [Metadata] 20 | Name=Spotify (medium, thin) 21 | Author=TJ Markham 22 | Information=Displays Spotify info and controls. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include1=Spotify-Small.ini 28 | @Include2=#@#clearContextActions.ini 29 | BackgroundWidth=212 30 | BackgroundHeight=317 31 | LeftPadding=45 32 | 33 | 34 | ; ------------------------------------------------------------------------ 35 | ; MEASURES 36 | ; ------------------------------------------------------------------------ 37 | 38 | ;[MeasureCover] 39 | ;Res: 60, 85, 120, 300 or 640. Defaults to 300. 40 | ;Res=300 41 | 42 | [MeasurePosition] 43 | Disabled=0 44 | 45 | [MeasureLength] 46 | OnChangeAction=[!UpdateMeter MeterTime2] 47 | Disabled=0 48 | 49 | 50 | ; ------------------------------------------------------------------------ 51 | ; METERS - Previous Track 52 | ; ------------------------------------------------------------------------ 53 | 54 | [PreviousButton] 55 | X=#LeftPadding# 56 | Y=(#BackgroundHeight#-51) 57 | W=26 58 | H=28 59 | 60 | [PreviousBarTopLeft] 61 | Meter=Image 62 | X=5r 63 | Y=5r 64 | W=1 65 | H=1 66 | SolidColor=#TransparentWhite1# 67 | 68 | [PreviousBarTopMiddle] 69 | Meter=Image 70 | X=0R 71 | Y=0r 72 | W=2 73 | H=1 74 | SolidColor=#SolidWhite# 75 | 76 | [PreviousBarTopRight] 77 | Meter=Image 78 | X=0R 79 | Y=0r 80 | W=1 81 | H=1 82 | SolidColor=#TransparentWhite1# 83 | 84 | [PreviousBar] 85 | X=-3r 86 | Y=0R 87 | W=4 88 | H=16 89 | 90 | [PreviousBarBottomLeft] 91 | Meter=Image 92 | X=0r 93 | Y=0R 94 | W=1 95 | H=1 96 | SolidColor=#TransparentWhite1# 97 | 98 | [PreviousBarBottomMiddle] 99 | Meter=Image 100 | X=0R 101 | Y=0r 102 | W=2 103 | H=1 104 | SolidColor=#SolidWhite# 105 | 106 | [PreviousBarBottomRight] 107 | Meter=Image 108 | X=0R 109 | Y=0r 110 | W=1 111 | H=1 112 | SolidColor=#TransparentWhite1# 113 | 114 | [PreviousLine1Top] 115 | Meter=Image 116 | X=12r 117 | Y=([PreviousBar:Y]-1) 118 | W=1 119 | H=1 120 | SolidColor=#TransparentWhite1# 121 | 122 | [PreviousLine1] 123 | X=-2r 124 | Y=1r 125 | W=3 126 | H=16 127 | 128 | [PreviousLine1Bottom] 129 | Meter=Image 130 | X=2r 131 | Y=0R 132 | W=1 133 | H=1 134 | SolidColor=#TransparentWhite1# 135 | 136 | [PreviousLine2] 137 | X=([PreviousLine1:X]-1) 138 | Y=([PreviousLine1:Y]+1) 139 | W=1 140 | H=14 141 | 142 | [PreviousLine3] 143 | X=-2r 144 | Y=1r 145 | W=2 146 | H=12 147 | 148 | [PreviousLine4] 149 | X=-1r 150 | Y=1r 151 | W=1 152 | H=10 153 | 154 | [PreviousLine5] 155 | X=-2r 156 | Y=1r 157 | W=2 158 | H=8 159 | 160 | [PreviousLine6] 161 | X=-1r 162 | Y=1r 163 | W=1 164 | H=6 165 | 166 | [PreviousLine7] 167 | Meter=Image 168 | X=-2r 169 | Y=1r 170 | W=2 171 | H=4 172 | SolidColor=#SolidWhite# 173 | 174 | [PreviousDiagonalTop] 175 | X=([PreviousBar:X]+15) 176 | Y=([PreviousBar:Y]-1) 177 | W=1 178 | H=14 179 | 180 | [PreviousDiagonalBottom] 181 | X=([PreviousBar:X]+16) 182 | Y=([PreviousBar:Y]+15) 183 | W=2 184 | H=14 185 | 186 | 187 | ; ------------------------------------------------------------------------ 188 | ; METERS - Play/Pause Circle 189 | ; ------------------------------------------------------------------------ 190 | 191 | [PlayPauseCircle] 192 | ; Shows the circle of the play/pause button when Spotify is open. 193 | ; Acts as play/pause button; plays/pauses current Spotify track when clicked. 194 | Meter=Roundline 195 | X=([PreviousButton:X]+39) 196 | Y=([PreviousButton:Y]-8) 197 | H=44 198 | W=44 199 | LineStart=22 200 | LineLength=20.8 201 | 202 | [PlayPauseCircleOff] 203 | X=[PlayPauseCircle:X] 204 | Y=[PlayPauseCircle:Y] 205 | H=[PlayPauseCircle:H] 206 | W=[PlayPauseCircle:W] 207 | LineStart=22 208 | LineLength=20.8 209 | 210 | 211 | ; ------------------------------------------------------------------------ 212 | ; METERS - Play Icon 213 | ; ------------------------------------------------------------------------ 214 | 215 | [PlayLine15] 216 | X=([PlayPauseCircle:X]+13) 217 | Y=([PlayPauseCircle:Y]+10) 218 | W=1 219 | H=24 220 | SolidColor=127,131,137 221 | 222 | [PlayLine1] 223 | X=([PlayPauseCircle:X]+13) 224 | Y=([PlayPauseCircle:Y]+11) 225 | W=1 226 | H=22 227 | 228 | [PlayLine2] 229 | X=0R 230 | Y=-1r 231 | W=1 232 | H=24 233 | 234 | [PlayLine3] 235 | X=0R 236 | Y=1r 237 | W=1 238 | H=22 239 | 240 | [PlayLine4] 241 | X=0R 242 | Y=1r 243 | W=1 244 | H=21 245 | 246 | [PlayLine5] 247 | X=0R 248 | Y=0r 249 | W=1 250 | H=20 251 | 252 | [PlayLine6] 253 | X=0R 254 | Y=1r 255 | W=1 256 | H=18 257 | 258 | [PlayLine7] 259 | X=0R 260 | Y=1r 261 | W=1 262 | H=17 263 | 264 | [PlayLine8] 265 | X=0R 266 | Y=0r 267 | W=1 268 | H=16 269 | 270 | [PlayLine9] 271 | X=0R 272 | Y=1r 273 | W=1 274 | H=14 275 | 276 | [PlayLine10] 277 | X=0R 278 | Y=0r 279 | W=1 280 | H=14 281 | 282 | [PlayLine11] 283 | X=0R 284 | Y=1r 285 | W=1 286 | H=12 287 | 288 | [PlayLine12] 289 | X=0R 290 | Y=1r 291 | W=1 292 | H=11 293 | 294 | [PlayLine13] 295 | X=0R 296 | Y=0r 297 | W=1 298 | H=10 299 | 300 | [PlayLine14] 301 | X=0R 302 | Y=1r 303 | W=1 304 | H=8 305 | 306 | [PlayLine16] 307 | Meter=Image 308 | X=0R 309 | Y=1r 310 | W=2 311 | H=6 312 | SolidColor=#SolidWhite# 313 | Group=Play 314 | 315 | [PlayLine17] 316 | Meter=Image 317 | X=0R 318 | Y=1r 319 | W=2 320 | H=4 321 | SolidColor=#SolidWhite# 322 | Group=Play 323 | 324 | [PlayLine18] 325 | Meter=Image 326 | X=0R 327 | Y=1r 328 | W=2 329 | H=2 330 | SolidColor=#SolidWhite# 331 | Group=Play 332 | 333 | [PlayDiagonalTop] 334 | X=([PlayLine1:X]+2) 335 | Y=[PlayLine1:Y] 336 | W=1 337 | H=21 338 | 339 | [PlayDiagonalBottom] 340 | X=([PlayLine1:X]+19) 341 | Y=([PlayLine1:Y]+10) 342 | W=2 343 | H=21 344 | 345 | 346 | ; ------------------------------------------------------------------------ 347 | ; METERS - Pause Icon 348 | ; ------------------------------------------------------------------------ 349 | 350 | [PauseLine1] 351 | Meter=Image 352 | X=([PlayPauseCircle:X]+12) 353 | Y=([PlayPauseCircle:Y]+12) 354 | W=6 355 | H=20 356 | SolidColor=#SolidWhite# 357 | Group=Pause 358 | 359 | [PauseLine1CapTop] 360 | Meter=Roundline 361 | X=3r 362 | Y=1r 363 | AntiAlias=1 364 | Group=Pause 365 | LineLength=3 366 | LineColor=#SolidWhite# 367 | Solid=1 368 | 369 | [PauseLine1CapBottom] 370 | Meter=Roundline 371 | X=0r 372 | Y=18r 373 | AntiAlias=1 374 | Group=Pause 375 | LineLength=3 376 | LineColor=#SolidWhite# 377 | Solid=1 378 | 379 | [PauseLine2] 380 | Meter=Image 381 | X=([PauseLine1:X]+14) 382 | Y=[PauseLine1:Y] 383 | W=6 384 | H=20 385 | SolidColor=#SolidWhite# 386 | Group=Pause 387 | 388 | [PauseLine2CapTop] 389 | Meter=Roundline 390 | X=3r 391 | Y=1r 392 | AntiAlias=1 393 | Group=Pause 394 | LineLength=3 395 | LineColor=#SolidWhite# 396 | Solid=1 397 | 398 | [PauseLine2CapBottom] 399 | Meter=Roundline 400 | X=0r 401 | Y=18r 402 | AntiAlias=1 403 | Group=Pause 404 | LineLength=3 405 | LineColor=#SolidWhite# 406 | Solid=1 407 | 408 | 409 | ; ------------------------------------------------------------------------ 410 | ; METERS - Next Track 411 | ; ------------------------------------------------------------------------ 412 | 413 | [NextButton] 414 | X=([PlayPauseCircle:X]+57) 415 | Y=([PlayPauseCircle:Y]+8) 416 | W=26 417 | H=28 418 | 419 | [NextBarTopLeft] 420 | Meter=Image 421 | X=17r 422 | Y=5r 423 | W=1 424 | H=1 425 | SolidColor=#TransparentWhite1# 426 | 427 | [NextBarTopMiddle] 428 | Meter=Image 429 | X=0R 430 | Y=0r 431 | W=2 432 | H=1 433 | SolidColor=#SolidWhite# 434 | 435 | [NextBarTopRight] 436 | Meter=Image 437 | X=0R 438 | Y=0r 439 | W=1 440 | H=1 441 | SolidColor=#TransparentWhite1# 442 | 443 | [NextBar] 444 | X=-3r 445 | Y=0R 446 | W=4 447 | H=16 448 | 449 | [NextBarBottomLeft] 450 | Meter=Image 451 | X=0r 452 | Y=0R 453 | W=1 454 | H=1 455 | SolidColor=#TransparentWhite1# 456 | 457 | [NextBarBottomMiddle] 458 | Meter=Image 459 | X=0R 460 | Y=0r 461 | W=2 462 | H=1 463 | SolidColor=#SolidWhite# 464 | 465 | [NextBarBottomRight] 466 | Meter=Image 467 | X=0R 468 | Y=0r 469 | W=1 470 | H=1 471 | SolidColor=#TransparentWhite1# 472 | 473 | [NextLine1Top] 474 | Meter=Image 475 | X=-15r 476 | Y=([PreviousBar:Y]-1) 477 | W=1 478 | H=1 479 | SolidColor=#TransparentWhite1# 480 | 481 | [NextLine1] 482 | X=0r 483 | Y=1r 484 | W=3 485 | H=16 486 | 487 | [NextLine1Bottom] 488 | Meter=Image 489 | X=0r 490 | Y=0R 491 | W=1 492 | H=1 493 | SolidColor=#TransparentWhite1# 494 | 495 | [NextLine2] 496 | X=([NextLine1:X]+3) 497 | Y=([NextLine1:Y]+1) 498 | W=1 499 | H=14 500 | 501 | [NextLine3] 502 | X=0R 503 | Y=1r 504 | W=2 505 | H=12 506 | 507 | [NextLine4] 508 | X=0R 509 | Y=1r 510 | W=1 511 | H=10 512 | 513 | [NextLine5] 514 | X=0R 515 | Y=1r 516 | W=2 517 | H=8 518 | 519 | [NextLine6] 520 | X=0R 521 | Y=1r 522 | W=1 523 | H=6 524 | 525 | [NextLine7] 526 | Meter=Image 527 | X=0R 528 | Y=1r 529 | W=2 530 | H=4 531 | SolidColor=#SolidWhite# 532 | 533 | [NextDiagonalTop] 534 | X=([NextButton:X]+6) 535 | Y=([NextButton:Y]+6) 536 | W=1 537 | H=14 538 | 539 | [NextDiagonalBottom] 540 | X=([NextButton:X]+18) 541 | Y=([NextButton:Y]+14) 542 | W=1 543 | H=15 544 | 545 | 546 | ; ------------------------------------------------------------------------ 547 | ; METERS - Cover 548 | ; ------------------------------------------------------------------------ 549 | 550 | [MeterDefaultCoverBackground] 551 | W=(#BackgroundWidth#-2) 552 | 553 | [MeterDefaultCoverForeground] 554 | X=106 555 | LineStart=78 556 | LineLength=25 557 | 558 | [MeterCover] 559 | 560 | 561 | ; ------------------------------------------------------------------------ 562 | ; METERS - Text 563 | ; ------------------------------------------------------------------------ 564 | 565 | [MeterTime] 566 | MeterStyle=StyleTinyTextSpotify | StyleLeftAlign 567 | X=5 568 | Y=272 569 | Text="%1" 570 | Group=SpotifyOn 571 | 572 | [MeterTime2] 573 | ; Shows length of currently playing Spotify track. 574 | Meter=String 575 | MeterStyle=StyleTinyTextSpotify 576 | MeasureName=MeasureLength 577 | X=(#BackgroundWidth#-5) 578 | Y=[MeterTime:Y] 579 | Group=SpotifyOn 580 | Text="%1" 581 | Hidden=1 582 | 583 | [MeterTimeOff] 584 | MeterStyle=StyleTinyTextSpotify | StyleLeftAlign 585 | X=5 586 | Text="0:00" 587 | Group=SpotifyOff 588 | 589 | [MeterTime2Off] 590 | ; Shows "0:00" when Spotify is closed. 591 | Meter=String 592 | MeterStyle=StyleTinyTextSpotify 593 | X=(#BackgroundWidth#-5) 594 | Y=[MeterTime:Y] 595 | Group=SpotifyOff 596 | Text="0:00" 597 | Hidden=1 598 | 599 | [MeterTrack] 600 | MeterStyle=StyleSmallTextSpotify | StyleCenterAlign 601 | X=(#BackgroundWidth#/2) 602 | Y=217 603 | ClipString=2 604 | ClipStringW=(#BackgroundWidth#-10) 605 | 606 | [MeterArtist] 607 | MeterStyle=StyleSmallTextSpotify | StyleCenterAlign 608 | ClipString=2 609 | ClipStringW=(#BackgroundWidth#-10) 610 | 611 | [MeterTrackOff] 612 | MeterStyle=StyleSmallTextSpotify | StyleCenterAlign 613 | 614 | [MeterArtistOff] 615 | MeterStyle=StyleSmallTextSpotify | StyleCenterAlign 616 | -------------------------------------------------------------------------------- /Win10 Widgets/Volume/Volume-Large.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Volume (large) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Volume-Medium.ini 18 | 19 | [Metadata] 20 | Name=Volume (large) 21 | Author=TJ Markham 22 | Information=Displays the current volume status. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Volume-Medium.ini 28 | BackgroundHeight=100 29 | TopPadding=52 30 | 31 | [VolumeDevice] 32 | MeterStyle=StyleMediumText 33 | H=35 34 | -------------------------------------------------------------------------------- /Win10 Widgets/Volume/Volume-Small.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Volume (small) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Volume-Medium.ini 18 | 19 | [Metadata] 20 | Name=Volume (small) 21 | Author=TJ Markham 22 | Information=Displays the current volume status. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Volume-Medium.ini 28 | BackgroundHeight=62 29 | TopPadding=14 30 | 31 | [VolumeDevice] 32 | Hidden=1 33 | -------------------------------------------------------------------------------- /Win10 Widgets/Volume/Volume-Tiny.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Volume (tiny) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Volume-Medium.ini 18 | 19 | [Metadata] 20 | Name=Volume (tiny) 21 | Author=TJ Markham 22 | Information=Displays the current volume status. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Volume-Small.ini 28 | BackgroundHeight=49 29 | TopPadding=7 30 | 31 | [VolumePercent] 32 | Y=14 33 | FontSize=11 34 | -------------------------------------------------------------------------------- /Win10 Widgets/Weather/Weather-ExtraLarge.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/Weather-ExtraLarge.ini -------------------------------------------------------------------------------- /Win10 Widgets/Weather/Weather-Large.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Weather (large) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Weather-ExtraLarge.ini 18 | 19 | [Metadata] 20 | Name=Weather (large) 21 | Author=TJ Markham 22 | Information=Displays the current/future weather based on IP location or user-supplied zip code. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Weather-ExtraLarge.ini 28 | BackgroundHeight=125 29 | PostInputTextYRegular=96 30 | PostInputTextYError=104 31 | PostInputTextY=#PostInputTextYRegular# 32 | 33 | 34 | ; ------------------------------------------------------------------------ 35 | ; MEASURES 36 | ; ------------------------------------------------------------------------ 37 | 38 | [MeasureLocationWOEID] 39 | OnRegExpErrorAction=[!HideMeter CheckingLocationText][!ShowMeter ErrorText][!SetVariable PostInputTextY #PostInputTextYError#][!UpdateMeter PostInputText] 40 | 41 | [MeasureFeelsLike] 42 | Disabled=1 43 | Group=DisabledMeasures 44 | 45 | [MeasureFeelsLikeF] 46 | Disabled=1 47 | Group=DisabledMeasures 48 | 49 | [MeasureFeelsLikeC] 50 | Disabled=1 51 | Group=DisabledMeasures 52 | 53 | [MeasureWindDirection] 54 | Disabled=1 55 | Group=DisabledMeasures 56 | 57 | [MeasureWindSpeed] 58 | Disabled=1 59 | Group=DisabledMeasures 60 | 61 | [MeasureWindSpeedKPH] 62 | Disabled=1 63 | Group=DisabledMeasures 64 | 65 | [MeasureWindSpeedMPH] 66 | Disabled=1 67 | Group=DisabledMeasures 68 | 69 | [MeasureHumidity] 70 | Disabled=1 71 | Group=DisabledMeasures 72 | 73 | [MeasureVisibility] 74 | Disabled=1 75 | Group=DisabledMeasures 76 | 77 | [MeasureVisibilityKM] 78 | Disabled=1 79 | Group=DisabledMeasures 80 | 81 | [MeasureVisibilityMI] 82 | Disabled=1 83 | Group=DisabledMeasures 84 | 85 | [MeasureBarometer] 86 | Disabled=1 87 | Group=DisabledMeasures 88 | 89 | [MeasureBarometerMB] 90 | Disabled=1 91 | Group=DisabledMeasures 92 | 93 | [MeasureBarometerIN] 94 | Disabled=1 95 | Group=DisabledMeasures 96 | 97 | [MeasureSunrise12] 98 | Disabled=1 99 | Group=DisabledMeasures 100 | 101 | [MeasureSunriseHour] 102 | Disabled=1 103 | Group=DisabledMeasures 104 | 105 | [MeasureSunriseMinute] 106 | Disabled=1 107 | Group=DisabledMeasures 108 | 109 | [MeasureSunriseAMPM] 110 | Disabled=1 111 | Group=DisabledMeasures 112 | 113 | [MeasureSunriseHour24] 114 | Disabled=1 115 | Group=DisabledMeasures 116 | 117 | [MeasureSunrise24] 118 | Disabled=1 119 | Group=DisabledMeasures 120 | 121 | [MeasureSunset12] 122 | Disabled=1 123 | Group=DisabledMeasures 124 | 125 | [MeasureSunsetHour] 126 | Disabled=1 127 | Group=DisabledMeasures 128 | 129 | [MeasureSunsetMinute] 130 | Disabled=1 131 | Group=DisabledMeasures 132 | 133 | [MeasureSunsetAMPM] 134 | Disabled=1 135 | Group=DisabledMeasures 136 | 137 | [MeasureSunsetHour24] 138 | Disabled=1 139 | Group=DisabledMeasures 140 | 141 | [MeasureSunset24] 142 | Disabled=1 143 | Group=DisabledMeasures 144 | 145 | [MeasureDay5] 146 | Disabled=1 147 | Group=DisabledMeasures 148 | 149 | [MeasureDay5Low] 150 | Disabled=1 151 | Group=DisabledMeasures 152 | 153 | [MeasureDay5LowF] 154 | Disabled=1 155 | Group=DisabledMeasures 156 | 157 | [MeasureDay5LowC] 158 | Disabled=1 159 | Group=DisabledMeasures 160 | 161 | [MeasureDay5High] 162 | Disabled=1 163 | Group=DisabledMeasures 164 | 165 | [MeasureDay5HighF] 166 | Disabled=1 167 | Group=DisabledMeasures 168 | 169 | [MeasureDay5HighC] 170 | Disabled=1 171 | Group=DisabledMeasures 172 | 173 | [MeasureDay5Code] 174 | Disabled=1 175 | Group=DisabledMeasures 176 | 177 | [MeasureLocationInput] 178 | Command1=[!HideMeter LocationInputBorder][!SetOption MeasureLocationInput DefaultValue "$UserInput$"][!SetOption LocationInputOverlay Text "[MeasureLocationInput]"][!UpdateMeter LocationInputOverlay][!SetVariable WOEIDurl "#WOEIDurlPart1#[MeasureLocationInput]#WOEIDurlPart2#"][!HideMeter ErrorText][!ShowMeter CheckingLocationText][!SetVariable PostInputTextY #PostInputTextYError#][!UpdateMeter PostInputText][!UpdateMeasure MeasureLocationWOEID] 179 | 180 | 181 | ; ------------------------------------------------------------------------ 182 | ; METERS 183 | ; ------------------------------------------------------------------------ 184 | 185 | [RetrievingWeather] 186 | Y=45 187 | 188 | 189 | ; ------------------------------------------------------------------------ 190 | ; METERS - Current Conditions 191 | ; ------------------------------------------------------------------------ 192 | 193 | [MeterForecastImage] 194 | 195 | [MeterForecastText] 196 | ClipStringW=110 197 | 198 | [MeterTemp] 199 | 200 | [MeterTempUnit] 201 | 202 | 203 | ; ------------------------------------------------------------------------ 204 | ; METERS - Forecast 205 | ; ------------------------------------------------------------------------ 206 | 207 | [MeterDay1Image] 208 | X=198 209 | Y=39 210 | 211 | [MeterDay1] 212 | 213 | [MeterDay1High] 214 | 215 | [MeterDay1Low] 216 | 217 | [MeterDay2Image] 218 | 219 | [MeterDay2] 220 | 221 | [MeterDay2High] 222 | 223 | [MeterDay2Low] 224 | 225 | [MeterDay3Image] 226 | 227 | [MeterDay3] 228 | 229 | [MeterDay3High] 230 | 231 | [MeterDay3Low] 232 | 233 | [MeterDay4Image] 234 | 235 | [MeterDay4] 236 | 237 | [MeterDay4High] 238 | 239 | [MeterDay4Low] 240 | 241 | [MeterDay5Image] 242 | X=0 243 | Y=0 244 | Group=HiddenMeters 245 | Hidden=1 246 | 247 | [MeterDay5] 248 | X=0 249 | Y=0 250 | Group=HiddenMeters 251 | Hidden=1 252 | 253 | [MeterDay5High] 254 | X=0 255 | Y=0 256 | Group=HiddenMeters 257 | Hidden=1 258 | 259 | [MeterDay5Low] 260 | X=0 261 | Y=0 262 | Group=HiddenMeters 263 | Hidden=1 264 | 265 | 266 | ; ------------------------------------------------------------------------ 267 | ; METERS - Side Labels 268 | ; ------------------------------------------------------------------------ 269 | 270 | [FeelsLikeLabel] 271 | X=0 272 | Y=0 273 | Group=HiddenMeters 274 | Hidden=1 275 | 276 | [WindLabel] 277 | X=0 278 | Y=0 279 | Group=HiddenMeters 280 | Hidden=1 281 | 282 | [VisibilityLabel] 283 | X=0 284 | Y=0 285 | Group=HiddenMeters 286 | Hidden=1 287 | 288 | [BarometerLabel] 289 | X=0 290 | Y=0 291 | Group=HiddenMeters 292 | Hidden=1 293 | 294 | [HumidityLabel] 295 | X=0 296 | Y=0 297 | Group=HiddenMeters 298 | Hidden=1 299 | 300 | [SunriseLabel] 301 | X=0 302 | Y=0 303 | Group=HiddenMeters 304 | Hidden=1 305 | 306 | [SunsetLabel] 307 | X=0 308 | Y=0 309 | Group=HiddenMeters 310 | Hidden=1 311 | 312 | [MeterUpdatedTime] 313 | MeterStyle=StyleTinyText | StyleCenterAlign 314 | X=43 315 | Y=93 316 | Text="%1" 317 | 318 | [MeterLocation] 319 | MeterStyle=StyleTinyText | StyleLeftAlign 320 | X=81 321 | Y=0r 322 | ClipStringW=118 323 | 324 | 325 | ; ------------------------------------------------------------------------ 326 | ; METERS - Side Values 327 | ; ------------------------------------------------------------------------ 328 | 329 | [MeterFeelsLike] 330 | X=0 331 | Y=0 332 | Group=HiddenMeters 333 | Hidden=1 334 | 335 | [MeterWindDirection] 336 | X=0 337 | Y=0 338 | Group=HiddenMeters 339 | Hidden=1 340 | 341 | [MeterWind] 342 | X=0 343 | Y=0 344 | Group=HiddenMeters 345 | Hidden=1 346 | 347 | [MeterVisibility] 348 | X=0 349 | Y=0 350 | Group=HiddenMeters 351 | Hidden=1 352 | 353 | [MeterBarometer] 354 | X=0 355 | Y=0 356 | Group=HiddenMeters 357 | Hidden=1 358 | 359 | [MeterHumidity] 360 | X=0 361 | Y=0 362 | Group=HiddenMeters 363 | Hidden=1 364 | 365 | [MeterSunrise] 366 | X=0 367 | Y=0 368 | Group=HiddenMeters 369 | Hidden=1 370 | 371 | [MeterSunset] 372 | X=0 373 | Y=0 374 | Group=HiddenMeters 375 | Hidden=1 376 | 377 | 378 | ; ------------------------------------------------------------------------ 379 | ; METERS - Refresh overlay 380 | ; ------------------------------------------------------------------------ 381 | 382 | [RefreshBackground] 383 | 384 | [PreButtonText1] 385 | Y=17 386 | 387 | [PreButtonText2] 388 | MeterStyle=StyleTinyText | StyleWhiteText | StyleCenterAlign 389 | 390 | [RefreshButtonEdge] 391 | 392 | [RefreshButton] 393 | Y=([PreButtonText1:Y]+55) 394 | 395 | [RefreshButtonHoverEdge] 396 | 397 | [RefreshButtonCenter] 398 | 399 | [RefreshButtonText] 400 | 401 | 402 | ; ------------------------------------------------------------------------ 403 | ; METERS - Location overlay 404 | ; ------------------------------------------------------------------------ 405 | 406 | [LocationBackground] 407 | LeftMouseUpAction=[!SetVariable PostInputTextY #PostInputTextYRegular#][!UpdateMeter PostInputText][!HideMeterGroup LocationOverlay][!HideMeter CheckingLocationText][!HideMeter ErrorText] 408 | 409 | [PreInputText1] 410 | MeterStyle=StyleTinyText | StyleWhiteText | StyleCenterAlign 411 | Y=10 412 | Text="Enter location using "Zip code," "City, State,"" 413 | 414 | [PreInputText2] 415 | MeterStyle=StyleTinyText | StyleWhiteText | StyleCenterAlign 416 | Y=0R 417 | Text="or "City, Country" formatting." 418 | 419 | [LocationInputOverlayBorder] 420 | Y=([PreInputText1:Y]+43) 421 | 422 | [CheckingLocationText] 423 | MeterStyle=StyleTinyText | StyleWhiteText | StyleCenterAlign | StyleWindowsColorText 424 | Y=2R 425 | Text="Searching for location..." 426 | FontSize=9 427 | 428 | [ErrorText] 429 | MeterStyle=StyleTinyText | StyleCenterAlign | StyleErrorText 430 | Text="Error: Location not found. Please try again." 431 | FontSize=9 432 | 433 | [PostInputText] 434 | MeterStyle=StyleSmallText | StyleWhiteText | StyleCenterAlign 435 | Y=#PostInputTextY# 436 | Text="(Click outside text box to cancel; press "Enter" to confirm.)" 437 | FontSize=8 438 | 439 | [LocationInputBorder] 440 | 441 | [LocationInputOverlay] 442 | -------------------------------------------------------------------------------- /Win10 Widgets/Weather/Weather-Medium.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Weather (medium) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Weather-Large.ini 18 | 19 | [Metadata] 20 | Name=Weather (medium) 21 | Author=TJ Markham 22 | Information=Displays the current/future weather based on IP location or user-supplied zip code. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Weather-Large.ini 28 | BackgroundHeight=101 29 | PostInputTextYRegular=74 30 | PostInputTextYError=82 31 | PostInputTextY=#PostInputTextYRegular# 32 | 33 | 34 | ; ------------------------------------------------------------------------ 35 | ; MEASURES 36 | ; ------------------------------------------------------------------------ 37 | 38 | [MeasureDay1Low] 39 | Disabled=1 40 | Group=DisabledMeasures 41 | 42 | [MeasureDay1LowF] 43 | Disabled=1 44 | Group=DisabledMeasures 45 | 46 | [MeasureDay1LowC] 47 | Disabled=1 48 | Group=DisabledMeasures 49 | 50 | [MeasureDay1High] 51 | Disabled=1 52 | Group=DisabledMeasures 53 | 54 | [MeasureDay1HighF] 55 | Disabled=1 56 | Group=DisabledMeasures 57 | 58 | [MeasureDay1HighC] 59 | Disabled=1 60 | Group=DisabledMeasures 61 | 62 | [MeasureDay2Low] 63 | Disabled=1 64 | Group=DisabledMeasures 65 | 66 | [MeasureDay2LowF] 67 | Disabled=1 68 | Group=DisabledMeasures 69 | 70 | [MeasureDay2LowC] 71 | Disabled=1 72 | Group=DisabledMeasures 73 | 74 | [MeasureDay2High] 75 | Disabled=1 76 | Group=DisabledMeasures 77 | 78 | [MeasureDay2HighF] 79 | Disabled=1 80 | Group=DisabledMeasures 81 | 82 | [MeasureDay2HighC] 83 | Disabled=1 84 | Group=DisabledMeasures 85 | 86 | [MeasureDay3Low] 87 | Disabled=1 88 | Group=DisabledMeasures 89 | 90 | [MeasureDay3LowF] 91 | Disabled=1 92 | Group=DisabledMeasures 93 | 94 | [MeasureDay3LowC] 95 | Disabled=1 96 | Group=DisabledMeasures 97 | 98 | [MeasureDay3High] 99 | Disabled=1 100 | Group=DisabledMeasures 101 | 102 | [MeasureDay3HighF] 103 | Disabled=1 104 | Group=DisabledMeasures 105 | 106 | [MeasureDay3HighC] 107 | Disabled=1 108 | Group=DisabledMeasures 109 | 110 | [MeasureDay4Low] 111 | Disabled=1 112 | Group=DisabledMeasures 113 | 114 | [MeasureDay4LowF] 115 | Disabled=1 116 | Group=DisabledMeasures 117 | 118 | [MeasureDay4LowC] 119 | Disabled=1 120 | Group=DisabledMeasures 121 | 122 | [MeasureDay4High] 123 | Disabled=1 124 | Group=DisabledMeasures 125 | 126 | [MeasureDay4HighF] 127 | Disabled=1 128 | Group=DisabledMeasures 129 | 130 | [MeasureDay4HighC] 131 | Disabled=1 132 | Group=DisabledMeasures 133 | 134 | 135 | ; ------------------------------------------------------------------------ 136 | ; METERS 137 | ; ------------------------------------------------------------------------ 138 | 139 | [RetrievingWeather] 140 | Y=30 141 | 142 | 143 | ; ------------------------------------------------------------------------ 144 | ; METERS - Current Conditions 145 | ; ------------------------------------------------------------------------ 146 | 147 | [MeterForecastImage] 148 | 149 | [MeterForecastText] 150 | 151 | [MeterTemp] 152 | MeterStyle=StyleMediumText 153 | X=-2r 154 | Y=21r 155 | 156 | [MeterTempUnit] 157 | MeterStyle=StyleMediumText 158 | X=-1R 159 | 160 | 161 | ; ------------------------------------------------------------------------ 162 | ; METERS - Forecast 163 | ; ------------------------------------------------------------------------ 164 | 165 | [MeterDay1Image] 166 | 167 | [MeterDay1] 168 | 169 | [MeterDay1High] 170 | X=0 171 | Y=0 172 | Group=HiddenMeters 173 | Hidden=1 174 | 175 | [MeterDay1Low] 176 | X=0 177 | Y=0 178 | Group=HiddenMeters 179 | Hidden=1 180 | 181 | [MeterDay2Image] 182 | 183 | [MeterDay2] 184 | 185 | [MeterDay2High] 186 | X=0 187 | Y=0 188 | Group=HiddenMeters 189 | Hidden=1 190 | 191 | [MeterDay2Low] 192 | X=0 193 | Y=0 194 | Group=HiddenMeters 195 | Hidden=1 196 | 197 | [MeterDay3Image] 198 | 199 | [MeterDay3] 200 | 201 | [MeterDay3High] 202 | X=0 203 | Y=0 204 | Group=HiddenMeters 205 | Hidden=1 206 | 207 | [MeterDay3Low] 208 | X=0 209 | Y=0 210 | Group=HiddenMeters 211 | Hidden=1 212 | 213 | [MeterDay4Image] 214 | 215 | [MeterDay4] 216 | 217 | [MeterDay4High] 218 | X=0 219 | Y=0 220 | Group=HiddenMeters 221 | Hidden=1 222 | 223 | [MeterDay4Low] 224 | X=0 225 | Y=0 226 | Group=HiddenMeters 227 | Hidden=1 228 | 229 | 230 | ; ------------------------------------------------------------------------ 231 | ; METERS - Side Labels 232 | ; ------------------------------------------------------------------------ 233 | 234 | [MeterUpdatedTime] 235 | MeterStyle=StyleTinyText | StyleRightAlign 236 | X=348 237 | Y=77 238 | FontSize=8 239 | 240 | [MeterLocation] 241 | Y=70 242 | 243 | 244 | ; ------------------------------------------------------------------------ 245 | ; METERS - Refresh overlay 246 | ; ------------------------------------------------------------------------ 247 | 248 | [RefreshBackground] 249 | 250 | [PreButtonText1] 251 | Y=9 252 | 253 | [PreButtonText2] 254 | 255 | [RefreshButtonEdge] 256 | 257 | [RefreshButton] 258 | Y=([PreButtonText1:Y]+48) 259 | 260 | [RefreshButtonHoverEdge] 261 | 262 | [RefreshButtonCenter] 263 | 264 | [RefreshButtonText] 265 | 266 | 267 | ; ------------------------------------------------------------------------ 268 | ; METERS - Location overlay 269 | ; ------------------------------------------------------------------------ 270 | 271 | [LocationBackground] 272 | ToolTipText="Enter location using "Zip code," "City, State," or "City, Country" formatting." 273 | 274 | [PreInputText1] 275 | MeterStyle=StyleTinyText | StyleWhiteText | StyleCenterAlign 276 | Y=8 277 | Text="Enter location" 278 | ;("Zip code", "City, State", or "City, Country") 279 | 280 | [PreInputText2] 281 | X=0 282 | Y=0 283 | Group=HiddenMeters 284 | Hidden=1 285 | 286 | [LocationInputOverlayBorder] 287 | Y=([PreInputText1:Y]+24) 288 | 289 | [CheckingLocationText] 290 | 291 | [ErrorText] 292 | 293 | [PostInputText] 294 | 295 | [LocationInputBorder] 296 | 297 | [LocationInputOverlay] 298 | -------------------------------------------------------------------------------- /Win10 Widgets/Weather/Weather-Small.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Weather (small) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Weather-Medium.ini 18 | 19 | [Metadata] 20 | Name=Weather (small) 21 | Author=TJ Markham 22 | Information=Displays the current/future weather based on IP location or user-supplied zip code. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Weather-Medium.ini 28 | BackgroundHeight=77 29 | PostInputTextYRegular=51 30 | PostInputTextYError=58 31 | PostInputTextY=#PostInputTextYRegular# 32 | 33 | 34 | ; ------------------------------------------------------------------------ 35 | ; MEASURES 36 | ; ------------------------------------------------------------------------ 37 | 38 | [MeasureDay4] 39 | Disabled=1 40 | Group=DisabledMeasures 41 | 42 | [MeasureDay4Code] 43 | Disabled=1 44 | Group=DisabledMeasures 45 | 46 | 47 | ; ------------------------------------------------------------------------ 48 | ; METERS 49 | ; ------------------------------------------------------------------------ 50 | 51 | [RetrievingWeather] 52 | Y=21 53 | 54 | 55 | ; ------------------------------------------------------------------------ 56 | ; METERS - Current Conditions 57 | ; ------------------------------------------------------------------------ 58 | 59 | [MeterForecastImage] 60 | X=18 61 | Y=18 62 | W=30 63 | H=30 64 | 65 | [MeterForecastText] 66 | Y=-5r 67 | ClipStringW=128 68 | 69 | [MeterTemp] 70 | MeterStyle=StyleSmallText | StyleWhiteText 71 | X=-4R 72 | Y=0r 73 | Text=", %1" 74 | 75 | [MeterTempUnit] 76 | MeterStyle=StyleSmallText | StyleWhiteText 77 | 78 | 79 | ; ------------------------------------------------------------------------ 80 | ; METERS - Forecast 81 | ; ------------------------------------------------------------------------ 82 | 83 | [MeterDay1Image] 84 | X=238 85 | Y=31 86 | 87 | [MeterDay1] 88 | Y=-19r 89 | 90 | [MeterDay2Image] 91 | 92 | [MeterDay2] 93 | Y=-19r 94 | 95 | [MeterDay3Image] 96 | 97 | [MeterDay3] 98 | Y=-19r 99 | 100 | [MeterDay4Image] 101 | X=0 102 | Y=0 103 | Group=HiddenMeters 104 | Hidden=1 105 | 106 | [MeterDay4] 107 | X=0 108 | Y=0 109 | Group=HiddenMeters 110 | Hidden=1 111 | 112 | 113 | ; ------------------------------------------------------------------------ 114 | ; METERS - Side Labels 115 | ; ------------------------------------------------------------------------ 116 | 117 | [MeterLocation] 118 | X=59 119 | Y=39 120 | ClipStringW=110 121 | 122 | [MeterUpdatedTime] 123 | MeterStyle=StyleTinyText | StyleLeftAlign 124 | X=-1R 125 | Y=0r 126 | FontSize=9 127 | Text="- %1" 128 | 129 | 130 | ; ------------------------------------------------------------------------ 131 | ; METERS - Refresh overlay 132 | ; ------------------------------------------------------------------------ 133 | 134 | [RefreshBackground] 135 | ToolTipText="Connection Error" 136 | 137 | [PreButtonText1] 138 | X=0 139 | Y=0 140 | Group=HiddenMeters 141 | Hidden=1 142 | 143 | [PreButtonText2] 144 | Y=8 145 | 146 | [RefreshButtonEdge] 147 | 148 | [RefreshButton] 149 | Y=34 150 | 151 | [RefreshButtonHoverEdge] 152 | 153 | [RefreshButtonCenter] 154 | 155 | [RefreshButtonText] 156 | 157 | 158 | ; ------------------------------------------------------------------------ 159 | ; METERS - Location overlay 160 | ; ------------------------------------------------------------------------ 161 | 162 | [LocationBackground] 163 | ToolTipText="Enter location using "Zip code," "City, State," or "City, Country" formatting." 164 | 165 | [PreInputText1] 166 | X=0 167 | Y=0 168 | Group=HiddenMeters 169 | Hidden=1 170 | 171 | [LocationInputOverlayBorder] 172 | Y=11 173 | 174 | [CheckingLocationText] 175 | 176 | [ErrorText] 177 | Y=-2R 178 | 179 | [PostInputText] 180 | 181 | [LocationInputBorder] 182 | 183 | [LocationInputOverlay] 184 | -------------------------------------------------------------------------------- /Win10 Widgets/Weather/Weather-Tiny.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Weather (tiny) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See Weather-Small.ini 18 | 19 | [Metadata] 20 | Name=Weather (tiny) 21 | Author=TJ Markham 22 | Information=Displays the current/future weather based on IP location or user-supplied zip code. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=Weather-Small.ini 28 | BackgroundHeight=48 29 | 30 | 31 | ; ------------------------------------------------------------------------ 32 | ; MEASURES 33 | ; ------------------------------------------------------------------------ 34 | 35 | [MeasureInternetConnectivity] 36 | IfTrueAction=[!SetOption RefreshBackground ToolTipText "Connection Error - Connect to internet and try again."] 37 | IfFalseAction=[!SetOption RefreshBackground ToolTipText "Connection Error - Try again in a couple seconds."][!UpdateMeasure #FirstStep#] 38 | 39 | [MeasureLocationWOEID] 40 | OnRegExpErrorAction=[!HideMeter CheckingLocationText][!ShowMeter ErrorText] 41 | 42 | [MeasureDay1] 43 | Disabled=1 44 | Group=DisabledMeasures 45 | 46 | [MeasureDay1Code] 47 | Disabled=1 48 | Group=DisabledMeasures 49 | 50 | [MeasureDay2] 51 | Disabled=1 52 | Group=DisabledMeasures 53 | 54 | [MeasureDay2Code] 55 | Disabled=1 56 | Group=DisabledMeasures 57 | 58 | [MeasureDay3] 59 | Disabled=1 60 | Group=DisabledMeasures 61 | 62 | [MeasureDay3Code] 63 | Disabled=1 64 | Group=DisabledMeasures 65 | 66 | [MeasureLocationInput] 67 | Command1=[!HideMeter LocationInputBorder][!SetOption MeasureLocationInput DefaultValue "$UserInput$"][!SetOption LocationInputOverlay Text "[MeasureLocationInput]"][!UpdateMeter LocationInputOverlay][!SetVariable WOEIDurl "#WOEIDurlPart1#[MeasureLocationInput]#WOEIDurlPart2#"][!HideMeter ErrorText][!HideMeter PostInputText][!ShowMeter CheckingLocationText][!UpdateMeasure MeasureLocationWOEID] 68 | 69 | 70 | ; ------------------------------------------------------------------------ 71 | ; METERS 72 | ; ------------------------------------------------------------------------ 73 | 74 | [RetrievingWeather] 75 | Y=6 76 | 77 | 78 | ; ------------------------------------------------------------------------ 79 | ; METERS - Current Conditions 80 | ; ------------------------------------------------------------------------ 81 | 82 | [MeterForecastImage] 83 | X=15 84 | Y=9 85 | 86 | [MeterForecastText] 87 | Y=4r 88 | ClipStringW=107 89 | 90 | [MeterTemp] 91 | 92 | [MeterTempUnit] 93 | 94 | 95 | ; ------------------------------------------------------------------------ 96 | ; METERS - Forecast 97 | ; ------------------------------------------------------------------------ 98 | 99 | [MeterDay1Image] 100 | X=0 101 | Y=0 102 | Group=HiddenMeters 103 | Hidden=1 104 | 105 | [MeterDay1] 106 | X=0 107 | Y=0 108 | Group=HiddenMeters 109 | Hidden=1 110 | 111 | [MeterDay2Image] 112 | X=0 113 | Y=0 114 | Group=HiddenMeters 115 | Hidden=1 116 | 117 | [MeterDay2] 118 | X=0 119 | Y=0 120 | Group=HiddenMeters 121 | Hidden=1 122 | 123 | [MeterDay3Image] 124 | X=0 125 | Y=0 126 | Group=HiddenMeters 127 | Hidden=1 128 | 129 | [MeterDay3] 130 | X=0 131 | Y=0 132 | Group=HiddenMeters 133 | Hidden=1 134 | 135 | 136 | ; ------------------------------------------------------------------------ 137 | ; METERS - Side Labels 138 | ; ------------------------------------------------------------------------ 139 | 140 | [MeterUpdatedTime] 141 | MeterStyle=StyleTinyText | StyleRightAlign 142 | X=349 143 | Y=15 144 | 145 | [MeterLocation] 146 | MeterStyle=StyleTinyText | StyleRightAlign 147 | X=([MeterUpdatedTime:X]) 148 | Y=0r 149 | ClipStringW=67 150 | DynamicVariables=1 151 | 152 | 153 | ; ------------------------------------------------------------------------ 154 | ; METERS - Refresh overlay 155 | ; ------------------------------------------------------------------------ 156 | 157 | [RefreshBackground] 158 | 159 | [PreButtonText2] 160 | X=0 161 | Y=0 162 | Group=HiddenMeters 163 | Hidden=1 164 | 165 | [RefreshButtonEdge] 166 | 167 | [RefreshButton] 168 | Y=9 169 | 170 | [RefreshButtonHoverEdge] 171 | 172 | [RefreshButtonCenter] 173 | 174 | [RefreshButtonText] 175 | 176 | 177 | ; ------------------------------------------------------------------------ 178 | ; METERS - Location overlay 179 | ; ------------------------------------------------------------------------ 180 | 181 | [LocationBackground] 182 | LeftMouseUpAction=[!HideMeterGroup LocationOverlay][!HideMeter CheckingLocationText][!HideMeter ErrorText] 183 | ToolTipText="Enter location using "Zip code," "City, State," or "City, Country" formatting.#CRLF#(Click outside text box to cancel; press "Enter" to confirm.)" 184 | 185 | [LocationInputOverlayBorder] 186 | Y=3 187 | 188 | [CheckingLocationText] 189 | Y=-3R 190 | FontSize=8 191 | 192 | [ErrorText] 193 | Y=0R 194 | FontSize=8 195 | 196 | [PostInputText] 197 | Y=34 198 | FontSize=7 199 | Text="Click outside text box to cancel; press "Enter" to confirm." 200 | 201 | [LocationInputBorder] 202 | 203 | [LocationInputOverlay] 204 | -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/0.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/1.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/10.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/11.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/12.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/13.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/14.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/15.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/16.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/17.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/18.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/19.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/19.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/2.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/20.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/20.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/21.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/21.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/22.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/22.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/23.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/24.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/25.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/26.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/26.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/27.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/28.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/29.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/3.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/30.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/31.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/32.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/32.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/3200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/3200.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/33.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/34.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/34.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/35.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/36.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/36.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/37.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/38.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/39.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/39.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/4.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/40.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/41.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/42.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/43.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/44.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/45.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/45.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/46.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/47.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/5.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/6.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/7.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/8.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/9.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/WindDirection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Weather/icons/WindDirection.png -------------------------------------------------------------------------------- /Win10 Widgets/Welcome/Welcome-Intro.txt: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Welcome (intro) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | NOTICE: 17 | 18 | Thanks for taking the time to read this! This document is meant to 19 | provide you with a comprehensive introduction to your new desktop. 20 | 21 | For most people, the brief intro video (found here: 22 | http://intro.win10widgets.com/) can be consumed quicker and is a more 23 | useful experience. However, if you don't have a stable internet 24 | connection or simply prefer to read, look ahead to learn more about 25 | what Win10 Widgets can do for you! 26 | 27 | Index: 28 | 29 | About 30 | Welcome Widget 31 | Updates 32 | Donate 33 | Share 34 | Adding/Removing Widgets 35 | Changing Widget Size 36 | Positioning Widgets 37 | Widget Options 38 | Special Widgets 39 | 40 | About: 41 | 42 | Your desk has more on it than a bunch of folders and files, why should 43 | your computer desktop be any different? 44 | 45 | Win10 Widgets transforms your desktop from a collection of folders and 46 | files to a place where you can find all the information you need, when 47 | you need it. Weather, WiFi, battery, music, and more; all available at 48 | a glance. 49 | 50 | Plus it looks cool! Like those futuristic computers you always see in 51 | the movies (we're looking at you, Iron Man and Minority Report). 52 | 53 | Unlike widgets before it, Win10 Widgets blends into the background and 54 | makes the information you need the focus of your experience. By 55 | starting from scratch and engineering each widget with an emphasis on 56 | functional simplicity, Win10 Widgets adapts to you instead of the 57 | other way around. Win10 Widgets works with any wallpaper, any screen 58 | size, and uses your unique Windows 10 accent color to adapt to the 59 | personalized experience you've already created. 60 | 61 | Best of all, there are no programming skills required; everything just 62 | works! 63 | 64 | Welcome Widget: 65 | 66 | The first thing you'll see when you load Win10 Widgets is the Welcome 67 | widget. If you've already closed it, no worries! You can always bring 68 | it back by right-clicking the Rainmeter "raindrop" icon in the 69 | notification area (i.e. system tray), selecting 70 | "Skins" -> "Win10 Widgets" -> "Welcome", and clicking "Welcome.ini". 71 | 72 | The Welcome widget is where you have the option to read this document, 73 | watch an intro video, and/or perform a few other actions that are 74 | outlined below: 75 | 76 | Updates! (the green button) 77 | 78 | The first button (the green one) gives you the ability to receive 79 | notifications about future Win10 Widgets updates, tutorials, and 80 | new widgets as soon as they're released. To subscribe, simply 81 | click the green "Send Me Updates!" button and you will be 82 | redirected to a website where you can sign up. 83 | 84 | The Win10 Widgets privacy policy is simple: 85 | "No spam. No sharing your email. Ever. Period." 86 | 87 | You aren't required to sign up, however it is strongly encouraged. 88 | If you don't sign up, you'll miss out on all the awesome 89 | features coming in the the next version of Win10 Widgets! 90 | 91 | Donate :) (the purple button) 92 | 93 | The second button (the purple one) gives you the ability to donate 94 | to my college fund. If you enjoy my work and are looking for a way 95 | to express your gratitude, please help me pay off my student 96 | loans :) 97 | 98 | You can read more at http://donate.win10widgets.com 99 | 100 | Share! (the blue and red buttons) 101 | 102 | The rest of the buttons (the blue and red ones) give you the 103 | ability to share Win10 Widgets on social media. If you enjoy your 104 | new desktop, please consider sharing it with your friends; I'm 105 | sure they'll appreciate the tip! 106 | 107 | To close the Welcome widget, simply click the "X" in the top right 108 | corner. 109 | 110 | Remember, you can always bring the Welcome widget back by 111 | right-clicking the Rainmeter "raindrop" icon in the notification area 112 | (i.e. system tray), selecting "Skins" -> "Win10 Widgets" -> "Welcome", 113 | and clicking "Welcome.ini". This is useful if you decide at some point 114 | that you'd like to receive updates, donate to my college fund :), or 115 | share Win10 Widgets on social media. 116 | 117 | Adding/Removing Widgets: 118 | 119 | Adding and removing widgets is easy! To add a widget, start by 120 | right-clicking the Rainmeter "raindrop" icon in the notification area 121 | (i.e. system tray) and selecting "Skins" -> "Win10 Widgets". Next, 122 | select the name of the widget you want to add and click the variation 123 | (i.e. size) of your chosen widget to add it to your desktop. 124 | 125 | To remove a widget, simply right-click it and select "Unload skin." 126 | 127 | If, for some reason, you cannot right-click the widget you want to 128 | remove, right-click the Rainmeter "raindrop" icon in the notification 129 | area (i.e. system tray), select the name of the widget you wish to 130 | remove (e.g. "Win10 Widgets/DateTime"), and select "Unload skin." 131 | 132 | Changing Widget Size: 133 | 134 | Each widget offers a selection of various sizes. If you want to change 135 | the size of a widget that is already on your desktop, simply 136 | right-click the widget, select "Variants", and click the size you want 137 | to use. 138 | 139 | If, for some reason, you cannot right-click the widget you want to 140 | resize, right-click the Rainmeter "raindrop" icon in the notification 141 | area (i.e. system tray), select the name of the widget you wish to 142 | resize (e.g. "Win10 Widgets/DateTime"), select "Variants", and click 143 | the size you want to use. 144 | 145 | Positioning Widgets: 146 | 147 | To position a widget, simply click and drag it wherever you like. 148 | Widgets will snap to the edge of your screen, unless this feature has 149 | been disabled. To disable this option, right-click the widget, select 150 | "Settings", and click the "Snap-to-edges" option. The same steps can 151 | be followed to re-enable this option. 152 | 153 | If your widgets aren't able to be dragged, make sure that the Lock 154 | widget isn't in the "locked" state. To "unlock" the lock widget, 155 | simply click it. For more information about the Lock widget, please 156 | see the "Special widgets" section below. 157 | 158 | Widget Options: 159 | 160 | Several widgets offer options that allow you to change how the 161 | information provided by the widget is displayed. These options can be 162 | found by right-clicking on the widget and looking under the header 163 | "Custom skin actions". 164 | 165 | Some examples of these options include: 166 | 167 | - Date/Time widget: 168 | - 12-hour time 169 | - 24-hour time 170 | - HardDrive widget: 171 | - Auto-select drive 172 | - Select from available drives 173 | - WiFi widget: 174 | - Show % signal strength 175 | - Hide % signal strength 176 | - Lock: 177 | - Light icon 178 | - Dark icon 179 | - Help 180 | - Weather: 181 | - Auto-location 182 | - Set location 183 | - Imperial units (F) 184 | - Metric units (C) 185 | - 12-hour time 186 | - 24-hour time 187 | 188 | If, for some reason, you cannot right-click the widget you want to 189 | view the options for, right-click the Rainmeter "raindrop" icon in the 190 | notification area (i.e. system tray), select the name of the widget 191 | you wish to view the options for (e.g. "Win10 Widgets/DateTime"), and 192 | look under the header "Custom skin actions". 193 | 194 | Special Widgets: 195 | 196 | The "Lock" and "LayoutSwitcher" widgets are a little different than 197 | the other Win10 Widgets. If you need assistance with these widgets, 198 | there is a "Help" option that can be found using the steps outlined in 199 | the "Widget options" section above. Depending on the status of your 200 | internet connection, the "Help" option will either direct you to a 201 | YouTube video, or a text file like this one. 202 | 203 | 204 | Thats it! 205 | 206 | If you're still confused, please watch the following video: 207 | http://intro.win10widgets.com 208 | -------------------------------------------------------------------------------- /Win10 Widgets/Welcome/icons/youtubeButtonBlack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Welcome/icons/youtubeButtonBlack.png -------------------------------------------------------------------------------- /Win10 Widgets/Welcome/icons/youtubeButtonRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Welcome/icons/youtubeButtonRed.png -------------------------------------------------------------------------------- /Win10 Widgets/Welcome/icons/youtubeVideo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjmarkham/win10widgets/533b874861f69db778d6fc7cc30ddde01e965793/Win10 Widgets/Welcome/icons/youtubeVideo.png -------------------------------------------------------------------------------- /Win10 Widgets/WiFi/WiFi-Large.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - WiFi (large) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See WiFi-Small.ini 18 | 19 | [Metadata] 20 | Name=WiFi (large) 21 | Author=TJ Markham 22 | Information=Displays the current date and time. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=WiFi-Small.ini 28 | BackgroundHeight=120 29 | 30 | 31 | ; ------------------------------------------------------------------------ 32 | ; METERS - WiFi Icon 33 | ; ------------------------------------------------------------------------ 34 | 35 | [WifiIconDot] 36 | X=(#LeftPadding#+20) 37 | Y=(#TopPadding#+38) 38 | 39 | [WifiIconCurve1] 40 | 41 | [WifiIconCurve2] 42 | 43 | [WifiIconCurve3] 44 | 45 | 46 | ; ------------------------------------------------------------------------ 47 | ; METERS - Open network icon 48 | ; ------------------------------------------------------------------------ 49 | 50 | [WifiOpenLine1] 51 | 52 | [WifiOpenLine2] 53 | 54 | [WifiOpenLine3] 55 | 56 | [WifiOpenLine4] 57 | 58 | [WifiOpenLine5] 59 | 60 | [WifiOpenLine6] 61 | 62 | [WifiOpenLine7] 63 | 64 | [WifiOpenLine8] 65 | 66 | [WifiOpen!] 67 | 68 | [WifiOpenDiagonalLeft] 69 | 70 | [WifiOpenDiagonalRight] 71 | 72 | 73 | ; ------------------------------------------------------------------------ 74 | ; METERS - Text 75 | ; ------------------------------------------------------------------------ 76 | 77 | [WiFiSSID] 78 | X=(#LeftPadding#+30) 79 | MeterStyle=StyleBigText 80 | 81 | [ConnectedLabel] 82 | X=(#LeftPadding#+35) 83 | Y=-6R 84 | 85 | [Security] 86 | 87 | [WiFiPercent] 88 | 89 | [WiFiLabel] 90 | MeterStyle=StyleBigText 91 | 92 | [NotConnectedLabel] 93 | X=10r 94 | -------------------------------------------------------------------------------- /Win10 Widgets/WiFi/WiFi-Medium.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - WiFi (medium) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See WiFi-Small.ini 18 | 19 | [Metadata] 20 | Name=WiFi (medium) 21 | Author=TJ Markham 22 | Information=Displays the current date and time. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=WiFi-Small.ini 28 | BackgroundHeight=86 29 | 30 | 31 | ; ------------------------------------------------------------------------ 32 | ; METERS - WiFi Icon 33 | ; ------------------------------------------------------------------------ 34 | 35 | [WifiIconDot] 36 | X=(#LeftPadding#+20) 37 | Y=(#TopPadding#+30) 38 | 39 | [WifiIconCurve1] 40 | 41 | [WifiIconCurve2] 42 | 43 | [WifiIconCurve3] 44 | 45 | 46 | ; ------------------------------------------------------------------------ 47 | ; METERS - Open network icon 48 | ; ------------------------------------------------------------------------ 49 | 50 | [WifiOpenLine1] 51 | 52 | [WifiOpenLine2] 53 | 54 | [WifiOpenLine3] 55 | 56 | [WifiOpenLine4] 57 | 58 | [WifiOpenLine5] 59 | 60 | [WifiOpenLine6] 61 | 62 | [WifiOpenLine7] 63 | 64 | [WifiOpenLine8] 65 | 66 | [WifiOpen!] 67 | 68 | [WifiOpenDiagonalLeft] 69 | 70 | [WifiOpenDiagonalRight] 71 | 72 | 73 | ; ------------------------------------------------------------------------ 74 | ; METERS - Text 75 | ; ------------------------------------------------------------------------ 76 | 77 | [WiFiSSID] 78 | X=(#LeftPadding#+32) 79 | MeterStyle=StyleMediumText 80 | 81 | [ConnectedLabel] 82 | X=(#LeftPadding#+35) 83 | Y=0R 84 | 85 | [Security] 86 | 87 | [WiFiPercent] 88 | 89 | [WiFiLabel] 90 | MeterStyle=StyleMediumText 91 | 92 | [NotConnectedLabel] 93 | X=2r 94 | -------------------------------------------------------------------------------- /Win10 Widgets/WiFi/WiFi-Small.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - WiFi (small) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - None 18 | 19 | [Rainmeter] 20 | Update=100 21 | DefaultUpdateDivider=-1 22 | ; Context menu option to show signal strength percent 23 | ContextTitle="Show % signal strength" 24 | ContextAction=[!WriteKeyValue WiFiPercent FontColor #SolidGreyText# #CoreFilePath#][!Refresh] 25 | ; Context menu option to hide signal strength percent 26 | ContextTitle2="Hide % signal strength" 27 | ContextAction2=[!WriteKeyValue WiFiPercent FontColor #Transparent# #CoreFilePath#][!Refresh] 28 | 29 | [Metadata] 30 | Name=WiFi (small) 31 | Author=TJ Markham 32 | Information=Displays the current WiFi status. 33 | License=Creative Commons BY-NC-SA 4.0 34 | Version=1.0.0 35 | 36 | [Variables] 37 | @Include1=#@#variables.ini 38 | @Include2=#@#styles.ini 39 | @Include3=#@#background.ini 40 | CoreFilePath=""#CURRENTPATH#WiFi-Small.ini"" 41 | UpdateRate=10 42 | BackgroundHeight=68 43 | LeftPadding=13 44 | TopPadding=10 45 | AutoBorder=1 46 | 47 | 48 | ; ------------------------------------------------------------------------ 49 | ; MEASURES 50 | ; ------------------------------------------------------------------------ 51 | 52 | [MeasureSSID] 53 | ; Returns the SSID of the current WiFi network. 54 | Measure=Plugin 55 | Plugin=WiFiStatus 56 | WiFiInfoType=SSID 57 | OnChangeAction=[!UpdateMeter WiFiSSID] 58 | UpdateDivider=#UpdateRate# 59 | 60 | [MeasureWiFiSecurity] 61 | ; Returns the security type of the current WiFi network (NONE, WEP40, TKIP, AES, WEP104, WPA_GROUP, WEP, or ??? for an unknown algorithm). 62 | ; Controls the secured/open text. 63 | Measure=Plugin 64 | Plugin=WiFiStatus 65 | WiFiInfoType=Encryption 66 | OnChangeAction=[!UpdateMeter Security] 67 | IfMatch=NONE 68 | IfMatchAction=[!SetOption Security Text ", open"][!ShowMeterGroup OpenIcon] 69 | IfNotMatchAction=[!SetOption Security Text ", secured"][!HideMeterGroup OpenIcon] 70 | IfCondition=(MeasureWiFiPercent < 1) 71 | IfTrueAction=[!HideMeterGroup OpenIcon] 72 | UpdateDivider=#UpdateRate# 73 | 74 | [MeasureWiFiPercent] 75 | ; Returns the percent strength the current WiFi signal. 76 | ; Controls the colors of the WiFi icon sections. 77 | Measure=Plugin 78 | Plugin=WiFiStatus 79 | WiFiInfoType=Quality 80 | OnChangeAction=[!UpdateMeter WiFiPercent] 81 | ; 0% 82 | IfCondition=(MeasureWiFiPercent < 1) 83 | IfTrueAction=[!SetOption WifiIconCurve1 LineColor #IconColorInactive#][!SetOption WifiIconCurve2 LineColor #IconColorInactive#][!SetOption WifiIconCurve3 LineColor #IconColorInactive#][!SetOption WifiIconDot LineColor #IconColorInactive#][!HideMeterGroup Connected][!ShowMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 84 | ; 1%-25% 85 | IfCondition2=(MeasureWiFiPercent >= 1) && (MeasureWiFiPercent <= 25) 86 | IfTrueAction2=[!SetOption WifiIconCurve1 LineColor #IconColorInactive#][!SetOption WifiIconCurve2 LineColor #IconColorInactive#][!SetOption WifiIconCurve3 LineColor #IconColorInactive#][!SetOption WifiIconDot LineColor #IconColorActive#][!ShowMeterGroup Connected][!HideMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 87 | ; 26%-50% 88 | IfCondition3=(MeasureWiFiPercent >= 26) && (MeasureWiFiPercent <= 50) 89 | IfTrueAction3=[!SetOption WifiIconCurve1 LineColor #IconColorInactive#][!SetOption WifiIconCurve2 LineColor #IconColorInactive#][!SetOption WifiIconCurve3 LineColor #IconColorActive#][!SetOption WifiIconDot LineColor #IconColorActive#][!ShowMeterGroup Connected][!HideMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 90 | ; 51%-75% 91 | IfCondition4=(MeasureWiFiPercent >= 51) && (MeasureWiFiPercent <= 75) 92 | IfTrueAction4=[!SetOption WifiIconCurve1 LineColor #IconColorInactive#][!SetOption WifiIconCurve2 LineColor #IconColorActive#][!SetOption WifiIconCurve3 LineColor #IconColorActive#][!SetOption WifiIconDot LineColor #IconColorActive#][!ShowMeterGroup Connected][!HideMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 93 | ; 76%-100% 94 | IfCondition5=(MeasureWiFiPercent >= 76) 95 | IfTrueAction5=[!SetOption WifiIconCurve1 LineColor #IconColorActive#][!SetOption WifiIconCurve2 LineColor #IconColorActive#][!SetOption WifiIconCurve3 LineColor #IconColorActive#][!SetOption WifiIconDot LineColor #IconColorActive#][!ShowMeterGroup Connected][!HideMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 96 | UpdateDivider=#UpdateRate# 97 | 98 | [MeasureInternetConnectivity] 99 | ; Returns the status of the internet connection. 100 | Measure=Plugin 101 | Plugin=SysInfo 102 | SysInfoType=INTERNET_CONNECTIVITY 103 | Substitute="-1":"No Internet","1":"Connected" 104 | OnChangeAction=[!UpdateMeter ConnectedLabel] 105 | UpdateDivider=#UpdateRate# 106 | 107 | 108 | ; ------------------------------------------------------------------------ 109 | ; METERS - WiFi Icon 110 | ; ------------------------------------------------------------------------ 111 | 112 | [WifiIconDot] 113 | ; Shows the circle of the WiFi icon. 114 | Meter=Roundline 115 | X=(#LeftPadding#+20) 116 | Y=(#TopPadding#+26) 117 | Group=WifiIcon 118 | AntiAlias=1 119 | LineLength=2.5 120 | LineColor=#IconColorInactive# 121 | Solid=1 122 | 123 | [WifiIconCurve1] 124 | ; Shows the large curve of the WiFi icon. 125 | Meter=Roundline 126 | X=3r 127 | Y=3r 128 | AntiAlias=1 129 | Group=WifiIcon 130 | StartAngle=(Rad(180)) 131 | RotationAngle=(Rad(90)) 132 | LineStart=20.5 133 | LineLength=18.5 134 | LineColor=#IconColorInactive# 135 | Solid=1 136 | 137 | [WifiIconCurve2] 138 | ; Shows the medium curve of the WiFi icon. 139 | Meter=Roundline 140 | X=0r 141 | Y=0r 142 | AntiAlias=1 143 | Group=WifiIcon 144 | StartAngle=(Rad(180)) 145 | RotationAngle=(Rad(90)) 146 | LineStart=15.5 147 | LineLength=13.5 148 | LineColor=#IconColorInactive# 149 | Solid=1 150 | 151 | [WifiIconCurve3] 152 | ; Shows the small curve of the WiFi icon. 153 | Meter=Roundline 154 | X=0r 155 | Y=0r 156 | AntiAlias=1 157 | Group=WifiIcon 158 | StartAngle=(Rad(180)) 159 | RotationAngle=(Rad(90)) 160 | LineStart=10.5 161 | LineLength=8.5 162 | LineColor=#IconColorInactive# 163 | Solid=1 164 | 165 | 166 | ; ------------------------------------------------------------------------ 167 | ; METERS - Open network icon 168 | ; ------------------------------------------------------------------------ 169 | ; The meters below form the "open network" icon. 170 | 171 | [WifiOpenLine1] 172 | Meter=Image 173 | X=([WifiIconDot:X]-20) 174 | Y=([WifiIconDot:Y]-22) 175 | W=11 176 | H=5 177 | SolidColor=#SolidWhite# 178 | Group=OpenIcon 179 | 180 | [WifiOpenLine2] 181 | Meter=Image 182 | X=0r 183 | Y=0R 184 | W=[WifiOpenLine1:W] 185 | H=1 186 | SolidColor=#SolidGreyText# 187 | Group=OpenIcon 188 | 189 | [WifiOpenLine3] 190 | Meter=Image 191 | X=1r 192 | Y=0r 193 | W=([WifiOpenLine2:W]-2) 194 | H=2 195 | SolidColor=#SolidWhite# 196 | Group=OpenIcon 197 | 198 | [WifiOpenLine4] 199 | Meter=Image 200 | X=1r 201 | Y=2r 202 | W=([WifiOpenLine3:W]-2) 203 | H=1 204 | SolidColor=#SolidWhite# 205 | Group=OpenIcon 206 | 207 | [WifiOpenLine5] 208 | Meter=Image 209 | X=1r 210 | Y=1r 211 | W=([WifiOpenLine4:W]-2) 212 | H=1 213 | SolidColor=#SolidWhite# 214 | Group=OpenIcon 215 | 216 | [WifiOpenLine6] 217 | Meter=Image 218 | X=2r 219 | Y=2r 220 | W=([WifiOpenLine5:W]-4) 221 | H=1 222 | SolidColor=#SolidWhite# 223 | Group=OpenIcon 224 | 225 | [WifiOpenLine7] 226 | Meter=Image 227 | X=([WifiOpenLine1:X]+3) 228 | Y=([WifiOpenLine1:Y]-1) 229 | W=5 230 | H=1 231 | SolidColor=#SolidGreyText# 232 | Group=OpenIcon 233 | 234 | [WifiOpenLine8] 235 | Meter=Image 236 | X=1r 237 | Y=0r 238 | W=([WifiOpenLine7:W]-2) 239 | H=11 240 | SolidColor=#SolidWhite# 241 | Group=OpenIcon 242 | 243 | [WifiOpen!] 244 | Meter=String 245 | MeterStyle=StyleSmallText | StyleBlackText 246 | X=([WifiOpenLine1:X]+2) 247 | Y=([WifiOpenLine1:Y]-4) 248 | Group=OpenIcon 249 | Text="!" 250 | FontSize=9 251 | 252 | [WifiOpenDiagonalLeft] 253 | Meter=Image 254 | X=[WifiOpenLine1:X] 255 | Y=([WifiOpenLine1:Y]+6) 256 | W=1 257 | H=7 258 | SolidColor=#SolidWhite# 259 | AntiAlias=1 260 | TransformationMatrix=(Cos(Rad(45)));(-Sin(Rad(45)));(Sin(Rad(45)));(Cos(Rad(45)));([WifiOpenDiagonalLeft:X]-[WifiOpenDiagonalLeft:X]*Cos(Rad(45))-[WifiOpenDiagonalLeft:Y]*Sin(Rad(45)));([WifiOpenDiagonalLeft:Y]-[WifiOpenDiagonalLeft:X]*(-Sin(Rad(45)))-[WifiOpenDiagonalLeft:Y]*Cos(Rad(45))) 261 | Group=OpenIcon 262 | 263 | [WifiOpenDiagonalRight] 264 | Meter=Image 265 | X=([WifiOpenLine1:X]+6) 266 | Y=([WifiOpenLine1:Y]+11) 267 | W=1 268 | H=7 269 | SolidColor=#SolidWhite# 270 | AntiAlias=1 271 | TransformationMatrix=(Cos(Rad(135)));(-Sin(Rad(135)));(Sin(Rad(135)));(Cos(Rad(135)));([WifiOpenDiagonalRight:X]-[WifiOpenDiagonalRight:X]*Cos(Rad(135))-[WifiOpenDiagonalRight:Y]*Sin(Rad(135)));([WifiOpenDiagonalRight:Y]-[WifiOpenDiagonalRight:X]*(-Sin(Rad(135)))-[WifiOpenDiagonalRight:Y]*Cos(Rad(135))) 272 | Group=OpenIcon 273 | 274 | 275 | ; ------------------------------------------------------------------------ 276 | ; METERS - Text 277 | ; ------------------------------------------------------------------------ 278 | 279 | [WiFiSSID] 280 | ; Shows the SSID of the current WiFi network. 281 | Meter=String 282 | MeterStyle=StyleSmallText | StyleWhiteText 283 | MeasureName=MeasureSSID 284 | X=(#LeftPadding#+35) 285 | Y=(#TopPadding#+3) 286 | Group=Connected 287 | Text="%1" 288 | ClipString=2 289 | ClipStringW=(#BackgroundWidth#-55) 290 | DynamicVariables=1 291 | 292 | [ConnectedLabel] 293 | ; Shows the internet connection status. 294 | Meter=String 295 | MeterStyle=StyleSmallText 296 | MeasureName=MeasureInternetConnectivity 297 | X=0r 298 | Y=0R 299 | Group=Connected 300 | Text="%1" 301 | 302 | [Security] 303 | ; Shows if the current WiFi network is secure or not. 304 | Meter=String 305 | MeterStyle=StyleSmallText 306 | X=-4R 307 | Y=0r 308 | Group=Connected 309 | Text="???" 310 | 311 | [WiFiPercent] 312 | ; Shows the percent strength the current WiFi signal. 313 | Meter=String 314 | MeterStyle=StyleSmallText 315 | MeasureName=MeasureWiFiPercent 316 | X=0R 317 | Y=0r 318 | Group=Connected 319 | Text="(%1% signal strength)" 320 | FontColor=178,178,178,255 321 | 322 | [WiFiLabel] 323 | ; Shows "WiFi". 324 | Meter=String 325 | MeterStyle=StyleSmallText | StyleWhiteText 326 | X=(#LeftPadding#+35) 327 | Y=(#TopPadding#+3) 328 | Group=Unconnected 329 | Text="Wi-Fi" 330 | 331 | [NotConnectedLabel] 332 | ; Shows "Not connected". 333 | Meter=String 334 | MeterStyle=StyleSmallText 335 | X=0r 336 | Y=-1R 337 | Group=Unconnected 338 | Text="Not connected" 339 | -------------------------------------------------------------------------------- /Win10 Widgets/WiFi/WiFi-Tiny.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - WiFi (medium) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | ; Known bug(s): 17 | ; - See WiFi-Small.ini 18 | 19 | [Metadata] 20 | Name=WiFi (medium) 21 | Author=TJ Markham 22 | Information=Displays the current date and time. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=WiFi-Small.ini 28 | BackgroundHeight=51 29 | 30 | 31 | ; ------------------------------------------------------------------------ 32 | ; MEASURES 33 | ; ------------------------------------------------------------------------ 34 | 35 | [MeasureWiFiPercent] 36 | ; Returns the percent strength the current WiFi signal. 37 | ; Controls the colors of the WiFi icon sections. 38 | Measure=Plugin 39 | Plugin=WiFiStatus 40 | WiFiInfoType=Quality 41 | OnChangeAction=[!UpdateMeter WiFiPercent] 42 | ; 0% 43 | IfCondition=(MeasureWiFiPercent < 1) 44 | IfTrueAction=[!SetOption WifiIconCurve1 LineColor #IconColorInactive#][!SetOption WifiIconCurve2 LineColor #IconColorInactive#][!SetOption WifiIconCurve3 LineColor #IconColorInactive#][!SetOption WifiIconDot LineColor #IconColorInactive#][!HideMeterGroup ConnectedTiny][!ShowMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 45 | ; 1%-25% 46 | IfCondition2=(MeasureWiFiPercent >= 1) && (MeasureWiFiPercent <= 25) 47 | IfTrueAction2=[!SetOption WifiIconCurve1 LineColor #IconColorInactive#][!SetOption WifiIconCurve2 LineColor #IconColorInactive#][!SetOption WifiIconCurve3 LineColor #IconColorInactive#][!SetOption WifiIconDot LineColor #IconColorActive#][!ShowMeterGroup ConnectedTiny][!HideMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 48 | ; 26%-50% 49 | IfCondition3=(MeasureWiFiPercent >= 26) && (MeasureWiFiPercent <= 50) 50 | IfTrueAction3=[!SetOption WifiIconCurve1 LineColor #IconColorInactive#][!SetOption WifiIconCurve2 LineColor #IconColorInactive#][!SetOption WifiIconCurve3 LineColor #IconColorActive#][!SetOption WifiIconDot LineColor #IconColorActive#][!ShowMeterGroup ConnectedTiny][!HideMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 51 | ; 51%-75% 52 | IfCondition4=(MeasureWiFiPercent >= 51) && (MeasureWiFiPercent <= 75) 53 | IfTrueAction4=[!SetOption WifiIconCurve1 LineColor #IconColorInactive#][!SetOption WifiIconCurve2 LineColor #IconColorActive#][!SetOption WifiIconCurve3 LineColor #IconColorActive#][!SetOption WifiIconDot LineColor #IconColorActive#][!ShowMeterGroup ConnectedTiny][!HideMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 54 | ; 76%-100% 55 | IfCondition5=(MeasureWiFiPercent >= 76) 56 | IfTrueAction5=[!SetOption WifiIconCurve1 LineColor #IconColorActive#][!SetOption WifiIconCurve2 LineColor #IconColorActive#][!SetOption WifiIconCurve3 LineColor #IconColorActive#][!SetOption WifiIconDot LineColor #IconColorActive#][!ShowMeterGroup ConnectedTiny][!HideMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 57 | 58 | 59 | ; ------------------------------------------------------------------------ 60 | ; METERS - WiFi Icon 61 | ; ------------------------------------------------------------------------ 62 | 63 | [WifiIconDot] 64 | Y=(#TopPadding#+22) 65 | 66 | [WifiIconCurve1] 67 | 68 | [WifiIconCurve2] 69 | 70 | [WifiIconCurve3] 71 | 72 | 73 | ; ------------------------------------------------------------------------ 74 | ; METERS - Open network icon 75 | ; ------------------------------------------------------------------------ 76 | 77 | [WifiOpenLine1] 78 | 79 | [WifiOpenLine2] 80 | 81 | [WifiOpenLine3] 82 | 83 | [WifiOpenLine4] 84 | 85 | [WifiOpenLine5] 86 | 87 | [WifiOpenLine6] 88 | 89 | [WifiOpenLine7] 90 | 91 | [WifiOpenLine8] 92 | 93 | [WifiOpen!] 94 | 95 | [WifiOpenDiagonalLeft] 96 | 97 | [WifiOpenDiagonalRight] 98 | 99 | 100 | ; ------------------------------------------------------------------------ 101 | ; METERS - Text 102 | ; ------------------------------------------------------------------------ 103 | 104 | [WiFiSSID] 105 | Y=(#TopPadding#+5) 106 | Group=ConnectedTiny 107 | ClipStringW=(#BackgroundWidth#-205) 108 | 109 | [ConnectedLabel] 110 | Hidden=1 111 | 112 | [Security] 113 | Hidden=1 114 | 115 | [WiFiPercent] 116 | X=([WiFiSSID:X]+[WiFiSSID:W]+2) 117 | Y=[WiFiSSID:Y] 118 | Group=ConnectedTiny 119 | DynamicVariables=1 120 | 121 | [WiFiLabel] 122 | Y=[WiFiSSID:Y] 123 | 124 | [NotConnectedLabel] 125 | X=3R 126 | Y=0r 127 | -------------------------------------------------------------------------------- /version.txt: -------------------------------------------------------------------------------- 1 | 1.0.0 2 | --------------------------------------------------------------------------------