-
-
Notifications
You must be signed in to change notification settings - Fork 246
#72 Add Clock Display Functionality #73
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: master
Are you sure you want to change the base?
#72 Add Clock Display Functionality #73
Conversation
…formation on specific keys
…tions on a single button
|
I am a new streamdeck owner and I would like this features (as well as a few other live feedback items). Is there any way I could push this forward or help out getting it merged? I am not a python developer by trade but I did just take a look over the diff of this PR and it seems like there is a lot of added code for this feature. Is thorough code review and refinement that the only blocker to getting this merged? |
|
@pattonwebz late to this party, but you could perhaps pull this change into your own fork and thoroughly test that it works. Also, review the approach to see if it seems like the right fit. |
|
@JohnBarton27 would you be interested in rebasing these changes against the latest upstream code? |
|
HI, seems the main project as reached a stale state as the project owner seems to have disappeared, and we are trying to keep it alive. you are welcome to participate in the discussion here: #357 so we can actually decide a path forward and hopefully accept your contribution into it. |
|
@JohnBarton27 feel free to move this PR to: https://github.com/streamdeck-linux-gui/streamdeck-linux-gui please be sure to read the new contribution guide specially in regard to git commits. |
I've added support for "live" information display. So far, the only built-in options are clock based (full time - H:M:S, just hour, and just minutes), but this can be easily expanded for all sorts of other feedback - CPU %, IP addresses, uptime, etc.
Here's what my Stream Deck XL looks like with an Hour and Minute key in the bottom-right:

I'm definitely open to suggestions on improving the UI for selecting the clock display (and how it overrides Text) - the best solution may be to have the clock options in a separate window/tab. Other options (including whether to display 12/24 hour, AM/PM, format, etc.) could be added with additional screen space for the clock options.