Skip to content
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

feat!: Provide a configuration option to disable rich presence on idle #37

Merged
merged 2 commits into from
May 1, 2024

Conversation

vyfor
Copy link
Owner

@vyfor vyfor commented May 1, 2024

Includes breaking changes to the configuration:

  idle = {
-   show_idle = true,    -- Enable idle status
+   enable = true,       -- Enable idle status
+   show_status = true,  -- Display idle status, disable to hide the rich presence on idle
  },

Closes #36

@vyfor vyfor added the enhancement New feature or request label May 1, 2024
@vyfor vyfor self-assigned this May 1, 2024
@vyfor vyfor merged commit ac13720 into master May 1, 2024
@vyfor vyfor mentioned this pull request May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add 'hide presence on idle'
1 participant