Skip to content

Instantly share code, notes, and snippets.

@fbloemhof
fbloemhof / install-theme-scheduler.ps1
Last active March 21, 2021 08:02 — forked from Typiqally/install-theme-scheduler.ps1
Theme scheduler for Windows 10 Dark and Light mode based on sunset and sunrise time's, also includes a simple installer
New-Item -Path $env:LOCALAPPDATA -Name "Scripts" -ItemType "directory"
$url = "https://gist.githubusercontent.com/FreekBloemhof/d10639d63e37ff08356362096e7b1647/raw/3dfa848af8a3d94bf9868f866d31d657e3f5e6c5/theme-scheduler.ps1"
$WebClient = New-Object System.Net.WebClient
$WebClient.DownloadFile($url,"%LocalAppData%\Scripts\theme-scheduler.ps1")
$Path = $env:LOCALAPPDATA + "\Scripts\"
$output = [IO.Path]::Combine($Path, "theme-scheduler.ps1")
blueprint:
name: Send actionable notifications for Android with Camera Snapshot
description: "# Send actionable notifications to an Android device.
Customized from vorion's blueprint. \n\n
## Changes:
- Added support for notification icon, channel and tag.\n
- Added support for additional actions to execute directly.\n