Skip to content
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

Clocks #461

Merged
merged 7 commits into from
Jun 15, 2023
Merged

Clocks #461

merged 7 commits into from
Jun 15, 2023

Conversation

SpaghettiBorgar
Copy link
Contributor

This adds two ways to display the time:

  • A nice big clock with 5x5 character digits right above the box
  • Small formattable text in the top right corner

(screenshot below)

The small clock can be configured by a format string with the clock option and the big clock can be either turned on or off with the bigclock option.

If animations are disabled it will precisely repaint every full minute (for the big clock) or every second if the formattable clock is enabled.

I felt like this was missing in ly so I added these but still kept them disabled per default.

screenshot_2022-11-19_00-03-44_524507576

@AnErrupTion AnErrupTion added the feature This issue or pull request discusses a feature label Dec 7, 2022
don't rely on box_x and box_y to position the clock, because it might not be initialized in the first frame.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue or pull request discusses a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants