-
-
Notifications
You must be signed in to change notification settings - Fork 735
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
Scroll calendar to prev/next month #581
Comments
@maximbaz I'll go if possible by using https://developer.gnome.org/gtkmm/stable/classGtk_1_1Calendar.html
I don't know if it's gonna work, but it's worth a try. 😄 |
Thanks for the input, this is an interesting idea! (keeping a mind that I have very little C++ experience 😛) here's what I managed to investigate so far:
Any hints are very appreciated 🙂 @skligys or anyone else, if you have some ideas, do feel free to jump in 😉 |
@maximbaz You may need to use |
And try to set the tooltip on the event_box parent |
Thanks! As far as I could see setting |
Hi @skligys , @maximbaz calendar scrolling is supported by the clock module. See Clock WIKI + there's open #2019 which implements of module action redefinition |
Yes, thank you very much for code changes. I rebuilt waybar, and am using calendar with your changes. Works very well for me. Closing the bug. |
Hi @skligys please close the issue then as an author. Thanks ) |
I was thinking how I could see the previous/next months in the new calendar tooltip, and could not see a good way.
Please advise!
The text was updated successfully, but these errors were encountered: