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

RFC: Add support for 3- and 4-line date+time display on vertical panels #1854

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

steven676
Copy link

On narrow vertical panels (and not-so-narrow ones -- at least on my system, "narrow" seems to include the default 48px-wide panel), the date is not displayed for lack of space. This patch shows the date on those narrow panels by splitting the date over multiple lines ("Mar\n11", for example) if necessary.

This results in a behavior change that not everyone might like, so I suppose someone might want it gated behind a config option -- I didn't have time to figure that out. (Also, I'd personally prefer to get rid of the | and : separators in the date/time in vertical panels -- that's basically how it looks on ChromeOS, and that works fine and is less cluttered -- but elected to make a minimal change with this patch.)

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

Successfully merging this pull request may close these issues.

1 participant