-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Garden watch face #2318
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?
Garden watch face #2318
Conversation
To indicate whether anything updated
|
Corresponding discussion #2317 |
|
Build size and comparison to main:
|
the Flower module a bit)
|
Added a couple extra commits for clang-format results. Side note: is there a way to run those same checks locally? It looks like the |
|
Yeah you should be able to run You will need to set the driver path for the clangd extension to work properly, but if you want to run clang-tidy on a specific file you can use the invocation in the comments of #2139. It's pretty slow though - the caching clangd engine is much faster |
|
Oh, and you might also want to enable the pre-commit hook that automatically runs clang-format when you commit |
This is a new watch face that creates a "garden" that grows throughout the day. The flowers are different every day (chosen using a PRNG, so they're still deterministic). It's based on the Digital watch face, and includes all the same information.
There are four commits here:
StatusIcons::Updatemethod. This is because I wanted to put the notification icon next to the status icons, and wanted to know when we need to calllv_obj_realignon it (i.e. when the status icons have changed). This seems to fit with the overall approach, and shouldn't impact any existing code.