-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Implement new timer widget #66
base: master
Are you sure you want to change the base?
Conversation
Support timer configuration by time.Duration formats such as 1h10m15s etc. Fixes pause and resume functionality.
Hey @norrs thank you for the refactoring and improvement of the times formatting for the config files. I did add in the option 'adaptive' to only display the "required" characters of the timer representation. |
@zMoooooritz : Ah, I liked ef337ae 👍 Allows the usage of both worlds. @muesli Any other changes you find missing? Let us know ❤️ @muesli is free to drop that example.deck before merging. Or if he wants to keep it, we should add the adaptive configuration in the example ( @zMoooooritz ) |
8ae0f4a
to
418f3c2
Compare
418f3c2
to
9a23bac
Compare
Fix deprecated goreleaser syntax and drop nfpm in this repo for now
A new widget for our beloved streamdeck
I decided to not properly implement times that exceed 1 hour since the widget would have become to complex for the little space a button offers.Furthermore I think 1 hour should be sufficient for most timers that are setup at a stremdeck@muesli in case you think we should display such times please let me know