Skip to content

Commit

Permalink
Branding
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Jul 16, 2024
1 parent 81e3c80 commit 4cb4809
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
2 changes: 1 addition & 1 deletion DesktopClock/DesktopClock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<Company>Daniel Chalmers</Company>
<Description>A digital clock app for your Windows desktop that stays on screen, ready whenever you need it.</Description>
<Description>A digital clock for your desktop that stays on screen, ready whenever you need it.</Description>
<Copyright>Β© Daniel Chalmers</Copyright>
<Version>4.1.0</Version>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions DesktopClock/SettingsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,12 @@
</TextBlock>
<TextBlock>
<Hyperlink NavigateUri="https://github.com/danielchalmers/JournalApp" RequestNavigate="Hyperlink_RequestNavigate">
JournalApp - Write notes and keep track of your day (Android).
JournalApp - Save notes and keep track of your well-being (Android)
</Hyperlink>
</TextBlock>
<TextBlock>
<Hyperlink NavigateUri="https://github.com/danielchalmers/Network-Monitor" RequestNavigate="Hyperlink_RequestNavigate">
Network Monitor - View latency and bandwidth usage (Windows).
Network Monitor - View live latency and bandwidth usage (Windows)
</Hyperlink>
</TextBlock>
</StackPanel>
Expand Down
24 changes: 4 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
[![Release](https://img.shields.io/github/release/danielchalmers/DesktopClock?include_prereleases)](https://github.com/danielchalmers/DesktopClock/releases)
[![License](https://img.shields.io/github/license/danielchalmers/DesktopClock)](LICENSE)

A digital clock app for your Windows desktop that stays on screen, ready whenever you need it.

- Right-click to access essential options like size, time zone, format, and theme, or to create new clocks.
- Double-click to copy the time to your clipboard, and scroll while holding Ctrl to resize the clock.
- "Advanced settings" provides additional configuration options using JSON format.
- Includes a countdown mode to set a timer for any specific date.
A digital clock for your desktop that stays on screen, ready whenever you need it.

**Main window:**
![Animation](https://github.com/danielchalmers/DesktopClock/assets/7112040/6038fa47-3a29-4b74-8f4f-fffeb8af8d0a)
Expand All @@ -20,23 +15,12 @@ A digital clock app for your Windows desktop that stays on screen, ready wheneve

Explore my other free apps:

😊[JournalApp](https://github.com/danielchalmers/JournalApp) - Write notes & keep track of your mood, medications, and more with a versatile journaling app for Android!
😊[JournalApp](https://github.com/danielchalmers/JournalApp) - Stay on top of your well-being with a versatile journaling app for Android!

πŸ”„[Network Monitor](https://github.com/danielchalmers/Network-Monitor) - View live network latency and bandwidth usage on your desktop with a widget like the clock.
πŸ”„[Network Monitor](https://github.com/danielchalmers/Network-Monitor) - View live network latency and bandwidth usage on your desktop.

## Contributions

Got an idea or found a bug? Submit an [issue](https://github.com/danielchalmers/DesktopClock/issues)!

If you are gracious enough to contribute code, please try to align with the current formatting and keep features simple as possible.

## Credits

- [CommunityToolkit](https://github.com/CommunityToolkit/dotnet)
- [Costura.Fody](https://github.com/Fody/Costura)
- [H.NotifyIcon.Wpf](https://github.com/HavenDV/H.NotifyIcon)
- [Humanizer](https://github.com/Humanizr/Humanizer)
- [Newtonsoft.Json](https://www.newtonsoft.com/json)
- [PropertyChanged.Fody](https://github.com/Fody/PropertyChanged)
- [WpfWindowPlacement](https://github.com/danielchalmers/WpfWindowPlacement)
- [Clock icon](https://www.flaticon.com/free-icon/three-o-clock-clock_13435)
Contributions are welcome! Please try to align with the current formatting and keep features simple if possible.

0 comments on commit 4cb4809

Please sign in to comment.