Skip to content

Added crontab scheduler for jiggler #316

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

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from

Conversation

jackislanding
Copy link
Contributor

@jackislanding jackislanding commented Apr 2, 2025

Explanation of fields:

  • Schedule
    • Crontab that allows user to set the schedule of when the jiggler is active
  • Jitter Percentage
    • Variance to the jiggler schedule.
    • Example: Jiggler is set to fire every 30 seconds. If using a jitter of 50%, this adds +/- 50% of 30 seconds, resulting in a random range from 15 - 45 seconds.
  • Inactivity Limit
    • How long the mouse/keyboard can be inactive before the jiggler starts triggering.

Note: The jiggler was broken since the lastUserInput variable was never reset, resulting in the jiggler firing nonstop after 20 seconds. This is now fixed by using the built-in gadget GetLastUserInputTime function.

Jiggler Config View:

image

Custom Crontab Schedule:

image

Custom Jitter Percentage:

image

Notification when setting the Jigger Config Successfully:

image

@jackislanding jackislanding changed the title Added scheduler for jiggler and fixed bug w/ not using gadget last active field Added crontab scheduler for jiggler and fixed bug w/ not using gadget last active field Apr 2, 2025
@jackislanding jackislanding changed the title Added crontab scheduler for jiggler and fixed bug w/ not using gadget last active field Added crontab scheduler for jiggler Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants