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

[Feature Request] Ability to set notification position offset #232

Open
protiumx opened this issue Nov 22, 2023 · 1 comment
Open

[Feature Request] Ability to set notification position offset #232

protiumx opened this issue Nov 22, 2023 · 1 comment

Comments

@protiumx
Copy link

Summary

A configuration could look like

require('notify').setup({
  offset = { x = 0, y = -1 }
})

it should affect the render like position_x = row + offset.y.

Usage

This will help users to move the notifications so that they don't shadow parts of the status line

@samhed
Copy link

samhed commented Jan 8, 2024

+1 for this, is there any way we can achieve an offset with an on_open function or a custom renderer?

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

No branches or pull requests

2 participants