Files in this folder:

- desktopinfo.ini
- Get-ConkyWeather.ps1
- Get-MonthCalendar.ps1
- Get-NvidiaStats.ps1

How to use on the Windows work PC:

1. Install or unpack DesktopInfo.
2. Copy desktopinfo.ini and the three .ps1 files into the same DesktopInfo folder as DesktopInfo.exe.
3. Start DesktopInfo.exe. It will load desktopinfo.ini automatically if that file is in the same folder.
4. If PowerShell script execution is blocked, open PowerShell once and run:
   Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

What this translation keeps:

- Right-side panel layout
- Big clock and date
- Calendar block
- Weather block
- CPU, GPU, memory, storage, network, and uptime sections

What changed from Conky:

- Linux-only sensor paths and the PSU section are not included.
- CPU temperature is omitted because stock Windows data is usually unreliable.
- Storage is shown as Windows logical drives instead of Linux mount points.
- Network is shown from active Windows interfaces instead of one fixed Linux NIC name.
