Add Hour Notifications Plugin#973
Open
mpcallahan wants to merge 1 commit intoSteamDeckHomebrew:mainfrom
Open
Conversation
Issues FoundNo issues with your PR description were found. Next Steps
Thank you for your contribution! If you need any help, please reach out on our Discord server. ❤️ |
Member
|
Have you considered making a PR to one of the other clock-based Decky plugins? Alar.me is aiming to be a comprehensive alarm and timer plugin and would likely benefit from having this feature added rather than kept separate. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Hour Notifications to Plugin Store
Hour Notifications displays a small toast notification at the top of every hour while playing games on Steam Deck. The toast shows the current hour (12-hour format, no AM/PM) and is intended as a lightweight time awareness aid without being intrusive.
Unlike timers or alarms, this plugin requires no configuration, does not track playtime, and runs passively in the background. It is designed to be minimal, low-overhead, and predictable, emitting exactly once per hour aligned to the system clock.
The plugin uses the standard Decky Python backend and React frontend, with no custom binaries or external dependencies.
Task Checklist
Developer
Plugin
Backend
Community
Testing