jackMort/pommodoro-clock.nvim

Is it possible to pin the timer to the top-right corner of entire editor?

Closed this issue · 2 comments

It's easy to understand what I mean by a picture of the current status:

  • So I can imagine that people who open multiple splits will have some of their buffers got covered by the timer.
  • It will be cool if you can create some "follow mode" so that the timer will follow the current window.

So I can imagine that people who open multiple splits will have some of their buffers got covered by the timer.

Can confirm that the first issue has been resolved by eb7a591.

you just need to adjust the code

 M.current_state.popup = Popup({
   position = { row = 0, col = "100" } # just make it 100 not 100%,