-
Notifications
You must be signed in to change notification settings - Fork 0
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
6f595d0
commit 876d0d3
Showing
2 changed files
with
27 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,27 @@ | ||
# Top Clock - a clock that stays on top | ||
|
||
This is a simple clock for Windows that displays the time in HH:MM AM/PM 12 hour | ||
format and always stays on top. It's useful if you want to know the time while | ||
watching Youtube fullscreen or playing some supported games. | ||
|
||
 | ||
|
||
## Installation | ||
|
||
Install by using one of the installers in the Releases - EXE or MSI. Then it is | ||
available from the Start Menu as TopClock. | ||
|
||
## Usage | ||
|
||
The clock will start in the top left of the screen. To move it just click and | ||
drag on the clock. To quit, select the window and type Q. | ||
|
||
## Build | ||
|
||
Open the project solution `Clock\Clock.sln` in VS 2022. You will need the | ||
standard C++ setup for Win32 apps. Then click the green play button at the top. | ||
|
||
## Release | ||
|
||
Rick click on TopClockSetup and click Build. An EXE and MSI Installer will be | ||
created at `ClockSetup\Release` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.