A lightweight Windows system tray app that automatically switches your PC theme based on local sunrise and sunset times.
Run this in a normal PowerShell session:
New-Item -ItemType Directory -Force -Path "$env:LOCALAPPDATA\AutoThemeSolarEngine"
Set-Location "$env:LOCALAPPDATA\AutoThemeSolarEngine"
Invoke-WebRequest -Uri "https://github.com/humbertoschoenwald/auto-theme-solar-engine/releases/download/v26.05.00/auto-theme-solar-engine-win-x64-self-contained-v26.05.00.exe" -OutFile ".\auto-theme-solar-engine-win-x64-self-contained-v26.05.00.exe"
Move-Item -LiteralPath ".\auto-theme-solar-engine-win-x64-self-contained-v26.05.00.exe" -Destination ".\AutoThemeSolarEngine.exe" -Force
Start-Process ".\AutoThemeSolarEngine.exe"- Your location data never leaves your computer.
- Coordinates are encrypted using Windows Data Protection (DPAPI).
- Saved coordinates stay hidden unless you explicitly confirm that you want to reveal them.
- No telemetry, no tracking, and no internet connection required for core functionality.