-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b4d01c
commit c90f930
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Simple Overlay Clock | ||
|
||
A simple clock to show the current time and date as a translucent topmost window. Ideal for use as a clock overlay on digital signage. | ||
|
||
Developed by [James Schlackman](https://www.schlackman.org). | ||
|
||
The program can be run as a standlone *.exe* or installed using the included *.msi* installer, which will configure the clock to automatically run at system startup. | ||
|
||
## Requirements | ||
|
||
Simple Overlay Clock requires .NET Framework 4.5 or later to be installed. This is installed by default on Windows 8 onwards, and is available for download for Windows Vista and Windows 7. | ||
|
||
## Development | ||
|
||
Session Arbiter is developed using [Visual Studio Community 2015](https://www.visualstudio.com/vs/community/). The installer is authored using the freeware edition of [Advanced Installer](http://www.advancedinstaller.com/). | ||
|
||
This software incoporates elements from Crystal Project Icons by Everaldo Coelho. |