-
-
Notifications
You must be signed in to change notification settings - Fork 732
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
Calendar Year mode #1956
Calendar Year mode #1956
Conversation
Signed-off-by: Viktar Lukashonak <[email protected]>
Signed-off-by: Viktar Lukashonak <[email protected]>
Signed-off-by: Viktar Lukashonak <[email protected]>
Signed-off-by: Viktar Lukashonak <[email protected]>
Signed-off-by: Viktar Lukashonak <[email protected]>
Changed my config accordingly but I cannot figure out how to display "format-alt" |
Hi @jlaunay. As it was before "format-alt": "{:%A, %B %d, %Y (%R)} " is supported under the clock configuration. Please see my config on the top of this PR. And thanks, I really don't see description on WIKI. Will complete it soon. |
Thank you for your answer. I have "format-alt" in my configuration. To be sure I copied and pasted the example in your PR but nothing to do, a left click does not change from "format" to "format-alt". |
Here is a small recording using a minimal configuration (only the clock module centered), I tried left, right and middle click. |
@jlaunay can you reassign mode switching to left-button please and check then format alt ? "on-click-right": "mode", change to "on-click-left": "mode", |
using "on-click-left": "mode", Make left click change the mode (month/year view) but still no way to view alt format. |
Thank you. Actually just checked and see the same issue. |
Glad to hear it, I was wondering what I could have done wrong again :) |
Also, if it's not too difficult to add, it would be nice to have on-click-middle support for calendar as I usually use right to launch a specific calendar app and left to change format. |
@jlaunay, for now I'll fix the alt mode . I've already found the issue. For the improvements please create separate Issue. Thanks. |
@jlaunay , fix was merged. Please take the freshet src and check again. Make sure - to return back switch mode "on-click-right": "mode", format-alt should work as previous on left mouse button |
Thanks a lot for you for your responsiveness, I confirm it's now perfect. |
I'm trying to use the timezone switch with the defined actions
anything obvious I'm forgetting to configure? thanks |
Hi @apiraino , Is it still relevant? |
@LukashonakV yes, I think so. I could not yet figure out how the Let me know if you prefer me opening a separate issue. thanks |
Hi @apiraino can you start conversation in https://github.com/Alexays/Waybar/discussions in order to have tracked conversation.
|
HI @apiraino any news ? |
@LukashonakV opened a discussion |
Hi @Alexays ,
There's a huge code changing related to the new functionality. Calendar component in Clock module now supports Year view mode.
Examples