├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── @Resources ├── HorBar.png ├── HorBarBg.png ├── cpumeters.inc ├── createcpumeters.ps1 └── variables.inc ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── CPU ├── 2 Core.ini ├── 4 Core.ini ├── 6 Core.ini ├── 8 Core.ini └── Auto Core.ini ├── DISK USAGE ├── 1 Disk.ini ├── 2 Disks.ini ├── 3 Disks.ini └── 4 Disks.ini ├── FluentDash11 Images ├── CPU Dash.png ├── Disk Dash.png ├── FluentDash11 Desktop.png ├── FluentDash11 Full Overview.png ├── FluentDash11 Overview.png ├── GPU Dash.png ├── LightDarkMode.png ├── Net Dash.png ├── RAM Dash.png ├── Settings Dash.png └── SysInfo Dash.png ├── GPU └── GPU.ini ├── LICENSE ├── NETWORK ├── Network 1 Adapter.ini ├── Network 2 Adapter.ini ├── Network 3 Adapter.ini └── Network Simple.ini ├── RAM └── RAM.ini ├── README.md ├── SYSINFO └── Sysinfo.ini └── Settings └── settings.ini /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /@Resources/HorBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/@Resources/HorBar.png -------------------------------------------------------------------------------- /@Resources/HorBarBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/@Resources/HorBarBg.png -------------------------------------------------------------------------------- /@Resources/cpumeters.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/@Resources/cpumeters.inc -------------------------------------------------------------------------------- /@Resources/createcpumeters.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/@Resources/createcpumeters.ps1 -------------------------------------------------------------------------------- /@Resources/variables.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/@Resources/variables.inc -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CPU/2 Core.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/CPU/2 Core.ini -------------------------------------------------------------------------------- /CPU/4 Core.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/CPU/4 Core.ini -------------------------------------------------------------------------------- /CPU/6 Core.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/CPU/6 Core.ini -------------------------------------------------------------------------------- /CPU/8 Core.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/CPU/8 Core.ini -------------------------------------------------------------------------------- /CPU/Auto Core.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/CPU/Auto Core.ini -------------------------------------------------------------------------------- /DISK USAGE/1 Disk.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/DISK USAGE/1 Disk.ini -------------------------------------------------------------------------------- /DISK USAGE/2 Disks.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/DISK USAGE/2 Disks.ini -------------------------------------------------------------------------------- /DISK USAGE/3 Disks.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/DISK USAGE/3 Disks.ini -------------------------------------------------------------------------------- /DISK USAGE/4 Disks.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/DISK USAGE/4 Disks.ini -------------------------------------------------------------------------------- /FluentDash11 Images/CPU Dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/FluentDash11 Images/CPU Dash.png -------------------------------------------------------------------------------- /FluentDash11 Images/Disk Dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/FluentDash11 Images/Disk Dash.png -------------------------------------------------------------------------------- /FluentDash11 Images/FluentDash11 Desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/FluentDash11 Images/FluentDash11 Desktop.png -------------------------------------------------------------------------------- /FluentDash11 Images/FluentDash11 Full Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/FluentDash11 Images/FluentDash11 Full Overview.png -------------------------------------------------------------------------------- /FluentDash11 Images/FluentDash11 Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/FluentDash11 Images/FluentDash11 Overview.png -------------------------------------------------------------------------------- /FluentDash11 Images/GPU Dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/FluentDash11 Images/GPU Dash.png -------------------------------------------------------------------------------- /FluentDash11 Images/LightDarkMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/FluentDash11 Images/LightDarkMode.png -------------------------------------------------------------------------------- /FluentDash11 Images/Net Dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/FluentDash11 Images/Net Dash.png -------------------------------------------------------------------------------- /FluentDash11 Images/RAM Dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/FluentDash11 Images/RAM Dash.png -------------------------------------------------------------------------------- /FluentDash11 Images/Settings Dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/FluentDash11 Images/Settings Dash.png -------------------------------------------------------------------------------- /FluentDash11 Images/SysInfo Dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/FluentDash11 Images/SysInfo Dash.png -------------------------------------------------------------------------------- /GPU/GPU.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/GPU/GPU.ini -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/LICENSE -------------------------------------------------------------------------------- /NETWORK/Network 1 Adapter.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/NETWORK/Network 1 Adapter.ini -------------------------------------------------------------------------------- /NETWORK/Network 2 Adapter.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/NETWORK/Network 2 Adapter.ini -------------------------------------------------------------------------------- /NETWORK/Network 3 Adapter.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/NETWORK/Network 3 Adapter.ini -------------------------------------------------------------------------------- /NETWORK/Network Simple.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/NETWORK/Network Simple.ini -------------------------------------------------------------------------------- /RAM/RAM.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/RAM/RAM.ini -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/README.md -------------------------------------------------------------------------------- /SYSINFO/Sysinfo.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/SYSINFO/Sysinfo.ini -------------------------------------------------------------------------------- /Settings/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maze404/FluentDash/HEAD/Settings/settings.ini --------------------------------------------------------------------------------