├── .gitattributes ├── version.txt ├── Win10 Widgets ├── @Resources │ ├── utf16.ini │ ├── Weather │ │ └── TWC_WeatherMeasures.inc │ ├── clearContextActions.ini │ ├── theme.ini │ ├── Performance Templates │ │ ├── diskTemplate.ini │ │ ├── memoryTemplate.ini │ │ ├── cpuTemplate.ini │ │ ├── networkTemplate.ini │ │ └── gpuTemplate.ini │ ├── styles.ini │ ├── variables.ini │ ├── systemColors.ini │ └── background.ini ├── Weather │ ├── icons │ │ ├── Dark │ │ │ ├── 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 │ │ │ ├── 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 │ │ │ ├── 3200.png │ │ │ ├── Unbenannt.PNG │ │ │ └── WindDirection.png │ │ └── Light │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ ├── 9.PNG │ │ │ ├── 10.png │ │ │ ├── 11.PNG │ │ │ ├── 12.PNG │ │ │ ├── 13.png │ │ │ ├── 14.png │ │ │ ├── 15.png │ │ │ ├── 16.png │ │ │ ├── 17.png │ │ │ ├── 18.png │ │ │ ├── 19.PNG │ │ │ ├── 20.PNG │ │ │ ├── 21.PNG │ │ │ ├── 22.PNG │ │ │ ├── 23.png │ │ │ ├── 24.png │ │ │ ├── 25.png │ │ │ ├── 26.PNG │ │ │ ├── 27.png │ │ │ ├── 28.png │ │ │ ├── 29.png │ │ │ ├── 30.png │ │ │ ├── 31.png │ │ │ ├── 32.PNG │ │ │ ├── 33.png │ │ │ ├── 34.PNG │ │ │ ├── 35.png │ │ │ ├── 36.PNG │ │ │ ├── 37.png │ │ │ ├── 38.png │ │ │ ├── 39.PNG │ │ │ ├── 40.png │ │ │ ├── 41.png │ │ │ ├── 42.png │ │ │ ├── 43.png │ │ │ ├── 44.png │ │ │ ├── 45.PNG │ │ │ ├── 46.png │ │ │ ├── 47.png │ │ │ ├── 3200.png │ │ │ └── WindDirection.png │ ├── Weather-Tiny.ini │ ├── Weather-Small.ini │ ├── Weather-Medium.ini │ └── Weather-Large.ini ├── Welcome │ ├── icons │ │ ├── youtubeVideo.png │ │ ├── youtubeButtonRed.png │ │ └── youtubeButtonBlack.png │ └── Welcome-Intro.txt ├── Volume │ ├── Volume-Small.ini │ ├── Volume-Tiny.ini │ └── Volume-Large.ini ├── Performance - GPU │ ├── GPU-Tiny.ini │ ├── GPU-Small.ini │ ├── GPU-Medium.ini │ └── GPU-Large.ini ├── Performance - Memory │ ├── Memory-Tiny.ini │ ├── Memory-Small.ini │ ├── Memory-Medium.ini │ └── Memory-Large.ini ├── Performance - CPU │ ├── CPU-Small.ini │ ├── CPU-Medium.ini │ ├── CPU-Large.ini │ └── CPU-Tiny.ini ├── Performance - Network │ ├── Network-Small.ini │ ├── Network-Medium.ini │ ├── Network-Large.ini │ └── Network-Tiny.ini ├── DateTime │ ├── DateTime-Tiny.ini │ ├── DateTime-Medium.ini │ ├── DateTime-Small.ini │ └── DateTime-Large.ini ├── Battery │ ├── Battery-Medium.ini │ └── Battery-Small.ini ├── Lock │ ├── Lock-Tiny.ini │ ├── Lock-Large.ini │ ├── Lock-Medium.ini │ ├── Lock-Help.txt │ └── Lock-Small.ini ├── Performance - Disk │ ├── Disk-Small.ini │ ├── Disk-Medium.ini │ ├── Disk-Tiny.ini │ └── Disk-Large.ini ├── Spotify │ └── Spotify-Large.ini ├── HardDrive │ ├── HardDrive-Small.ini │ ├── HardDrive-Medium.ini │ └── HardDrive-Large.ini ├── WiFi │ ├── WiFi-Large.ini │ ├── WiFi-Medium.ini │ ├── WiFi-Tiny.ini │ └── WiFi-Small.ini ├── LayoutSwitcher │ ├── LayoutSwitcher-Medium.ini │ ├── LayoutSwitcher-Tiny.ini │ ├── LayoutSwitcher-Large.ini │ └── LayoutSwitcher-Help.txt └── Performance - Combo │ ├── Combo-Wide.ini │ ├── Combo-Thin.ini │ └── Combo.ini ├── README.md └── LICENSE /.gitattributes: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /version.txt: -------------------------------------------------------------------------------- 1 | 1.0.1 2 | -------------------------------------------------------------------------------- /Win10 Widgets/@Resources/utf16.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/@Resources/utf16.ini -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/0.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/1.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/10.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/11.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/12.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/13.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/14.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/15.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/16.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/17.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/18.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/19.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/19.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/2.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/20.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/20.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/21.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/21.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/22.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/22.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/23.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/24.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/25.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/26.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/26.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/27.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/28.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/29.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/3.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/30.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/31.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/32.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/32.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/33.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/34.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/34.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/35.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/36.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/36.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/37.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/38.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/39.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/39.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/4.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/40.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/41.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/42.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/43.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/44.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/45.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/45.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/46.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/47.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/5.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/6.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/7.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/8.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/9.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/0.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/1.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/2.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/3.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/4.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/5.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/6.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/7.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/8.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/9.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/3200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/3200.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/10.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/11.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/12.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/13.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/14.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/15.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/16.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/17.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/18.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/19.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/19.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/20.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/20.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/21.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/21.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/22.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/22.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/23.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/24.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/25.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/26.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/26.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/27.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/28.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/29.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/30.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/31.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/32.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/32.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/33.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/34.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/34.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/35.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/36.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/36.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/37.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/38.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/39.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/39.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/40.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/41.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/42.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/43.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/44.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/45.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/45.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/46.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/47.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/3200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/3200.png -------------------------------------------------------------------------------- /Win10 Widgets/Welcome/icons/youtubeVideo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Welcome/icons/youtubeVideo.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/Unbenannt.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/Unbenannt.PNG -------------------------------------------------------------------------------- /Win10 Widgets/Welcome/icons/youtubeButtonRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Welcome/icons/youtubeButtonRed.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Dark/WindDirection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Dark/WindDirection.png -------------------------------------------------------------------------------- /Win10 Widgets/Weather/icons/Light/WindDirection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Weather/icons/Light/WindDirection.png -------------------------------------------------------------------------------- /Win10 Widgets/Welcome/icons/youtubeButtonBlack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/Welcome/icons/youtubeButtonBlack.png -------------------------------------------------------------------------------- /Win10 Widgets/@Resources/Weather/TWC_WeatherMeasures.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinhThienDX/win10widgets/HEAD/Win10 Widgets/@Resources/Weather/TWC_WeatherMeasures.inc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # win10widgets 2 | Widgets for Windows 10 http://win10widgets.com modified 3 | 4 | ## Added/Fixed features to the original 5 | - GPU Widget 6 | - Cryptocurrencies Widget 7 | - Fixed Spotify 8 | - More options to the Network Widget 9 | - CPU/GPU Temperature Measure 10 | - A Light Theme 11 | - Fixed Weather 12 | - And so much more 13 | 14 | ## HWiNFO64 not working with CPU/GPU Temps? 15 | Fear not because [a hero](https://github.com/ffpp2003) saved the day [here](https://github.com/MinhThienDX/win10widgets/issues/44#issuecomment-854718435) 16 | 17 | ## Requirements 18 | 19 | - Rainmeter 20 | - Spicetify and WebNowPlaying if you want to use Spotify 21 | - SpeedFan, HWiNFO, Core Temp and/or MSI Afterburner if you want to get the CPU/GPU Temperature 22 | 23 | ## Credits 24 | 25 | - TJMarkham ( original author ) 26 | - khansas ( Spicetify ) 27 | - Eclectic-Tech ( Weather Patch ) 28 | - And various contributors from all over GitHub 29 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 MinhThienDX 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /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=#tinyHeight# 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=#tiniestHeight# 29 | TopPadding=7 30 | 31 | [VolumePercent] 32 | Y=14 33 | FontSize=11 34 | -------------------------------------------------------------------------------- /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=#mediumHeight# 29 | TopPadding=52 30 | 31 | [VolumeDevice] 32 | MeterStyle=StyleMediumText 33 | H=35 34 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - GPU/GPU-Tiny.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - GPU (tiny) 10 | ; Author - TJ Markham, http://tjmarkham.com 11 | ; Website - http://win10widgets.com 12 | ; Donate - http://donate.win10widgets.com 13 | ; 14 | ; ------------------------------------------------------------------------ 15 | 16 | [Rainmeter] 17 | Update=100 18 | DefaultUpdateDivider=-1 19 | 20 | [Metadata] 21 | Name=GPU (tiny) 22 | Author=TJ Markham 23 | Information=Displays GPU information. 24 | License=Creative Commons BY-NC-SA 4.0 25 | Version=1.0.0 26 | 27 | [Variables] 28 | @Include1="#@#Performance Templates\performanceTemplateX4.ini" 29 | @Include2="#@#Performance Templates\gpuTemplate.ini" 30 | CoreFilePath=""#CURRENTPATH#GPU-Tiny.ini"" 31 | BackgroundHeight=#tinyHeight# 32 | AutoBorder=1 33 | -------------------------------------------------------------------------------- /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=#tinyHeight# 35 | AutoBorder=1 36 | -------------------------------------------------------------------------------- /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=#smallHeight# 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 - GPU/GPU-Small.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - GPU (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 GPU-Tiny.ini 18 | 19 | [Metadata] 20 | Name=GPU (small) 21 | Author=RCSwift 22 | Information=Displays GPU information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=GPU-Tiny.ini 28 | BackgroundHeight=#smallHeight# 29 | GraphWidth=339 30 | GraphTopPadding5=40 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label5] 38 | X=10 39 | Y=10 40 | 41 | [Value5] 42 | FontSize=11 43 | X=5R 44 | Y=0r 45 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - GPU/GPU-Medium.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - GPU (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 GPU-Tiny.ini 18 | 19 | [Metadata] 20 | Name=GPU (medium) 21 | Author=RCSwift 22 | Information=Displays GPU information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=GPU-Small.ini 28 | BackgroundHeight=#mediumHeight# 29 | GraphHeight=60 30 | GraphTopPadding5=46 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label5] 38 | MeterStyle=StyleMediumText 39 | X=8 40 | Y=6 41 | 42 | [Value5] 43 | Y=7r 44 | -------------------------------------------------------------------------------- /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=#mediumHeight# 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 - 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=#smallHeight# 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-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=#mediumHeight# 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 - 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=#smallHeight# 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-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=#mediumHeight# 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/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=#tiniestHeight# 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/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=#largeHeight# 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=#ForegroundFaintColor# 48 | -------------------------------------------------------------------------------- /Win10 Widgets/Performance - GPU/GPU-Large.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - GPU (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 GPU-Tiny.ini 18 | 19 | [Metadata] 20 | Name=GPU (large) 21 | Author=RCSwift 22 | Information=Displays GPU information. 23 | License=Creative Commons BY-NC-SA 4.0 24 | Version=1.0.0 25 | 26 | [Variables] 27 | @Include=GPU-Medium.ini 28 | BackgroundHeight=#largeHeight# 29 | GraphHeight=80 30 | GraphTopPadding5=74 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; METERS 35 | ; ------------------------------------------------------------------------ 36 | 37 | [Label5] 38 | MeterStyle=StyleBigText 39 | X=5 40 | Y=4 41 | 42 | [Value5] 43 | MeterStyle=StyleMediumText 44 | X=0R 45 | Y=16r 46 | FontSize=18 47 | FontColor=#ForegroundFaintColor# 48 | -------------------------------------------------------------------------------- /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=#largeHeight# 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=#ForegroundFaintColor# 49 | -------------------------------------------------------------------------------- /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=#largeHeight# 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=#ForegroundFaintColor# 49 | -------------------------------------------------------------------------------- /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=#tinyHeight# 39 | AutoBorder=1 40 | -------------------------------------------------------------------------------- /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=#tinyHeight# 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/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/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/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=#smallHeight# 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-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=#mediumHeight# 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/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 | ShowIfSpotifyClosed=1 31 | 32 | 33 | ; ------------------------------------------------------------------------ 34 | ; MEASURES 35 | ; ------------------------------------------------------------------------ 36 | 37 | [MeasureCover] 38 | ;Res: 60, 85, 120, 300 or 640. Defaults to 300. 39 | Res=640 40 | 41 | 42 | ; ------------------------------------------------------------------------ 43 | ; METERS 44 | ; ------------------------------------------------------------------------ 45 | 46 | [MeterDefaultCoverBackground] 47 | W=(#BackgroundWidth#-2) 48 | 49 | [MeterDefaultCoverForeground] 50 | X=181 51 | LineStart=133 52 | LineLength=41 53 | 54 | [MeterTime] 55 | X=(#BackgroundWidth#-5) 56 | 57 | [MeterTimeOff] 58 | X=(#BackgroundWidth#-5) 59 | 60 | [MeterCover] 61 | -------------------------------------------------------------------------------- /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=#tinyHeight# 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/@Resources/theme.ini: -------------------------------------------------------------------------------- 1 | ; ------------------------------------------------------------------------ 2 | ; _ ___ _______ _ ___ __ __ 3 | ; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______ 4 | ; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/ 5 | ; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ ) 6 | ; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/ 7 | ; /____/ 8 | ; 9 | ; Win10 Widgets for Rainmeter - Theme 10 | ; Author - Kablion - ErenAKGUN2007 11 | ; 12 | ; ------------------------------------------------------------------------ 13 | 14 | ; About: 15 | ; Sets skin's theme as same as Windows 16 | ; 17 | 18 | [MeasureIsSkinLightTheme] 19 | Measure=String 20 | String=#BackgroundThemeName# 21 | Substitute="Light":"1","Dark":"0" 22 | UpdateDivider=1 23 | 24 | [MeasureIsWindowsLightTheme] 25 | Measure=Registry 26 | RegHKey=HKEY_CURRENT_USER 27 | RegKey=Software\Microsoft\Windows\CurrentVersion\Themes\Personalize 28 | RegValue=SystemUsesLightTheme 29 | IfCondition=([MeasureIsWindowsLightTheme] = 1) && ([MeasureIsSkinLightTheme] = 0) 30 | IfTrueAction=[!WriteKeyValue Variables BackgroundThemeName "Light" #VariablesFilePath#][!WriteKeyValue Variables ForegroundThemeName "Dark" #VariablesFilePath#][!WriteKeyValue Variables BackgroundColorName "White" #VariablesFilePath#][!WriteKeyValue Variables ForegroundColorName "Black" #VariablesFilePath#][!RefreshApp] 31 | IfCondition2=([MeasureIsWindowsLightTheme] = 0) && ([MeasureIsSkinLightTheme] = 1) 32 | IfTrueAction2=[!WriteKeyValue Variables BackgroundThemeName "Dark" #VariablesFilePath#][!WriteKeyValue Variables ForegroundThemeName "Light" #VariablesFilePath#][!WriteKeyValue Variables BackgroundColorName "Black" #VariablesFilePath#][!WriteKeyValue Variables ForegroundColorName "White" #VariablesFilePath#][!RefreshApp] 33 | DynamicVariables=1 34 | UpdateDivider=1 35 | 36 | [Variables] 37 | VariablesFilePath=""#@#variables.ini"" 38 | -------------------------------------------------------------------------------- /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=#tiniestHeight# 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/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=#largeHeight# 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=#ForegroundFaintColor# 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/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=#tinyHeight# 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/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 | ContextTitle3="Network: Bits/sec" 23 | ContextAction3=[!WriteKeyValue Variables NetworkUnitMultiplier 8 #VariablesFilePath#][!WriteKeyValue Variables NetworkKBUnit "Kb" #VariablesFilePath#][!WriteKeyValue Variables NetworkMBUnit "Mb" #VariablesFilePath#][!WriteKeyValue Variables NetworkGBUnit "Gb" #VariablesFilePath#][!Refresh] 24 | ContextTitle4="Network: Bytes/sec" 25 | ContextAction4=[!WriteKeyValue Variables NetworkUnitMultiplier 1 #VariablesFilePath#][!WriteKeyValue Variables NetworkKBUnit "KB" #VariablesFilePath#][!WriteKeyValue Variables NetworkMBUnit "MB" #VariablesFilePath#][!WriteKeyValue Variables NetworkGBUnit "GB" #VariablesFilePath#][!Refresh] 26 | ContextTitle5="-" 27 | ContextTitle6="Display: Bps" 28 | ContextAction6=[!WriteKeyValue Variables NetworkPerSec "ps" #VariablesFilePath#][!Refresh] 29 | ContextTitle7="Display: B/s" 30 | ContextAction7=[!WriteKeyValue Variables NetworkPerSec "/s" #VariablesFilePath#][!Refresh] 31 | [Metadata] 32 | Name=Network (tiny) 33 | Author=TJ Markham 34 | Information=Displays network information. 35 | License=Creative Commons BY-NC-SA 4.0 36 | Version=1.0.0 37 | 38 | [Variables] 39 | @Include1="#@#Performance Templates\performanceTemplateX4.ini" 40 | @Include2="#@#Performance Templates\networkTemplate.ini" 41 | CoreFilePath=""#CURRENTPATH#Network-Tiny.ini"" 42 | VariablesFilePath=""#@#variables.ini"" 43 | BackgroundHeight=#tinyHeight# 44 | AutoBorder=1 45 | -------------------------------------------------------------------------------- /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=#smallHeight# 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=([TimeHour2:Y] + [TimeHour2:H]) 73 | 74 | [TimeAMPM] 75 | MeterStyle=StyleSmallText | StyleCenterAlign 76 | X=([TimeSecond2:W] > 0 ? ([TimeSecond2:X] + [TimeSecond2:W]) : ([TimeMinute2:X] + [TimeMinute2:W])) + 15 77 | Y=([TimeSecond2:Y]+10) 78 | FontSize=11 79 | -------------------------------------------------------------------------------- /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=UsageMonitor 36 | Category=LogicalDisk 37 | Counter="% Disk Time" 38 | Name=#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 < 100 ? MeasureDisk : 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/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=#tinyHeight# 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=([TimeHour2:Y] + [TimeHour2:H]) 81 | 82 | [TimeAMPM] 83 | X=([TimeSecond2:W] > 0 ? ([TimeSecond2:X] + [TimeSecond2:W]) : ([TimeMinute2:X] + [TimeMinute2:W])) + 12 84 | Y=([TimeSecond2:Y]+3) 85 | W=27 86 | FontSize=9 87 | -------------------------------------------------------------------------------- /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=#mediumHeight# 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=#smallHeight# 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/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/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=#tinyHeight# 29 | BackgroundWidth=950 30 | FirstColumnLeftPadding=11 31 | SecondColumnLeftPadding=160 32 | ThirdColumnLeftPadding=370 33 | FourthColumnLeftPadding=540 34 | FifthColumnLeftPadding=750 35 | FirstRowTopPadding=11 36 | ; CPU Variables 37 | GraphLeftPadding1=#FirstColumnLeftPadding# 38 | GraphTopPadding1=#FirstRowTopPadding# 39 | ; Memory Variables 40 | GraphLeftPadding2=#SecondColumnLeftPadding# 41 | GraphTopPadding2=#FirstRowTopPadding# 42 | ; Disk Variables 43 | GraphLeftPadding3=#ThirdColumnLeftPadding# 44 | GraphTopPadding3=#FirstRowTopPadding# 45 | ; Network Variables 46 | GraphLeftPadding4=#FourthColumnLeftPadding# 47 | GraphTopPadding4=#FirstRowTopPadding# 48 | ; GPU Variables 49 | GraphLeftPadding5=#FifthColumnLeftPadding# 50 | GraphTopPadding5=#FirstRowTopPadding# 51 | 52 | 53 | ; ------------------------------------------------------------------------ 54 | ; METERS - Disk Selector 55 | ; ------------------------------------------------------------------------ 56 | 57 | [HDSelectBackground] 58 | 59 | [A:] 60 | X=232 61 | 62 | [B:] 63 | 64 | [C:] 65 | 66 | [D:] 67 | 68 | [E:] 69 | 70 | [F:] 71 | 72 | [G:] 73 | 74 | [H:] 75 | 76 | [I:] 77 | 78 | [J:] 79 | 80 | [K:] 81 | 82 | [L:] 83 | 84 | [M:] 85 | 86 | [N:] 87 | 88 | [O:] 89 | 90 | [P:] 91 | 92 | [Q:] 93 | 94 | [R:] 95 | 96 | [S:] 97 | 98 | [T:] 99 | 100 | [U:] 101 | 102 | [V:] 103 | 104 | [W:] 105 | 106 | [X:] 107 | 108 | [Y:] 109 | 110 | [Z:] 111 | -------------------------------------------------------------------------------- /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/@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/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=262 29 | BackgroundWidth=#smallWidth# 30 | FirstColumnLeftPadding=11 31 | FirstRowTopPadding=11 32 | SecondRowTopPadding=61 33 | ThirdRowTopPadding=111 34 | FourthRowTopPadding=161 35 | FifthRowTopPadding=211 36 | ; CPU Variables 37 | GraphLeftPadding1=#FirstColumnLeftPadding# 38 | GraphTopPadding1=#FirstRowTopPadding# 39 | ; Memory Variables 40 | GraphLeftPadding2=#FirstColumnLeftPadding# 41 | GraphTopPadding2=#SecondRowTopPadding# 42 | ; Disk Variables 43 | GraphLeftPadding3=#FirstColumnLeftPadding# 44 | GraphTopPadding3=#ThirdRowTopPadding# 45 | ; Network Variables 46 | GraphLeftPadding4=#FirstColumnLeftPadding# 47 | GraphTopPadding4=#FourthRowTopPadding# 48 | ; GPU Variables 49 | GraphLeftPadding5=#FirstColumnLeftPadding# 50 | GraphTopPadding5=#FifthRowTopPadding# 51 | 52 | 53 | ; ------------------------------------------------------------------------ 54 | ; METERS - Disk Selector 55 | ; ------------------------------------------------------------------------ 56 | 57 | [HDSelectBackground] 58 | 59 | [A:] 60 | X=37 61 | Y=60 62 | 63 | [B:] 64 | 65 | [C:] 66 | 67 | [D:] 68 | 69 | [E:] 70 | 71 | [F:] 72 | 73 | [G:] 74 | 75 | [H:] 76 | X=([A::X]+11) 77 | Y=([A::H]+[A::Y]+1) 78 | Group=HDSelect | NewLine 79 | DynamicVariables=1 80 | 81 | [I:] 82 | 83 | [J:] 84 | 85 | [K:] 86 | 87 | [L:] 88 | 89 | [M:] 90 | 91 | [N:] 92 | X=1R 93 | Y=0r 94 | Group=HDSelect 95 | 96 | [O:] 97 | X=([H::X]+11) 98 | Y=([H::H]+[H::Y]+1) 99 | Group=HDSelect | NewLine 100 | DynamicVariables=1 101 | 102 | [P:] 103 | 104 | [Q:] 105 | 106 | [R:] 107 | 108 | [S:] 109 | 110 | [T:] 111 | 112 | [U:] 113 | 114 | [V:] 115 | X=([P::X]+11) 116 | Y=([O::H]+[O::Y]+1) 117 | Group=HDSelect | NewLine 118 | DynamicVariables=1 119 | 120 | [W:] 121 | 122 | [X:] 123 | 124 | [Y:] 125 | 126 | [Z:] 127 | -------------------------------------------------------------------------------- /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=#tiniestHeight# 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 | StyleForegroundText 103 | Y=(#TopPadding#+23) 104 | 105 | [Percent] 106 | MeterStyle=StyleSmallText | StyleForegroundText 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/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-ExtraLarge.ini 18 | 19 | [Metadata] 20 | Name=Weather (tiny) 21 | Author=Eclectic Tech, Kablion (based on Win10 Widgets by 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.2019.05.19 25 | 26 | [Variables] 27 | @Include=Weather-Small.ini 28 | BackgroundHeight=#tiniestHeight# 29 | 30 | 31 | ; ------------------------------------------------------------------------ 32 | ; METERS 33 | ; ------------------------------------------------------------------------ 34 | 35 | [RetrievingWeather] 36 | Y=6 37 | 38 | 39 | ; ------------------------------------------------------------------------ 40 | ; METERS - Current Conditions 41 | ; ------------------------------------------------------------------------ 42 | 43 | [MeterForecastImage] 44 | X=15 45 | Y=9 46 | 47 | [MeterForecastText] 48 | Y=4r 49 | ClipStringW=107 50 | 51 | [MeterTemp] 52 | 53 | [MeterTempUnit] 54 | 55 | 56 | ; ------------------------------------------------------------------------ 57 | ; METERS - Forecast 58 | ; ------------------------------------------------------------------------ 59 | 60 | [MeterDay1Image] 61 | X=0 62 | Y=0 63 | Group=HiddenMeters 64 | Hidden=1 65 | 66 | [MeterDay1] 67 | X=0 68 | Y=0 69 | Group=HiddenMeters 70 | Hidden=1 71 | 72 | [MeterDay2Image] 73 | X=0 74 | Y=0 75 | Group=HiddenMeters 76 | Hidden=1 77 | 78 | [MeterDay2] 79 | X=0 80 | Y=0 81 | Group=HiddenMeters 82 | Hidden=1 83 | 84 | [MeterDay3Image] 85 | X=0 86 | Y=0 87 | Group=HiddenMeters 88 | Hidden=1 89 | 90 | [MeterDay3] 91 | X=0 92 | Y=0 93 | Group=HiddenMeters 94 | Hidden=1 95 | 96 | 97 | ; ------------------------------------------------------------------------ 98 | ; METERS - Side Labels 99 | ; ------------------------------------------------------------------------ 100 | 101 | [MeterUpdatedTime] 102 | MeterStyle=StyleTinyText | StyleRightAlign 103 | X=349 104 | Y=15 105 | 106 | [MeterLocation] 107 | MeterStyle=StyleTinyText | StyleRightAlign 108 | X=([MeterUpdatedTime:X]) 109 | Y=0r 110 | ClipStringW=120 111 | ;67 112 | DynamicVariables=1 113 | 114 | 115 | ; ------------------------------------------------------------------------ 116 | ; METERS - Refresh overlay 117 | ; ------------------------------------------------------------------------ 118 | 119 | [RefreshBackground] 120 | 121 | [PreButtonText2] 122 | X=0 123 | Y=0 124 | Group=HiddenMeters 125 | Hidden=1 126 | 127 | [RefreshButtonEdge] 128 | 129 | [RefreshButton] 130 | Y=9 131 | 132 | [RefreshButtonHoverEdge] 133 | 134 | [RefreshButtonCenter] 135 | 136 | [RefreshButtonText] 137 | 138 | 139 | -------------------------------------------------------------------------------- /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/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-ExtraLarge.ini 18 | 19 | [Metadata] 20 | Name=Weather (small) 21 | Author=Eclectic Tech, Kablion (based on Win10 Widgets by 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.2019.05.19 25 | 26 | [Variables] 27 | @Include=Weather-Medium.ini 28 | BackgroundHeight=#smallHeight# 29 | PostInputTextYRegular=51 30 | PostInputTextYError=58 31 | PostInputTextY=#PostInputTextYRegular# 32 | 33 | 34 | ; ------------------------------------------------------------------------ 35 | ; METERS 36 | ; ------------------------------------------------------------------------ 37 | 38 | [RetrievingWeather] 39 | Y=21 40 | 41 | 42 | ; ------------------------------------------------------------------------ 43 | ; METERS - Current Conditions 44 | ; ------------------------------------------------------------------------ 45 | 46 | [MeterForecastImage] 47 | X=18 48 | Y=18 49 | W=30 50 | H=30 51 | 52 | [MeterForecastText] 53 | Y=-5r 54 | ClipStringW=128 55 | 56 | [MeterTemp] 57 | MeterStyle=StyleSmallText | StyleForegroundText 58 | X=-4R 59 | Y=0r 60 | Text=", %1" 61 | 62 | [MeterTempUnit] 63 | MeterStyle=StyleSmallText | StyleForegroundText 64 | 65 | 66 | ; ------------------------------------------------------------------------ 67 | ; METERS - Forecast 68 | ; ------------------------------------------------------------------------ 69 | 70 | [MeterDay1Image] 71 | X=238 72 | Y=31 73 | 74 | [MeterDay1] 75 | Y=-19r 76 | 77 | [MeterDay2Image] 78 | 79 | [MeterDay2] 80 | Y=-19r 81 | 82 | [MeterDay3Image] 83 | 84 | [MeterDay3] 85 | Y=-19r 86 | 87 | [MeterDay4Image] 88 | X=0 89 | Y=0 90 | Group=HiddenMeters 91 | Hidden=1 92 | 93 | [MeterDay4] 94 | X=0 95 | Y=0 96 | Group=HiddenMeters 97 | Hidden=1 98 | 99 | 100 | ; ------------------------------------------------------------------------ 101 | ; METERS - Side Labels 102 | ; ------------------------------------------------------------------------ 103 | 104 | [MeterLocation] 105 | X=59 106 | Y=39 107 | ClipStringW=110 108 | 109 | [MeterUpdatedTime] 110 | X=0 111 | Y=0 112 | Group=HiddenMeters 113 | Hidden=1 114 | 115 | 116 | ; ------------------------------------------------------------------------ 117 | ; METERS - Refresh overlay 118 | ; ------------------------------------------------------------------------ 119 | 120 | [RefreshBackground] 121 | ToolTipText="Connection Error" 122 | 123 | [PreButtonText1] 124 | X=0 125 | Y=0 126 | Group=HiddenMeters 127 | Hidden=1 128 | 129 | [PreButtonText2] 130 | Y=8 131 | 132 | [RefreshButtonEdge] 133 | 134 | [RefreshButton] 135 | Y=34 136 | 137 | [RefreshButtonHoverEdge] 138 | 139 | [RefreshButtonCenter] 140 | 141 | [RefreshButtonText] 142 | 143 | 144 | -------------------------------------------------------------------------------- /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 | ContextTitle3="Network: Bits/sec" 24 | ContextAction3=[!WriteKeyValue Variables NetworkUnitMultiplier 8 #CoreFilePath#][!WriteKeyValue Variables NetworkKBUnit "Kbps" #CoreFilePath#][!WriteKeyValue Variables NetworkMBUnit "Mbps" #CoreFilePath#][!WriteKeyValue Variables NetworkGBUnit "Gbps" #CoreFilePath#][!Refresh] 25 | ContextTitle4="Network: Bytes/sec" 26 | ContextAction4=[!WriteKeyValue Variables NetworkUnitMultiplier 1 #CoreFilePath#][!WriteKeyValue Variables NetworkKBUnit "KBps" #CoreFilePath#][!WriteKeyValue Variables NetworkMBUnit "MBps" #CoreFilePath#][!WriteKeyValue Variables NetworkGBUnit "GBps" #CoreFilePath#][!Refresh] 27 | 28 | [Metadata] 29 | Name=Performance Combo (all) 30 | Author=TJ Markham 31 | Information=Displays CPU, memory, disk, and network information. 32 | License=Creative Commons BY-NC-SA 4.0 33 | Version=1.0.0 34 | 35 | [Variables] 36 | @Include1="#@#Performance Templates\performanceTemplateX4.ini" 37 | @Include2="#@#Performance Templates\cpuTemplate.ini" 38 | @Include3="#@#Performance Templates\memoryTemplate.ini" 39 | @Include4="#@#Performance Templates\diskTemplate.ini" 40 | @Include5="#@#Performance Templates\networkTemplate.ini" 41 | @Include6="#@#Performance Templates\gpuTemplate.ini" 42 | CoreFilePath=""#CURRENTPATH#Combo.ini"" 43 | BackgroundHeight=#largeHeight# 44 | AutoBorder=1 45 | FirstColumnLeftPadding=11 46 | SecondColumnLeftPadding=160 47 | FirstRowTopPadding=11 48 | SecondRowTopPadding=61 49 | ThirdRowTopPadding=111 50 | ; CPU Variables 51 | GraphLeftPadding1=#FirstColumnLeftPadding# 52 | GraphTopPadding1=#FirstRowTopPadding# 53 | ; Memory Variables 54 | GraphLeftPadding2=#SecondColumnLeftPadding# 55 | GraphTopPadding2=#FirstRowTopPadding# 56 | ; Disk Variables 57 | GraphLeftPadding3=#FirstColumnLeftPadding# 58 | GraphTopPadding3=#SecondRowTopPadding# 59 | ; Network Variables 60 | GraphLeftPadding4=#SecondColumnLeftPadding# 61 | GraphTopPadding4=#SecondRowTopPadding# 62 | ; GPU Variables 63 | GraphLeftPadding5=#FirstColumnLeftPadding# 64 | GraphTopPadding5=#ThirdRowTopPadding# 65 | 66 | 67 | ; ------------------------------------------------------------------------ 68 | ; METERS - Disk Selector 69 | ; ------------------------------------------------------------------------ 70 | 71 | [HDSelectBackground] 72 | 73 | [A:] 74 | 75 | [B:] 76 | 77 | [C:] 78 | 79 | [D:] 80 | 81 | [E:] 82 | 83 | [F:] 84 | 85 | [G:] 86 | 87 | [H:] 88 | 89 | [I:] 90 | 91 | [J:] 92 | 93 | [K:] 94 | 95 | [L:] 96 | 97 | [M:] 98 | 99 | [N:] 100 | 101 | [O:] 102 | 103 | [P:] 104 | 105 | [Q:] 106 | 107 | [R:] 108 | 109 | [S:] 110 | 111 | [T:] 112 | 113 | [U:] 114 | 115 | [V:] 116 | 117 | [W:] 118 | 119 | [X:] 120 | 121 | [Y:] 122 | 123 | [Z:] 124 | -------------------------------------------------------------------------------- /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 | [StyleForegroundText] 21 | FontColor=#ForegroundColor# 22 | 23 | [StyleForegroundFaintText] 24 | FontColor=#ForegroundFaintColor# 25 | 26 | [StyleWhiteText] 27 | FontColor=#SolidWhite# 28 | 29 | [StyleBlackText] 30 | FontColor=#SolidBlack# 31 | 32 | [StyleErrorText] 33 | FontColor=#SolidRed# 34 | 35 | [StyleWindowsColorText] 36 | FontColor=#WindowsColorText# 37 | Group=WindowsTextColorGroup 38 | 39 | [StyleLeftAlign] 40 | StringAlign=Left 41 | 42 | [StyleRightAlign] 43 | StringAlign=Right 44 | 45 | [StyleCenterAlign] 46 | StringAlign=Center 47 | 48 | [StyleBigText] 49 | H=70 50 | AntiAlias=1 51 | FontFace=Segoe UI Light 52 | FontSize=35 53 | FontColor=#ForegroundColor# 54 | StringAlign=Left 55 | ClipString=1 56 | 57 | [StyleMediumText] 58 | AntiAlias=1 59 | FontFace=Segoe UI 60 | FontSize=18 61 | FontColor=#ForegroundColor# 62 | StringAlign=Left 63 | ClipString=1 64 | 65 | [StyleSmallText] 66 | H=21 67 | AntiAlias=1 68 | FontFace=Segoe UI 69 | FontSize=11 70 | FontColor=#ForegroundFaintColor# 71 | StringAlign=Left 72 | ClipString=1 73 | 74 | [StyleTinyText] 75 | AntiAlias=1 76 | FontFace=Segoe UI 77 | FontSize=9 78 | FontColor=#ForegroundFaintColor# 79 | StringAlign=Left 80 | ClipString=1 81 | 82 | [StyleSmallTextSpotify] 83 | H=19 84 | AntiAlias=1 85 | FontFace=Segoe UI 86 | FontSize=10 87 | FontColor=#ForegroundFaintColor# 88 | StringAlign=Left 89 | ClipString=1 90 | 91 | [StyleTinyTextSpotify] 92 | AntiAlias=1 93 | FontFace=Segoe UI 94 | FontSize=8 95 | FontColor=#ForegroundFaintColor# 96 | StringAlign=Right 97 | ClipString=1 98 | 99 | [StyleVolumeBarSense] 100 | X=0R 101 | Y=0r 102 | W=2 103 | H=#BackgroundHeight# 104 | Hidden=1 105 | SolidColor=#Transparent# 106 | Group=Sense 107 | 108 | [StyleHDSelect] 109 | X=1R 110 | Y=0r 111 | W=22 112 | H=22 113 | Hidden=1 114 | SolidColor=#TransparentForeground3# 115 | AntiAlias=1 116 | Group=HDSelect 117 | FontFace=Segoe UI 118 | FontSize=12 119 | FontColor=#ForegroundColor# 120 | StringAlign=Center 121 | ClipString=1 122 | LeftMouseDownAction=[!SetOption #CURRENTSECTION# SolidColor #TransparentForeground1#][!UpdateMeter #CURRENTSECTION#] 123 | LeftMouseUpAction=[!SetOption #CURRENTSECTION# SolidColor #TransparentForeground2#][!WriteKeyValue Variables Disk #CURRENTSECTION# #CoreFilePath#][!Refresh] 124 | MouseOverAction=[!SetOption #CURRENTSECTION# SolidColor #TransparentForeground2#][!UpdateMeter #CURRENTSECTION#] 125 | MouseLeaveAction=[!SetOption #CURRENTSECTION# SolidColor #TransparentForeground3#][!UpdateMeter #CURRENTSECTION#] 126 | 127 | [StyleHDOff] 128 | X=1R 129 | Y=0r 130 | W=22 131 | H=22 132 | Hidden=1 133 | SolidColor=#TransparentForeground3# 134 | AntiAlias=1 135 | Group=HDSelect 136 | FontFace=Segoe UI 137 | FontSize=12 138 | FontColor=#ForegroundMoreFaintColor# 139 | StringAlign=Center 140 | ClipString=1 141 | -------------------------------------------------------------------------------- /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 | [MeasureCPUTemp] 37 | ; Pulls Info About the CPU Temperature if possible 38 | Measure=Calc 39 | Formula=0 40 | IfCondition=MeasureCPUTemp_SpeedFan > 0 41 | IfTrueAction=[!SetOption MeasureCPUTemp Formula MeasureCPUTemp_SpeedFan] 42 | IfCondition2=MeasureCPUTemp_HWiNFO > 0 43 | IfTrueAction2=[!SetOption MeasureCPUTemp Formula MeasureCPUTemp_HWiNFO] 44 | IfCondition3=MeasureCPUTemp_CoreTemp > 0 45 | IfTrueAction3=[!SetOption MeasureCPUTemp Formula MeasureCPUTemp_CoreTemp] 46 | IfCondition4=MeasureCPUTemp > 0 47 | IfTrueAction4=[!SetOption Value1 Text "%1% (%2[\x00B0]C)"] 48 | IfFalseAction4=[!SetOption Value1 Text "%1%"] 49 | OnUpdateAction=[!UpdateMeter Value1] 50 | UpdateDivider=10 51 | 52 | 53 | [MeasureCPUTemp_SpeedFan] 54 | ; Returns the Temperature of the CPU using SpeedFan 55 | ; If the Temperature is not shown even though SpeedFan is running 56 | ; Change the SpeedFanNumber below according to the Configure Tab in SpeedFan 57 | Measure=Plugin 58 | Plugin=SpeedFanPlugin 59 | SpeedFanType=Temperature 60 | SpeedFanNumber=1 61 | SpeedFanScale=C 62 | OnUpdateAction=[!UpdateMeasure MeasureCPUTemp] 63 | UpdateDivider=10 64 | 65 | [MeasureCPUTemp_HWiNFO] 66 | ; Returns the Temperature of the Hottest CPU Core using HWiNFO 67 | ; If the Temperature is not shown even though HWiNFO is running and the HWiNFO.dll is installed 68 | ; Change the Values below according to HWiNFOSharedMemoryViewer.exe 69 | Measure=Plugin 70 | Plugin=HWiNFO.dll 71 | HWiNFOSensorId=0xF0000400 72 | HWiNFOSensorInstance=0x0 73 | HWiNFOEntryId=0x10000ff 74 | HWiNFOType=CurrentValue 75 | OnUpdateAction=[!UpdateMeasure MeasureCPUTemp] 76 | UpdateDivider=10 77 | 78 | 79 | [MeasureCPUTemp_CoreTemp] 80 | ; Returns the Temperature of the Hottest CPU Core using CoreTemp 81 | Measure=Plugin 82 | Plugin=CoreTemp 83 | OnUpdateAction=[!UpdateMeasure MeasureCPUTemp] 84 | UpdateDivider=10 85 | 86 | 87 | ; ------------------------------------------------------------------------ 88 | ; METERS 89 | ; ------------------------------------------------------------------------ 90 | 91 | [Graph1] 92 | Hidden=0 93 | 94 | [GraphBackground1] 95 | Hidden=0 96 | 97 | [Top1] 98 | Hidden=0 99 | 100 | [Left1] 101 | Hidden=0 102 | 103 | [Bottom1] 104 | Hidden=0 105 | 106 | [Right1] 107 | Hidden=0 108 | 109 | [Label1] 110 | Hidden=0 111 | 112 | [Value1] 113 | MeasureName2=MeasureCPUTemp 114 | Hidden=0 115 | -------------------------------------------------------------------------------- /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-ExtraLarge.ini 18 | 19 | [Metadata] 20 | Name=Weather (medium) 21 | Author=Eclectic Tech, Kablion (based on Win10 Widgets by 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.2019.05.19 25 | 26 | [Variables] 27 | @Include=Weather-Large.ini 28 | BackgroundHeight=101 29 | PostInputTextYRegular=74 30 | PostInputTextYError=82 31 | PostInputTextY=#PostInputTextYRegular# 32 | 33 | 34 | ; ------------------------------------------------------------------------ 35 | ; METERS 36 | ; ------------------------------------------------------------------------ 37 | 38 | [RetrievingWeather] 39 | Y=30 40 | 41 | 42 | ; ------------------------------------------------------------------------ 43 | ; METERS - Current Conditions 44 | ; ------------------------------------------------------------------------ 45 | 46 | [MeterForecastImage] 47 | 48 | [MeterForecastText] 49 | 50 | [MeterTemp] 51 | MeterStyle=StyleMediumText 52 | X=-2r 53 | Y=21r 54 | 55 | [MeterTempUnit] 56 | MeterStyle=StyleMediumText 57 | X=-1R 58 | 59 | 60 | ; ------------------------------------------------------------------------ 61 | ; METERS - Forecast 62 | ; ------------------------------------------------------------------------ 63 | 64 | [MeterDay1Image] 65 | 66 | [MeterDay1] 67 | 68 | [MeterDay1High] 69 | X=0 70 | Y=0 71 | Group=HiddenMeters 72 | Hidden=1 73 | 74 | [MeterDay1Low] 75 | X=0 76 | Y=0 77 | Group=HiddenMeters 78 | Hidden=1 79 | 80 | [MeterDay2Image] 81 | 82 | [MeterDay2] 83 | 84 | [MeterDay2High] 85 | X=0 86 | Y=0 87 | Group=HiddenMeters 88 | Hidden=1 89 | 90 | [MeterDay2Low] 91 | X=0 92 | Y=0 93 | Group=HiddenMeters 94 | Hidden=1 95 | 96 | [MeterDay3Image] 97 | 98 | [MeterDay3] 99 | 100 | [MeterDay3High] 101 | X=0 102 | Y=0 103 | Group=HiddenMeters 104 | Hidden=1 105 | 106 | [MeterDay3Low] 107 | X=0 108 | Y=0 109 | Group=HiddenMeters 110 | Hidden=1 111 | 112 | [MeterDay4Image] 113 | 114 | [MeterDay4] 115 | 116 | [MeterDay4High] 117 | X=0 118 | Y=0 119 | Group=HiddenMeters 120 | Hidden=1 121 | 122 | [MeterDay4Low] 123 | X=0 124 | Y=0 125 | Group=HiddenMeters 126 | Hidden=1 127 | 128 | 129 | ; ------------------------------------------------------------------------ 130 | ; METERS - Side Labels 131 | ; ------------------------------------------------------------------------ 132 | 133 | [MeterUpdatedTime] 134 | MeterStyle=StyleTinyText | StyleRightAlign 135 | X=348 136 | Y=77 137 | FontSize=8 138 | Text="%2" 139 | 140 | [MeterLocation] 141 | Y=70 142 | 143 | 144 | ; ------------------------------------------------------------------------ 145 | ; METERS - Refresh overlay 146 | ; ------------------------------------------------------------------------ 147 | 148 | [RefreshBackground] 149 | 150 | [PreButtonText1] 151 | Y=9 152 | 153 | [PreButtonText2] 154 | 155 | [RefreshButtonEdge] 156 | 157 | [RefreshButton] 158 | Y=([PreButtonText1:Y]+48) 159 | 160 | [RefreshButtonHoverEdge] 161 | 162 | [RefreshButtonCenter] 163 | 164 | [RefreshButtonText] 165 | 166 | -------------------------------------------------------------------------------- /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 | ; Begin Dimensions 26 | tiniestHeight=50 27 | tinyHeight=62 28 | smallHeight=90 29 | mediumHeight=117 30 | largeHeight=165 31 | largestHeight=200 32 | ; 33 | smallWidth=212 34 | mediumWidth=361 35 | ; End Dimensions 36 | BackgroundWidth=#mediumWidth# 37 | BottomBarHeight=4 38 | KBconversionFactor=1024 39 | MBconversionFactor=(#KBconversionFactor#*#KBconversionFactor#) 40 | GBconversionFactor=(#KBconversionFactor#*#KBconversionFactor#*#KBconversionFactor#) 41 | NetworkKBUnit=KB 42 | NetworkMBUnit=MB 43 | NetworkGBUnit=GB 44 | NetworkUnitMultiplier=1 45 | KMtoMIconversionFactor=0.62137119224 46 | MBtoINconversionFactor=0.029529983071 47 | ; Begin Theme 48 | BackgroundThemeName=Dark 49 | ForegroundThemeName=Light 50 | BackgroundColorName=Black 51 | ForegroundColorName=White 52 | BackgroundColorLight=255,255,255,217 53 | BorderColorLight=230,230,230,217 54 | BackgroundColorDark=24,24,24,217 55 | BorderColorDark=100,100,100,100 56 | BackgroundColor=#BackgroundColor[#BackgroundThemeName]# 57 | BorderColor=#BorderColor[#BackgroundThemeName]# 58 | ForegroundColor=#Solid[#ForegroundColorName]# 59 | ForegroundFaintColor=#Solid[#ForegroundThemeName]Grey# 60 | ForegroundMoreFaintColor=#Solid[#BackgroundThemeName]Grey# 61 | ; End Theme 62 | Transparent=0,0,0,1 63 | SolidWhite=255,255,255,255 64 | SolidOffWhite=242,242,242,255 65 | TransparentWhite1=255,255,255,120 66 | TransparentWhite2=255,255,255,90 67 | TransparentWhite3=255,255,255,35 68 | SolidBlack=0,0,0,255 69 | TransparentBlack1=0,0,0,120 70 | TransparentBlack2=0,0,0,90 71 | TransparentBlack3=0,0,0,35 72 | TransparentBackground1=#Transparent[#BackgroundColorName]1# 73 | TransparentBackground2=#Transparent[#BackgroundColorName]2# 74 | TransparentBackground3=#Transparent[#BackgroundColorName]3# 75 | TransparentForeground1=#Transparent[#ForegroundColorName]1# 76 | TransparentForeground2=#Transparent[#ForegroundColorName]2# 77 | TransparentForeground3=#Transparent[#ForegroundColorName]3# 78 | SolidRed=255,0,0,255 79 | SolidCloseRed=232,17,35 80 | SolidCloseRedHover=241,112,122 81 | SolidLightGrey=178,178,178,255 82 | SolidDarkGrey=100,100,100,255 83 | SolidGreyText=178,178,178,255 84 | SolidGreyIcon=106,106,106,255 85 | SolidGreyPause=121,121,121,255 86 | SpotifyGreen=30,215,96 87 | SpotifyCoverBackground=#Solid[#BackgroundThemeName]Grey# 88 | SpotifyCoverForeground=#Solid[#ForegroundThemeName]Grey# 89 | VolumeOverlay=205,205,205,65 90 | HDOverlay=#Solid[#BackgroundColorName]# 91 | IconColorActive= #ForegroundColor# 92 | IconColorInactive=#ForegroundMoreFaintColor# 93 | CPUBlue=17,125,187 94 | MemoryPurple=139,18,174 95 | DiskGreen=77,166,12 96 | GPURed=172,57,49 97 | NetworkOrangeDark=167,79,1 98 | NetworkOrangeDarkText=214,101,2 99 | NetworkOrangeLight=237,165,130 100 | YouTubeRed=230,33,23 101 | GooglePlusRed=219,68,55 102 | PinterestRed=189,8,28 103 | FacebookBlue=59,91,153 104 | TwitterBlue=29,161,242 105 | GithubPurple=104,42,129 106 | DonatePurple=129,75,149 107 | SubscribeGreen=96,195,29 108 | NetworkPerSec=/s 109 | -------------------------------------------------------------------------------- /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 | 88 | -------------------------------------------------------------------------------- /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=#tiniestHeight# 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 | -------------------------------------------------------------------------------- /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 | @Include1=#@#utf16.ini 24 | GraphMeasure4=MeasureNetworkReceive 25 | NetworkSendColor=#NetworkOrangeLight# 26 | NetworkReceiveColorText=#NetworkOrangeDarkText# 27 | NetUnits="Kbps" 28 | 29 | 30 | ; ------------------------------------------------------------------------ 31 | ; MEASURES 32 | ; ------------------------------------------------------------------------ 33 | 34 | [MeasureNetworkReceive] 35 | ; Returns receive activity on the current network in bytes. 36 | Measure=NetIn 37 | Interface=Best 38 | OnUpdateAction=[!UpdateMeter Graph4][!UpdateMeasure MeasureNetworkReceiveKb][!UpdateMeasure MeasureNetworkReceiveMb][!UpdateMeasure MeasureNetworkReceiveGb] 39 | UpdateDivider=10 40 | 41 | [MeasureNetworkReceiveKb] 42 | ; Returns receive activity on the current network in Kilobits. 43 | Measure=Calc 44 | Formula=((MeasureNetworkReceive*#NetworkUnitMultiplier#)/#KBconversionFactor#) 45 | OnChangeAction=[!UpdateMeter Value4] 46 | 47 | [MeasureNetworkReceiveMb] 48 | ; Returns receive activity on the current network in Megabits. 49 | Measure=Calc 50 | Formula=((MeasureNetworkReceive*#NetworkUnitMultiplier#)/#MBconversionFactor#) 51 | OnChangeAction=[!UpdateMeter Value4] 52 | 53 | [MeasureNetworkReceiveGb] 54 | ; Returns receive activity on the current network in Megabits. 55 | Measure=Calc 56 | Formula=((MeasureNetworkReceive*#NetworkUnitMultiplier#)/#GBconversionFactor#) 57 | OnChangeAction=[!UpdateMeter Value4] 58 | 59 | [MeasureNetworkSend] 60 | ; Returns send activity on the current network in bytes. 61 | Measure=NetOut 62 | Interface=Best 63 | OnUpdateAction=[!UpdateMeasure MeasureNetworkSendKb][!UpdateMeasure MeasureNetworkSendMb][!UpdateMeasure MeasureNetworkSendGb] 64 | UpdateDivider=10 65 | 66 | [MeasureNetworkSendKb] 67 | ; Returns send activity on the current network in Kilobits. 68 | Measure=Calc 69 | Formula=((MeasureNetworkSend*#NetworkUnitMultiplier#)/#KBconversionFactor#) 70 | OnChangeAction=[!UpdateMeter Value4] 71 | 72 | [MeasureNetworkSendMb] 73 | ; Returns send activity on the current network in Megabits. 74 | Measure=Calc 75 | Formula=((MeasureNetworkSend*#NetworkUnitMultiplier#)/#MBconversionFactor#) 76 | OnChangeAction=[!UpdateMeter Value4] 77 | 78 | [MeasureNetworkSendGb] 79 | ; Returns send activity on the current network in Gigabits. 80 | ; Changes unit of measure between Kb, Mb, and Gb depending on how much data is being sent and/or received. 81 | Measure=Calc 82 | Formula=((MeasureNetworkSend*#NetworkUnitMultiplier#)/#GBconversionFactor#) 83 | OnChangeAction=[!UpdateMeter Value4] 84 | IfCondition=(MeasureNetworkSendMb >= 1) || (MeasureNetworkReceiveMb >= 1) 85 | IfTrueAction=[!SetVariable NetUnits #NetworkMBUnit#][!SetOption Value4 MeasureName MeasureNetworkReceiveMb][!SetOption Value4 MeasureName2 MeasureNetworkSendMb] 86 | IfCondition2=(MeasureNetworkSendGb >= 1) || (MeasureNetworkReceiveGb >= 1) 87 | IfTrueAction2=[!SetVariable NetUnits #NetworkGBUnit#][!SetOption Value4 MeasureName MeasureNetworkReceiveGb][!SetOption Value4 MeasureName2 MeasureNetworkSendGb] 88 | IfCondition3=(MeasureNetworkSendGb < 1) && (MeasureNetworkReceiveGb < 1) && (MeasureNetworkSendMb < 1) && (MeasureNetworkReceiveMb < 1) 89 | IfTrueAction3=[!SetVariable NetUnits #NetworkKBUnit#][!SetOption Value4 MeasureName MeasureNetworkReceiveKb][!SetOption Value4 MeasureName2 MeasureNetworkSendKb] 90 | 91 | 92 | ; ------------------------------------------------------------------------ 93 | ; METERS 94 | ; ------------------------------------------------------------------------ 95 | 96 | [Graph4] 97 | MeasureName2=MeasureNetworkSend 98 | LineCount=2 99 | LineColor2=#NetworkSendColor# 100 | AutoScale=1 101 | Hidden=0 102 | 103 | [Top4] 104 | Hidden=0 105 | 106 | [Left4] 107 | Hidden=0 108 | 109 | [Bottom4] 110 | Hidden=0 111 | 112 | [Right4] 113 | Hidden=0 114 | 115 | [Label4] 116 | Hidden=0 117 | 118 | [Value4] 119 | MeasureName2=MeasureNetworkSendKb 120 | ClipString=2 121 | ClipStringW=(#BackgroundWidth#-[#CURRENTSECTION#:X]-6) 122 | Text="#IconUp# %2 #NetUnits##NetworkPerSec# #IconDown# %1 #NetUnits##NetworkPerSec#" 123 | NumOfDecimals=1 124 | InlineSetting=Color | #NetworkSendColor# 125 | InlinePattern=S: 126 | InlineSetting2=Color | #NetworkReceiveColorText# 127 | InlinePattern2=R: 128 | DynamicVariables=1 129 | Hidden=0 130 | -------------------------------------------------------------------------------- /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 | @Include=#@#theme.ini 34 | @Include1=#@#systemColors.ini 35 | @Include2=#@#variables.ini 36 | @Include3=#@#styles.ini 37 | @Include4=#@#background.ini 38 | @Include5=#@#diskSelector.ini 39 | CoreFilePath=""#CURRENTPATH#HardDrive-Large.ini"" 40 | UpdateRate=10 41 | BackgroundHeight=#smallHeight# 42 | MeterBarColor=#WindowsColor# 43 | LeftPadding=15 44 | TopPadding=3 45 | Disk=#PROGRAMDRIVE# 46 | AutoBorder=1 47 | 48 | 49 | ; ------------------------------------------------------------------------ 50 | ; MEASURES 51 | ; ------------------------------------------------------------------------ 52 | 53 | [MeasureTotalDisk] 54 | ; Returns total disk space. 55 | Measure=FreeDiskSpace 56 | Drive=#Disk# 57 | Total=1 58 | ;IgnoreRemovable=0 59 | OnChangeAction=[!UpdateMeasure MeasureTotalDiskGB] 60 | 61 | [MeasureTotalDiskGB] 62 | ; Returns free disk space in GB. 63 | Measure=Calc 64 | Formula=floor(MeasureTotalDisk/#GBconversionFactor#) 65 | OnChangeAction=[!UpdateMeter TotalDisk] 66 | 67 | [MeasureFreeDisk] 68 | ; Returns free disk space in bytes. 69 | Measure=FreeDiskSpace 70 | Drive=#Disk# 71 | ;IgnoreRemovable=0 72 | OnChangeAction=[!UpdateMeasure MeasureFreeDiskGB] 73 | UpdateDivider=#UpdateRate# 74 | 75 | [MeasureFreeDiskGB] 76 | ; Returns free disk space in GB. 77 | Measure=Calc 78 | Formula=( (MeasureFreeDisk/#GBconversionFactor#)<10 ? (floor((MeasureFreeDisk/#GBconversionFactor#)*100)/100) : (floor(MeasureFreeDisk*10/#GBconversionFactor#)/10)) 79 | IfCondition=((MeasureFreeDisk/#GBconversionFactor#)<10) 80 | IfTrueAction=[!SetOption FreeDisk NumOfDecimals 2] 81 | IfFalseAction=[!SetOption FreeDisk NumOfDecimals 1] 82 | OnChangeAction=[!UpdateMeter FreeDisk] 83 | 84 | [MeasureUsedDisk] 85 | ; Returns used disk space in bytes. 86 | Measure=FreeDiskSpace 87 | Drive=#Disk# 88 | InvertMeasure=1 89 | ;IgnoreRemovable=0 90 | OnChangeAction=[!UpdateMeter MeterDiskBar] 91 | UpdateDivider=#UpdateRate# 92 | 93 | 94 | ; ------------------------------------------------------------------------ 95 | ; METERS 96 | ; ------------------------------------------------------------------------ 97 | 98 | [LabelDisk] 99 | ; Shows disk label (e.g. C:\). 100 | Meter=String 101 | MeterStyle=StyleMediumText 102 | X=#LeftPadding# 103 | Y=(#TopPadding#+16) 104 | Text="#Disk#\" 105 | 106 | [FreeDisk] 107 | ; Shows free disk space in GB. 108 | Meter=String 109 | MeterStyle=StyleBigText 110 | MeasureName=MeasureFreeDiskGB 111 | X=3R 112 | Y=#TopPadding# 113 | Text="%1" 114 | NumOfDecimals=1 115 | 116 | [GB] 117 | ; Shows "GB". 118 | Meter=String 119 | MeterStyle=StyleMediumText 120 | X=-8R 121 | Y=(#TopPadding#+24) 122 | Text="GB" 123 | 124 | [Free] 125 | ; Shows "free out of". 126 | Meter=String 127 | MeterStyle=StyleSmallText 128 | X=10R 129 | Y=(#TopPadding#+12) 130 | Text="free out of" 131 | 132 | [TotalDisk] 133 | ; Shows total disk space in GB. 134 | Meter=String 135 | MeterStyle=StyleSmallText 136 | MeasureName=MeasureTotalDiskGB 137 | X=0r 138 | Y=20r 139 | Text="%1 GB" 140 | ClipString=2 141 | ClipStringW=(#BackgroundWidth#-[TotalDisk:X]-5) 142 | NumOfDecimals=0 143 | DynamicVariables=1 144 | 145 | [MeterDiskBar] 146 | ; Shows used disk space in the from of a bar. 147 | Meter=Bar 148 | MeasureName=MeasureUsedDisk 149 | X=1 150 | Y=(#BackgroundHeight#-5) 151 | W=(#BackgroundWidth#-1) 152 | H=#BottomBarHeight# 153 | SolidColor=#SolidGreyIcon# 154 | Group=WindowsColorGroup 155 | BarColor=#MeterBarColor# 156 | BarOrientation=Horizontal 157 | DynamicVariables=1 158 | 159 | [HDSelectBackground] 160 | 161 | [A:] 162 | 163 | [B:] 164 | 165 | [C:] 166 | 167 | [D:] 168 | 169 | [E:] 170 | 171 | [F:] 172 | 173 | [G:] 174 | 175 | [H:] 176 | 177 | [I:] 178 | 179 | [J:] 180 | 181 | [K:] 182 | 183 | [L:] 184 | 185 | [M:] 186 | 187 | [N:] 188 | 189 | [O:] 190 | 191 | [P:] 192 | 193 | [Q:] 194 | 195 | [R:] 196 | 197 | [S:] 198 | 199 | [T:] 200 | 201 | [U:] 202 | 203 | [V:] 204 | 205 | [W:] 206 | 207 | [X:] 208 | 209 | [Y:] 210 | 211 | [Z:] 212 | -------------------------------------------------------------------------------- /Win10 Widgets/@Resources/Performance Templates/gpuTemplate.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 GPU performance monitor. 18 | 19 | [Rainmeter] 20 | DefaultUpdateDivider=-1 21 | 22 | [Variables] 23 | GraphMeasure5=MeasureGPU 24 | 25 | 26 | ; ------------------------------------------------------------------------ 27 | ; MEASURES 28 | ; ------------------------------------------------------------------------ 29 | ; Usage 30 | 31 | [MeasureGPU] 32 | Measure=Calc 33 | Formula=MeasureGPU_UsageMonitor 34 | ; 35 | IfCondition=MeasureGPU_HWiNFO <= 0 && MeasureGPU_MSIAfterburner <= 0 36 | IfTrueAction=[!SetOption MeasureGPU Formula MeasureGPU_UsageMonitor] 37 | ; 38 | IfCondition2=MeasureGPU_HWiNFO > 0 39 | IfTrueAction2=[!SetOption MeasureGPU Formula MeasureGPU_HWiNFO] 40 | ; 41 | IfCondition3=MeasureGPU_MSIAfterburner > 0 42 | IfTrueAction3=[!SetOption MeasureGPU Formula MeasureGPU_MSIAfterburner] 43 | ; 44 | OnUpdateAction=[!UpdateMeter Graph5][!UpdateMeter GraphBackground5][!UpdateMeter Value5] 45 | MaxValue=100 46 | MinValue=0 47 | 48 | [MeasureGPU_UsageMonitor] 49 | ; This is buggy and sometimes displays over 100% 50 | Measure=Plugin 51 | Plugin=UsageMonitor 52 | Alias=GPU 53 | Index=0 54 | OnUpdateAction=[!UpdateMeasure MeasureGPU] 55 | UpdateDivider=10 56 | MaxValue=100 57 | MinValue=0 58 | 59 | [MeasureGPU_HWiNFO] 60 | ; Returns the Usage of the GPU using HWiNFO 61 | ; If the Temperature is not shown even though HWiNFO is running and the HWiNFO.dll is installed 62 | ; Change the Values below according to HWiNFOSharedMemoryViewer.exe included in the HWiNFO Demo Skin 63 | Measure=Plugin 64 | Plugin=HWiNFO.dll 65 | HWiNFOSensorId=0xe0002000 66 | HWiNFOSensorInstance=0x0 67 | HWiNFOEntryId=0x7000000 68 | ; 69 | HWiNFOType=CurrentValue 70 | OnUpdateAction=[!UpdateMeasure MeasureGPU] 71 | UpdateDivider=10 72 | 73 | [MeasureGPU_MSIAfterburner] 74 | ; Returns the Usage of the GPU using MSIAfterburner 75 | Measure=Plugin 76 | Plugin=MSIAfterburner.dll 77 | DataSource=GPU usage 78 | OnUpdateAction=[!UpdateMeasure MeasureGPU] 79 | UpdateDivider=10 80 | 81 | ; Temperature 82 | 83 | [MeasureGPUTemp] 84 | ; Pulls Info About the GPU Temperature if possible 85 | Measure=Calc 86 | Formula=0 87 | IfCondition=MeasureGPUTemp_SpeedFan > 0 88 | IfTrueAction=[!SetOption MeasureGPUTemp Formula MeasureGPUTemp_SpeedFan] 89 | IfCondition2=MeasureGPUTemp_HWiNFO > 0 90 | IfTrueAction2=[!SetOption MeasureGPUTemp Formula MeasureGPUTemp_HWiNFO] 91 | IfCondition3=MeasureGPUTemp_MSIAfterburner > 0 92 | IfTrueAction3=[!SetOption MeasureGPUTemp Formula MeasureGPUTemp_MSIAfterburner] 93 | IfCondition4=MeasureGPUTemp > 0 94 | IfTrueAction4=[!SetOption Value5 Text "%1% (%2[\x00B0]C)"] 95 | IfFalseAction4=[!SetOption Value5 Text "%1%"] 96 | OnUpdateAction=[!UpdateMeter Value5] 97 | UpdateDivider=10 98 | 99 | [MeasureGPUTemp_SpeedFan] 100 | ; Returns the Temperature of the GPU using SpeedFan 101 | ; If the Temperature is not shown even though SpeedFan is running 102 | ; Change the SpeedFanNumber below according to the Configure Tab in SpeedFan 103 | Measure=Plugin 104 | Plugin=SpeedFanPlugin 105 | SpeedFanType=Temperature 106 | SpeedFanNumber=0 107 | SpeedFanScale=C 108 | OnUpdateAction=[!UpdateMeasure MeasureGPUTemp] 109 | UpdateDivider=10 110 | 111 | [MeasureGPUTemp_HWiNFO] 112 | ; Returns the Temperature of the GPU using HWiNFO 113 | ; If the Temperature is not shown even though HWiNFO is running and the HWiNFO.dll is installed 114 | ; Change the Values below according to HWiNFOSharedMemoryViewer.exe included in the HWiNFO Demo Skin 115 | Measure=Plugin 116 | Plugin=HWiNFO.dll 117 | HWiNFOSensorId=0xe0002000 118 | HWiNFOSensorInstance=0x0 119 | HWiNFOEntryId=0x1000000 120 | ; 121 | HWiNFOType=CurrentValue 122 | OnUpdateAction=[!UpdateMeasure MeasureGPUTemp] 123 | UpdateDivider=10 124 | 125 | [MeasureGPUTemp_MSIAfterburner] 126 | ; Returns the Temperature of the GPU using MSIAfterburner 127 | Measure=Plugin 128 | Plugin=MSIAfterburner.dll 129 | DataSource=GPU temperature 130 | OnUpdateAction=[!UpdateMeasure MeasureGPUTemp] 131 | UpdateDivider=10 132 | 133 | ; ------------------------------------------------------------------------ 134 | ; METERS 135 | ; ------------------------------------------------------------------------ 136 | 137 | [Graph5] 138 | Hidden=0 139 | 140 | [GraphBackground5] 141 | Hidden=0 142 | 143 | [Top5] 144 | Hidden=0 145 | 146 | [Left5] 147 | Hidden=0 148 | 149 | [Bottom5] 150 | Hidden=0 151 | 152 | [Right5] 153 | Hidden=0 154 | 155 | [Label5] 156 | Hidden=0 157 | 158 | [Value5] 159 | MeasureName2=MeasureGPUTemp 160 | Hidden=0 161 | -------------------------------------------------------------------------------- /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=Eclectic Tech, Kablion (based on Win10 Widgets by 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.2019.05.19 25 | 26 | [Variables] 27 | @Include=Weather-ExtraLarge.ini 28 | BackgroundHeight=#mediumHeight# 29 | PostInputTextYRegular=96 30 | PostInputTextYError=104 31 | PostInputTextY=#PostInputTextYRegular# 32 | 33 | 34 | ; ------------------------------------------------------------------------ 35 | ; METERS 36 | ; ------------------------------------------------------------------------ 37 | 38 | [RetrievingWeather] 39 | Y=45 40 | 41 | 42 | ; ------------------------------------------------------------------------ 43 | ; METERS - Current Conditions 44 | ; ------------------------------------------------------------------------ 45 | 46 | [MeterForecastImage] 47 | 48 | [MeterForecastText] 49 | ClipStringW=110 50 | 51 | [MeterTemp] 52 | 53 | [MeterTempUnit] 54 | 55 | 56 | ; ------------------------------------------------------------------------ 57 | ; METERS - Forecast 58 | ; ------------------------------------------------------------------------ 59 | 60 | [MeterDay1Image] 61 | X=198 62 | Y=39 63 | 64 | [MeterDay1] 65 | 66 | [MeterDay1High] 67 | 68 | [MeterDay1Low] 69 | 70 | [MeterDay2Image] 71 | 72 | [MeterDay2] 73 | 74 | [MeterDay2High] 75 | 76 | [MeterDay2Low] 77 | 78 | [MeterDay3Image] 79 | 80 | [MeterDay3] 81 | 82 | [MeterDay3High] 83 | 84 | [MeterDay3Low] 85 | 86 | [MeterDay4Image] 87 | 88 | [MeterDay4] 89 | 90 | [MeterDay4High] 91 | 92 | [MeterDay4Low] 93 | 94 | [MeterDay5Image] 95 | X=0 96 | Y=0 97 | Group=HiddenMeters 98 | Hidden=1 99 | 100 | [MeterDay5] 101 | X=0 102 | Y=0 103 | Group=HiddenMeters 104 | Hidden=1 105 | 106 | [MeterDay5High] 107 | X=0 108 | Y=0 109 | Group=HiddenMeters 110 | Hidden=1 111 | 112 | [MeterDay5Low] 113 | X=0 114 | Y=0 115 | Group=HiddenMeters 116 | Hidden=1 117 | 118 | 119 | ; ------------------------------------------------------------------------ 120 | ; METERS - Side Labels 121 | ; ------------------------------------------------------------------------ 122 | 123 | [FeelsLikeLabel] 124 | X=0 125 | Y=0 126 | Group=HiddenMeters 127 | Hidden=1 128 | 129 | [WindLabel] 130 | X=0 131 | Y=0 132 | Group=HiddenMeters 133 | Hidden=1 134 | 135 | [VisibilityLabel] 136 | X=0 137 | Y=0 138 | Group=HiddenMeters 139 | Hidden=1 140 | 141 | [BarometerLabel] 142 | X=0 143 | Y=0 144 | Group=HiddenMeters 145 | Hidden=1 146 | 147 | [HumidityLabel] 148 | X=0 149 | Y=0 150 | Group=HiddenMeters 151 | Hidden=1 152 | 153 | [SunriseLabel] 154 | X=0 155 | Y=0 156 | Group=HiddenMeters 157 | Hidden=1 158 | 159 | [SunsetLabel] 160 | X=0 161 | Y=0 162 | Group=HiddenMeters 163 | Hidden=1 164 | 165 | [MeterUpdatedTime] 166 | MeterStyle=StyleTinyText | StyleCenterAlign 167 | X=43 168 | Y=93 169 | Text="%2" 170 | 171 | [MeterLocation] 172 | MeterStyle=StyleTinyText | StyleLeftAlign 173 | X=81 174 | Y=0r 175 | ClipStringW=118 176 | 177 | 178 | ; ------------------------------------------------------------------------ 179 | ; METERS - Side Values 180 | ; ------------------------------------------------------------------------ 181 | 182 | [MeterFeelsLike] 183 | X=0 184 | Y=0 185 | Group=HiddenMeters 186 | Hidden=1 187 | 188 | [MeterWindDirection] 189 | X=0 190 | Y=0 191 | Group=HiddenMeters 192 | Hidden=1 193 | 194 | [MeterWind] 195 | X=0 196 | Y=0 197 | Group=HiddenMeters 198 | Hidden=1 199 | 200 | [MeterVisibility] 201 | X=0 202 | Y=0 203 | Group=HiddenMeters 204 | Hidden=1 205 | 206 | [MeterBarometer] 207 | X=0 208 | Y=0 209 | Group=HiddenMeters 210 | Hidden=1 211 | 212 | [MeterHumidity] 213 | X=0 214 | Y=0 215 | Group=HiddenMeters 216 | Hidden=1 217 | 218 | [MeterSunrise] 219 | X=0 220 | Y=0 221 | Group=HiddenMeters 222 | Hidden=1 223 | 224 | [MeterSunset] 225 | X=0 226 | Y=0 227 | Group=HiddenMeters 228 | Hidden=1 229 | 230 | 231 | ; ------------------------------------------------------------------------ 232 | ; METERS - Refresh overlay 233 | ; ------------------------------------------------------------------------ 234 | 235 | [RefreshBackground] 236 | 237 | [PreButtonText1] 238 | Y=17 239 | 240 | [PreButtonText2] 241 | MeterStyle=StyleTinyText | StyleForegroundText | StyleCenterAlign 242 | 243 | [RefreshButtonEdge] 244 | 245 | [RefreshButton] 246 | Y=([PreButtonText1:Y]+55) 247 | 248 | [RefreshButtonHoverEdge] 249 | 250 | [RefreshButtonCenter] 251 | 252 | [RefreshButtonText] 253 | 254 | -------------------------------------------------------------------------------- /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/@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 | ; MEASURES 26 | ; ------------------------------------------------------------------------ 27 | 28 | [MeasureAutoBorder] 29 | ; Shows/hides left, right, top, and bottom borders depending on widget location. 30 | Measure=Calc 31 | ; Make skin aware of "current" screen coordinates. 32 | IfCondition=(#AutoBorder# = 1) 33 | IfTrueAction=[!WriteKeyValue "#CURRENTCONFIG#" AutoSelectScreen 1 "#SETTINGSPATH#Rainmeter.ini"] 34 | ; Check if widget is on left edge of screen. 35 | IfCondition2=(#AutoBorder# = 1) && ((#CURRENTCONFIGX# = #SCREENAREAX#) || (#CURRENTCONFIGX# = #WORKAREAX#)) 36 | IfTrueAction2=[!HideMeter LeftBorder][!ShowMeter BackgroundBoxLeft][!SetOption BackgroundBoxTopLeft SolidColor #BackgroundColor#][!UpdateMeter BackgroundBoxTopLeft][!SetOption BackgroundBoxBottomLeft SolidColor #BackgroundColor#][!UpdateMeter BackgroundBoxBottomLeft] 37 | IfFalseAction2=[!ShowMeter LeftBorder][!HideMeter BackgroundBoxLeft][!SetOption BackgroundBoxTopLeft SolidColor #BorderColor#][!UpdateMeter BackgroundBoxTopLeft][!SetOption BackgroundBoxBottomLeft SolidColor #BorderColor#][!UpdateMeter BackgroundBoxBottomLeft] 38 | ; Check if widget is on right edge of screen. 39 | IfCondition3=(#AutoBorder# = 1) && ((#CURRENTCONFIGX# = (#SCREENAREAWIDTH#+#SCREENAREAX#-#BackgroundWidth#)) || (#CURRENTCONFIGX# = (#WORKAREAWIDTH#+#WORKAREAX#-#BackgroundWidth#))) 40 | IfTrueAction3=[!HideMeter RightBorder][!ShowMeter BackgroundBoxRight][!SetOption BackgroundBoxTopRight SolidColor #BackgroundColor#][!UpdateMeter BackgroundBoxTopRight][!SetOption BackgroundBoxBottomRight SolidColor #BackgroundColor#][!UpdateMeter BackgroundBoxBottomRight] 41 | IfFalseAction3=[!ShowMeter RightBorder][!HideMeter BackgroundBoxRight][!SetOption BackgroundBoxTopRight SolidColor #BorderColor#][!UpdateMeter BackgroundBoxTopRight][!SetOption BackgroundBoxBottomRight SolidColor #BorderColor#][!UpdateMeter BackgroundBoxBottomRight] 42 | ; Check if widget is on top edge of screen. 43 | IfCondition4=(#AutoBorder# = 1) && ((#CURRENTCONFIGY# = #SCREENAREAY#) || (#CURRENTCONFIGY# = #WORKAREAY#)) 44 | IfTrueAction4=[!HideMeter TopBorder][!ShowMeterGroup BackgroundBoxTop] 45 | IfFalseAction4=[!ShowMeter TopBorder][!HideMeterGroup BackgroundBoxTop] 46 | ; Check if widget is on bottom edge of screen. 47 | IfCondition5=(#AutoBorder# = 1) && ((#CURRENTCONFIGY# = (#SCREENAREAHEIGHT#+#SCREENAREAY#-#BackgroundHeight#)) || (#CURRENTCONFIGY# = (#WORKAREAHEIGHT#+#WORKAREAY#-#BackgroundHeight#))) 48 | IfTrueAction5=[!HideMeter BottomBorder][!ShowMeterGroup BackgroundBoxBottom] 49 | IfFalseAction5=[!ShowMeter BottomBorder][!HideMeterGroup BackgroundBoxBottom] 50 | DynamicVariables=1 51 | UpdateDivider=1 52 | 53 | 54 | ; ------------------------------------------------------------------------ 55 | ; METERS 56 | ; ------------------------------------------------------------------------ 57 | 58 | [TopBorder] 59 | ; Shows top border of background. 60 | Meter=Image 61 | X=0 62 | Y=0 63 | W=#BackgroundWidth# 64 | H=1 65 | SolidColor=#BorderColor# 66 | 67 | [BottomBorder] 68 | ; Shows bottom border of background. 69 | Meter=Image 70 | X=0 71 | Y=(#backgroundHeight#-1) 72 | W=#BackgroundWidth# 73 | H=1 74 | SolidColor=#BorderColor# 75 | 76 | [LeftBorder] 77 | ; Shows left border of background. 78 | Meter=Image 79 | X=0 80 | Y=1 81 | W=1 82 | H=(#BackgroundHeight#-2) 83 | SolidColor=#BorderColor# 84 | 85 | [RightBorder] 86 | ; Shows right border of background. 87 | Meter=Image 88 | X=(#BackgroundWidth#-1) 89 | Y=1 90 | W=1 91 | H=(#BackgroundHeight#-2) 92 | SolidColor=#BorderColor# 93 | 94 | [BackgroundBox] 95 | ; Shows background. 96 | Meter=Image 97 | X=1 98 | Y=1 99 | W=(#BackgroundWidth#-2) 100 | H=(#BackgroundHeight#-2) 101 | SolidColor=#BackgroundColor# 102 | 103 | [BackgroundBoxLeft] 104 | ; Fills in left border with background color. 105 | Meter=Image 106 | X=0 107 | Y=1 108 | W=1 109 | H=(#BackgroundHeight#-2) 110 | SolidColor=#BackgroundColor# 111 | 112 | [BackgroundBoxRight] 113 | ; Fills in right border with background color. 114 | Meter=Image 115 | X=(#BackgroundWidth#-1) 116 | Y=1 117 | W=1 118 | H=(#BackgroundHeight#-2) 119 | SolidColor=#BackgroundColor# 120 | 121 | [BackgroundBoxTopMiddle] 122 | ; Fills in top border with background color. 123 | Meter=Image 124 | X=1 125 | Y=0 126 | W=(#BackgroundWidth#-2) 127 | H=1 128 | SolidColor=#BackgroundColor# 129 | Group=BackgroundBoxTop 130 | 131 | [BackgroundBoxTopLeft] 132 | ; Adds left border to [BackgroundBoxTopMiddle] 133 | Meter=Image 134 | X=0 135 | Y=0 136 | W=1 137 | H=1 138 | SolidColor=#BorderColor# 139 | Group=BackgroundBoxTop 140 | 141 | [BackgroundBoxTopRight] 142 | ; Adds right border to [BackgroundBoxTopMiddle] 143 | Meter=Image 144 | X=(#BackgroundWidth#-1) 145 | Y=0 146 | W=1 147 | H=1 148 | SolidColor=#BorderColor# 149 | Group=BackgroundBoxTop 150 | 151 | [BackgroundBoxBottomMiddle] 152 | ; Fills in bottom border with background color. 153 | Meter=Image 154 | X=1 155 | Y=(#backgroundHeight#-1) 156 | W=(#BackgroundWidth#-2) 157 | H=1 158 | SolidColor=#BackgroundColor# 159 | Group=BackgroundBoxBottom 160 | 161 | [BackgroundBoxBottomLeft] 162 | ; Adds left border to [BackgroundBoxBottomMiddle] 163 | Meter=Image 164 | X=0 165 | Y=(#backgroundHeight#-1) 166 | W=1 167 | H=1 168 | SolidColor=#BorderColor# 169 | Group=BackgroundBoxBottom 170 | 171 | [BackgroundBoxBottomRight] 172 | ; Adds right border to [BackgroundBoxBottomMiddle] 173 | Meter=Image 174 | X=(#BackgroundWidth#-1) 175 | Y=(#backgroundHeight#-1) 176 | W=1 177 | H=1 178 | SolidColor=#BorderColor# 179 | Group=BackgroundBoxBottom 180 | -------------------------------------------------------------------------------- /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/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 | ; Context menu option to hide seconds 29 | ContextTitle3="Hide seconds" 30 | ContextAction3=[!WriteKeyValue TimeColon2 Hidden 1 #CoreFilePath#][!WriteKeyValue TimeSecond1 Hidden 1 #CoreFilePath#][!WriteKeyValue TimeSecond2 Hidden 1 #CoreFilePath#][!Refresh] 31 | ; Context menu option to show seconds 32 | ContextTitle4="Show seconds" 33 | ContextAction4=[!WriteKeyValue TimeColon2 Hidden 0 #CoreFilePath#][!WriteKeyValue TimeSecond1 Hidden 0 #CoreFilePath#][!WriteKeyValue TimeSecond2 Hidden 0 #CoreFilePath#][!Refresh] 34 | 35 | [Metadata] 36 | Name=Date/Time (large) 37 | Author=TJ Markham 38 | Information=Displays the current date and time. 39 | License=Creative Commons BY-NC-SA 4.0 40 | Version=1.0.0 41 | 42 | [Variables] 43 | @Include=#@#theme.ini 44 | @Include1=#@#systemColors.ini 45 | @Include2=#@#variables.ini 46 | @Include3=#@#styles.ini 47 | @Include4=#@#background.ini 48 | CoreFilePath=""#CURRENTPATH#DateTime-Large.ini"" 49 | UpdateRate=1 50 | AutoBorder=1 51 | BackgroundHeight=#mediumHeight# 52 | LeftPadding=22 53 | TopPadding=11 54 | NumberWidth=32 55 | ColonWidth=17 56 | 57 | 58 | ; ------------------------------------------------------------------------ 59 | ; MEASURES 60 | ; ------------------------------------------------------------------------ 61 | 62 | [MeasureHour] 63 | ; Returns hour in 12-hour format (omitting first 0). 64 | Measure=Time 65 | Format=%#I 66 | OnChangeAction=[!UpdateMeasure MeasureHour1][!UpdateMeasure MeasureHour2][!UpdateMeter TimeAMPM][!UpdateMeter Date] 67 | UpdateDivider=#UpdateRate# 68 | 69 | [MeasureHour1] 70 | ; Returns first digit of hour (adjusts for 2-digit return values). 71 | ; Controls the visibility of the first hour digit. 72 | ; Controls the X-position of the second hour digit. 73 | Measure=Calc 74 | Formula=floor(measureHour/10) 75 | OnUpdateAction=[!UpdateMeter TimeHour1] 76 | IfCondition=(MeasureHour1 > 0) 77 | IfTrueAction=[!ShowMeter TimeHour1][!SetOption TimeHour2 X -8R] 78 | IfFalseAction=[!HideMeter TimeHour1][!SetOption TimeHour2 X 3R] 79 | 80 | [MeasureHour2] 81 | ; Returns second digit of hour. 82 | Measure=Calc 83 | Formula=(MeasureHour%10) 84 | OnUpdateAction=[!UpdateMeter TimeHour2] 85 | 86 | [MeasureMinute] 87 | ; Returns minutes. 88 | Measure=Time 89 | Format=%M 90 | OnChangeAction=[!UpdateMeasure MeasureMinute1][!UpdateMeasure MeasureMinute2] 91 | UpdateDivider=#UpdateRate# 92 | 93 | [MeasureMinute1] 94 | ; Returns first digit of minutes. 95 | Measure=Calc 96 | Formula=floor(MeasureMinute/10) 97 | OnUpdateAction=[!UpdateMeter TimeMinute1] 98 | 99 | [MeasureMinute2] 100 | ; Returns second digit of minutes. 101 | Measure=Calc 102 | Formula=(MeasureMinute%10) 103 | OnUpdateAction=[!UpdateMeter TimeMinute2] 104 | 105 | [MeasureSecond] 106 | ; Returns seconds. 107 | Measure=Time 108 | Format=%S 109 | OnChangeAction=[!UpdateMeasure MeasureSecond1][!UpdateMeasure MeasureSecond2] 110 | UpdateDivider=#UpdateRate# 111 | 112 | [MeasureSecond1] 113 | ; Returns second digit of seconds. 114 | Measure=Calc 115 | Formula=floor(measureSecond/10) 116 | OnUpdateAction=[!UpdateMeter TimeSecond1] 117 | 118 | [MeasureSecond2] 119 | ; Returns second digit of seconds. 120 | Measure=Calc 121 | Formula=(MeasureSecond%10) 122 | OnUpdateAction=[!UpdateMeter TimeSecond2] 123 | 124 | [MeasureAMPM] 125 | ; Returns AM or PM for 12 hour time format. 126 | Measure=Time 127 | Format=%p 128 | OnChangeAction=[!UpdateMeter TimeAMPM] 129 | Disabled=0 130 | UpdateDivider=#UpdateRate# 131 | 132 | [MeasureDate] 133 | ; Returns date (day, month date, year). 134 | Measure=Time 135 | Format=%A, %B %d, %Y 136 | OnChangeAction=[!UpdateMeter Date] 137 | UpdateDivider=#UpdateRate# 138 | 139 | 140 | ; ------------------------------------------------------------------------ 141 | ; METERS 142 | ; ------------------------------------------------------------------------ 143 | 144 | [TimeHour1] 145 | ; Shows first digit of hours. 146 | Meter=String 147 | MeterStyle=StyleBigText | StyleCenterAlign 148 | MeasureName=MeasureHour1 149 | X=(#LeftPadding#+10) 150 | Y=#TopPadding# 151 | W=#NumberWidth# 152 | Text="%1" 153 | 154 | [TimeHour2] 155 | ; Shows second digit of hours. 156 | Meter=String 157 | MeterStyle=StyleBigText | StyleCenterAlign 158 | MeasureName=MeasureHour2 159 | X=-8R 160 | Y=0r 161 | W=#NumberWidth# 162 | Text="%1" 163 | 164 | [TimeColon1] 165 | ; Shows first colon in time (between hours and minutes). 166 | Meter=String 167 | MeterStyle=StyleBigText | StyleCenterAlign 168 | X=-16R 169 | Y=-4r 170 | W=#ColonWidth# 171 | Text=":" 172 | 173 | [TimeMinute1] 174 | ; Shows first digit of minutes. 175 | Meter=String 176 | MeterStyle=StyleBigText | StyleCenterAlign 177 | MeasureName=MeasureMinute1 178 | X=0R 179 | Y=4r 180 | W=#NumberWidth# 181 | Text="%1" 182 | 183 | [TimeMinute2] 184 | ; Shows second digit of minutes. 185 | Meter=String 186 | MeterStyle=StyleBigText | StyleCenterAlign 187 | MeasureName=MeasureMinute2 188 | X=-8R 189 | Y=0r 190 | W=#NumberWidth# 191 | Text="%1" 192 | 193 | [TimeColon2] 194 | ; Shows second colon in time (between minutes and seconds). 195 | Meter=String 196 | MeterStyle=StyleBigText | StyleCenterAlign 197 | X=-16R 198 | Y=-4r 199 | W=#ColonWidth# 200 | Text=":" 201 | DynamicVariables=1 202 | Hidden=1 203 | 204 | [TimeSecond1] 205 | ; Shows first digit of seconds. 206 | Meter=String 207 | MeterStyle=StyleBigText | StyleCenterAlign 208 | MeasureName=MeasureSecond1 209 | X=1R 210 | Y=4r 211 | W=#NumberWidth# 212 | Text="%1" 213 | DynamicVariables=1 214 | Hidden=1 215 | 216 | [TimeSecond2] 217 | ; Shows second digit of seconds. 218 | Meter=String 219 | MeterStyle=StyleBigText | StyleCenterAlign 220 | MeasureName=MeasureSecond2 221 | X=-8R 222 | Y=0r 223 | W=#NumberWidth# 224 | Text="%1" 225 | DynamicVariables=1 226 | Hidden=1 227 | 228 | [Date] 229 | ; Shows date (day, month date, year). 230 | Meter=String 231 | MeterStyle=StyleSmallText | StyleWindowsColorText 232 | MeasureName=MeasureDate 233 | X=#LeftPadding# 234 | Y=([TimeHour2:Y] + [TimeHour2:H] - 8) 235 | Text="%1" 236 | ClipString=2 237 | ClipStringW=(#BackgroundWidth#-#LeftPadding#-5) 238 | DynamicVariables=1 239 | 240 | [TimeAMPM] 241 | ; Shows AM or PM for 12 hour time format. 242 | Meter=String 243 | MeterStyle=StyleMediumText | StyleCenterAlign 244 | MeasureName=MeasureAMPM 245 | X=([TimeSecond2:W] > 0 ? ([TimeSecond2:X] + [TimeSecond2:W]) : ([TimeMinute2:X] + [TimeMinute2:W])) + 22 246 | Y=([TimeSecond2:Y]+29) 247 | W=90 248 | Text="%1" 249 | FontSize=15 250 | FontColor=#ForegroundFaintColor# 251 | DynamicVariables=1 252 | Hidden=0 253 | -------------------------------------------------------------------------------- /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/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 | @Include=#@#theme.ini 38 | @Include1=#@#variables.ini 39 | @Include2=#@#styles.ini 40 | @Include3=#@#background.ini 41 | CoreFilePath=""#CURRENTPATH#WiFi-Small.ini"" 42 | UpdateRate=10 43 | BackgroundHeight=#tinyHeight# 44 | LeftPadding=13 45 | TopPadding=10 46 | AutoBorder=1 47 | 48 | 49 | ; ------------------------------------------------------------------------ 50 | ; MEASURES 51 | ; ------------------------------------------------------------------------ 52 | 53 | [MeasureSSID] 54 | ; Returns the SSID of the current WiFi network. 55 | Measure=Plugin 56 | Plugin=WiFiStatus 57 | WiFiInfoType=SSID 58 | OnChangeAction=[!UpdateMeter WiFiSSID] 59 | UpdateDivider=#UpdateRate# 60 | 61 | [MeasureWiFiSecurity] 62 | ; Returns the security type of the current WiFi network (NONE, WEP40, TKIP, AES, WEP104, WPA_GROUP, WEP, or ??? for an unknown algorithm). 63 | ; Controls the secured/open text. 64 | Measure=Plugin 65 | Plugin=WiFiStatus 66 | WiFiInfoType=Encryption 67 | OnChangeAction=[!UpdateMeter Security] 68 | IfMatch=NONE 69 | IfMatchAction=[!SetOption Security Text ", open"][!ShowMeterGroup OpenIcon] 70 | IfNotMatchAction=[!SetOption Security Text ", secured"][!HideMeterGroup OpenIcon] 71 | IfCondition=(MeasureWiFiPercent < 1) 72 | IfTrueAction=[!HideMeterGroup OpenIcon] 73 | UpdateDivider=#UpdateRate# 74 | 75 | [MeasureWiFiPercent] 76 | ; Returns the percent strength the current WiFi signal. 77 | ; Controls the colors of the WiFi icon sections. 78 | Measure=Plugin 79 | Plugin=WiFiStatus 80 | WiFiInfoType=Quality 81 | OnChangeAction=[!UpdateMeter WiFiPercent] 82 | ; 0% 83 | IfCondition=(MeasureWiFiPercent < 1) 84 | IfTrueAction=[!SetOption WifiIconCurve1 LineColor #IconColorInactive#][!SetOption WifiIconCurve2 LineColor #IconColorInactive#][!SetOption WifiIconCurve3 LineColor #IconColorInactive#][!SetOption WifiIconDot LineColor #IconColorInactive#][!HideMeterGroup Connected][!ShowMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 85 | ; 1%-25% 86 | IfCondition2=(MeasureWiFiPercent >= 1) && (MeasureWiFiPercent <= 25) 87 | IfTrueAction2=[!SetOption WifiIconCurve1 LineColor #IconColorInactive#][!SetOption WifiIconCurve2 LineColor #IconColorInactive#][!SetOption WifiIconCurve3 LineColor #IconColorInactive#][!SetOption WifiIconDot LineColor #IconColorActive#][!ShowMeterGroup Connected][!HideMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 88 | ; 26%-50% 89 | IfCondition3=(MeasureWiFiPercent >= 26) && (MeasureWiFiPercent <= 50) 90 | IfTrueAction3=[!SetOption WifiIconCurve1 LineColor #IconColorInactive#][!SetOption WifiIconCurve2 LineColor #IconColorInactive#][!SetOption WifiIconCurve3 LineColor #IconColorActive#][!SetOption WifiIconDot LineColor #IconColorActive#][!ShowMeterGroup Connected][!HideMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 91 | ; 51%-75% 92 | IfCondition4=(MeasureWiFiPercent >= 51) && (MeasureWiFiPercent <= 75) 93 | IfTrueAction4=[!SetOption WifiIconCurve1 LineColor #IconColorInactive#][!SetOption WifiIconCurve2 LineColor #IconColorActive#][!SetOption WifiIconCurve3 LineColor #IconColorActive#][!SetOption WifiIconDot LineColor #IconColorActive#][!ShowMeterGroup Connected][!HideMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 94 | ; 76%-100% 95 | IfCondition5=(MeasureWiFiPercent >= 76) 96 | IfTrueAction5=[!SetOption WifiIconCurve1 LineColor #IconColorActive#][!SetOption WifiIconCurve2 LineColor #IconColorActive#][!SetOption WifiIconCurve3 LineColor #IconColorActive#][!SetOption WifiIconDot LineColor #IconColorActive#][!ShowMeterGroup Connected][!HideMeterGroup Unconnected][!UpdateMeterGroup WifiIcon] 97 | UpdateDivider=#UpdateRate# 98 | 99 | [MeasureInternetConnectivity] 100 | ; Returns the status of the internet connection. 101 | Measure=Plugin 102 | Plugin=SysInfo 103 | SysInfoType=INTERNET_CONNECTIVITY 104 | Substitute="-1":"No Internet","1":"Connected" 105 | OnChangeAction=[!UpdateMeter ConnectedLabel] 106 | UpdateDivider=#UpdateRate# 107 | 108 | 109 | ; ------------------------------------------------------------------------ 110 | ; METERS - WiFi Icon 111 | ; ------------------------------------------------------------------------ 112 | 113 | [WifiIconDot] 114 | ; Shows the circle of the WiFi icon. 115 | Meter=Roundline 116 | X=(#LeftPadding#+20) 117 | Y=(#TopPadding#+26) 118 | Group=WifiIcon 119 | AntiAlias=1 120 | LineLength=2.5 121 | LineColor=#IconColorInactive# 122 | Solid=1 123 | 124 | [WifiIconCurve1] 125 | ; Shows the large curve of the WiFi icon. 126 | Meter=Roundline 127 | X=3r 128 | Y=3r 129 | AntiAlias=1 130 | Group=WifiIcon 131 | StartAngle=(Rad(180)) 132 | RotationAngle=(Rad(90)) 133 | LineStart=20.5 134 | LineLength=18.5 135 | LineColor=#IconColorInactive# 136 | Solid=1 137 | 138 | [WifiIconCurve2] 139 | ; Shows the medium curve of the WiFi icon. 140 | Meter=Roundline 141 | X=0r 142 | Y=0r 143 | AntiAlias=1 144 | Group=WifiIcon 145 | StartAngle=(Rad(180)) 146 | RotationAngle=(Rad(90)) 147 | LineStart=15.5 148 | LineLength=13.5 149 | LineColor=#IconColorInactive# 150 | Solid=1 151 | 152 | [WifiIconCurve3] 153 | ; Shows the small curve of the WiFi icon. 154 | Meter=Roundline 155 | X=0r 156 | Y=0r 157 | AntiAlias=1 158 | Group=WifiIcon 159 | StartAngle=(Rad(180)) 160 | RotationAngle=(Rad(90)) 161 | LineStart=10.5 162 | LineLength=8.5 163 | LineColor=#IconColorInactive# 164 | Solid=1 165 | 166 | 167 | ; ------------------------------------------------------------------------ 168 | ; METERS - Open network icon 169 | ; ------------------------------------------------------------------------ 170 | ; The meters below form the "open network" icon. 171 | 172 | [WifiOpenLine1] 173 | Meter=Image 174 | X=([WifiIconDot:X]-20) 175 | Y=([WifiIconDot:Y]-22) 176 | W=11 177 | H=5 178 | SolidColor=#ForegroundColor# 179 | Group=OpenIcon 180 | 181 | [WifiOpenLine2] 182 | Meter=Image 183 | X=0r 184 | Y=0R 185 | W=[WifiOpenLine1:W] 186 | H=1 187 | SolidColor=#ForegroundFaintColor# 188 | Group=OpenIcon 189 | 190 | [WifiOpenLine3] 191 | Meter=Image 192 | X=1r 193 | Y=0r 194 | W=([WifiOpenLine2:W]-2) 195 | H=2 196 | SolidColor=#ForegroundColor# 197 | Group=OpenIcon 198 | 199 | [WifiOpenLine4] 200 | Meter=Image 201 | X=1r 202 | Y=2r 203 | W=([WifiOpenLine3:W]-2) 204 | H=1 205 | SolidColor=#ForegroundColor# 206 | Group=OpenIcon 207 | 208 | [WifiOpenLine5] 209 | Meter=Image 210 | X=1r 211 | Y=1r 212 | W=([WifiOpenLine4:W]-2) 213 | H=1 214 | SolidColor=#ForegroundColor# 215 | Group=OpenIcon 216 | 217 | [WifiOpenLine6] 218 | Meter=Image 219 | X=2r 220 | Y=2r 221 | W=([WifiOpenLine5:W]-4) 222 | H=1 223 | SolidColor=#ForegroundColor# 224 | Group=OpenIcon 225 | 226 | [WifiOpenLine7] 227 | Meter=Image 228 | X=([WifiOpenLine1:X]+3) 229 | Y=([WifiOpenLine1:Y]-1) 230 | W=5 231 | H=1 232 | SolidColor=#ForegroundFaintColor# 233 | Group=OpenIcon 234 | 235 | [WifiOpenLine8] 236 | Meter=Image 237 | X=1r 238 | Y=0r 239 | W=([WifiOpenLine7:W]-2) 240 | H=11 241 | SolidColor=#ForegroundColor# 242 | Group=OpenIcon 243 | 244 | [WifiOpen!] 245 | Meter=String 246 | MeterStyle=StyleSmallText | StyleBlackText 247 | X=([WifiOpenLine1:X]+2) 248 | Y=([WifiOpenLine1:Y]-4) 249 | Group=OpenIcon 250 | Text="!" 251 | FontSize=9 252 | 253 | [WifiOpenDiagonalLeft] 254 | Meter=Image 255 | X=[WifiOpenLine1:X] 256 | Y=([WifiOpenLine1:Y]+6) 257 | W=1 258 | H=7 259 | SolidColor=#ForegroundColor# 260 | AntiAlias=1 261 | 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))) 262 | Group=OpenIcon 263 | 264 | [WifiOpenDiagonalRight] 265 | Meter=Image 266 | X=([WifiOpenLine1:X]+6) 267 | Y=([WifiOpenLine1:Y]+11) 268 | W=1 269 | H=7 270 | SolidColor=#ForegroundColor# 271 | AntiAlias=1 272 | 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))) 273 | Group=OpenIcon 274 | 275 | 276 | ; ------------------------------------------------------------------------ 277 | ; METERS - Text 278 | ; ------------------------------------------------------------------------ 279 | 280 | [WiFiSSID] 281 | ; Shows the SSID of the current WiFi network. 282 | Meter=String 283 | MeterStyle=StyleSmallText | StyleForegroundText 284 | MeasureName=MeasureSSID 285 | X=(#LeftPadding#+35) 286 | Y=(#TopPadding#+3) 287 | Group=Connected 288 | Text="%1" 289 | ClipString=2 290 | ClipStringW=(#BackgroundWidth#-55) 291 | DynamicVariables=1 292 | 293 | [ConnectedLabel] 294 | ; Shows the internet connection status. 295 | Meter=String 296 | MeterStyle=StyleSmallText 297 | MeasureName=MeasureInternetConnectivity 298 | X=0r 299 | Y=0R 300 | Group=Connected 301 | Text="%1" 302 | 303 | [Security] 304 | ; Shows if the current WiFi network is secure or not. 305 | Meter=String 306 | MeterStyle=StyleSmallText 307 | X=-4R 308 | Y=0r 309 | Group=Connected 310 | Text="???" 311 | 312 | [WiFiPercent] 313 | ; Shows the percent strength the current WiFi signal. 314 | Meter=String 315 | MeterStyle=StyleSmallText 316 | MeasureName=MeasureWiFiPercent 317 | X=0R 318 | Y=0r 319 | Group=Connected 320 | Text="(%1% signal strength)" 321 | FontColor=#ForegroundFaintColor# 322 | 323 | [WiFiLabel] 324 | ; Shows "WiFi". 325 | Meter=String 326 | MeterStyle=StyleSmallText | StyleForegroundText 327 | X=(#LeftPadding#+35) 328 | Y=(#TopPadding#+3) 329 | Group=Unconnected 330 | Text="Wi-Fi" 331 | 332 | [NotConnectedLabel] 333 | ; Shows "Not connected". 334 | Meter=String 335 | MeterStyle=StyleSmallText 336 | X=0r 337 | Y=-1R 338 | Group=Unconnected 339 | Text="Not connected" 340 | --------------------------------------------------------------------------------