Skip to content

humbertoschoenwald/auto-theme-solar-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Theme Solar Engine

A lightweight Windows system tray app that automatically switches your PC theme based on local sunrise and sunset times.

Installation

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"

Privacy

  • 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.