Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6 from adrianmteo/develop
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
adrianmteo authored Mar 6, 2020
2 parents cb4d9f0 + 3654e02 commit b467590
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Binary file modified .repo/smartscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

A super lightweight dark mode automatic switcher for Windows 10

**Features**

- Set light/dark theme activation times
- Toggle app/system theme based on activation times
- Change wallpaper to light/dark activation times

![](.repo/recording.gif)

[![](.repo/download.png)](https://github.com/adrianmteo/Darky/releases/latest/download/DarkySetup.exe)

## Install

You can download and install the latest installer from [here](https://github.com/adrianmteo/Darky/releases).
You can download and install the latest release from [here](https://github.com/adrianmteo/Darky/releases).

**Note:** Windows SmartScreen might show you this warning screen. This is because the setup file is not being signed but the app is 100% safe to be run.

Expand All @@ -20,7 +26,9 @@ I've built this app in my spare time to resolve my frustration with Windows 10 f

This is a super lightweight app built using C# and WPF technologies. It creates task schedules for light/dark theme times. There are no running processes in the background and there is not need to start when Windows starts.

Dark theme used in app: [Infragistics Metro Light and Dark Theme for WPF](https://www.infragistics.com/community/blogs/b/blagunas/posts/free-metro-light-and-dark-themes-for-wpf-and-silverlight-microsoft-controls).
3<sup>rd</sup> party libraries used:
- [Infragistics Metro Light and Dark Theme for WPF](https://www.infragistics.com/community/blogs/b/blagunas/posts/free-metro-light-and-dark-themes-for-wpf-and-silverlight-microsoft-controls)
- [TaskScheduler](https://github.com/dahall/taskscheduler)

## Command line parameters

Expand Down

0 comments on commit b467590

Please sign in to comment.