-
Notifications
You must be signed in to change notification settings - Fork 121
Add wordclock app to Badge apps #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This PR adds a wordclock app to the GitHub Universe 2025 badge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a wordclock app to the GitHub Universe 2025 badge that displays the current time in words (e.g., "ten minutes past three"). The app requires WiFi connectivity to sync time via NTP and displays the time by highlighting relevant words on a grid layout while keeping inactive words dimmed.
Key Changes
- WiFi-enabled wordclock app that syncs time via NTP and displays the current time in natural language format
- Column-aligned text rendering system that highlights active time words while dimming inactive ones
- Configurable UTC timezone offset for accurate local time display
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This PR adds a wordclock app to the GitHub Universe 2025 badge.