| Summary: | Display a divider/separator between the date and time for the inline clock | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Podagric <kde.podagric> |
| Component: | Digital Clock widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | m1vri31c, nate, zdaniel.gp |
| Priority: | NOR | ||
| Version First Reported In: | 5.21.90 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Other | ||
| OS: | Other | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=499989 | ||
| Latest Commit: | Version Fixed/Implemented In: | 6.3.0 | |
| Sentry Crash Report: | |||
|
Description
Podagric
2021-05-15 18:12:54 UTC
Seems reasonable. This was fixed on 6.3.0 (https://invent.kde.org/plasma/plasma-workspace/-/commit/27755ed3004363cfb6df9b8b92921fa6406fb5a8) It seems there is now no way to turn off the separator. I have always just used an extra space using the custom date format option, and the separator looks worse and takes up more space than my extra space did. Also the separator doesn't disappear when "Show date" is no longer selected, if the "Always beside time" option is selected. (In reply to m1vri31c from comment #3) > It seems there is now no way to turn off the separator. I have always just > used an extra space using the custom date format option, and the separator > looks worse and takes up more space than my extra space did. > > Also the separator doesn't disappear when "Show date" is no longer selected, > if the "Always beside time" option is selected. Bug 499989 addresses this Git commit b71ccfc79e3441c1ea7e077f77fa23b2b130f81d by Nate Graham, on behalf of Owen Ross. Committed on 17/06/2025 at 14:33. Pushed by ngraham into branch 'master'. applets/digitalclock: Remove hardcoded vertical pipe between date and time This change was unnecessary; you can already manually add it via the `|` character in the custom date option, if you really want this. Related: bug 499989 M +5 -25 applets/digital-clock/package/contents/ui/DigitalClock.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/b71ccfc79e3441c1ea7e077f77fa23b2b130f81d |