| Summary: | Option to automatically show and hide the date based on available height | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Gregor Mi <codestruct> |
| Component: | Digital Clock widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | claudius.ellsel, kde.podagric, nate, niccolo, popov895 |
| Priority: | NOR | ||
| Version First Reported In: | 5.19.0 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=423155 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Setting to always show the date | ||
|
Description
Gregor Mi
2018-10-12 12:32:20 UTC
Nice suggestion! I thought about even almost always adding the date info, like on Windows. In this case, there should be an option “Always show the date”, which will allow me to display the date, even if the panel height is less than that threshold. Created attachment 129458 [details]
Setting to always show the date
There already is an option to always show the date. See the attached screenshot.
I believe there will be three options: * never show * always show * show if possible Ah, I misunderstood you then. Also for reference, since this is basically suggesting the same: https://phabricator.kde.org/D27845#622169 The default value to always display the date can be changed here: https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/digital-clock/package/contents/config/main.xml#L19 I suggest as a first measure to change that to be on by default. In a followup that could get expanded to allow automatic fitting as well. I created https://bugs.kde.org/show_bug.cgi?id=423155 now to be able to treat both solutions separately. This is not exactly implemented, but there's something very close to it: when the date is shown, its position is based on the panel thickness, instead of its visibility. This way, the date will be shown along the time on thin panels instead of disappearing entirely. I think that's better and it makes an extra option to auto-disable the date unnecessary. |