Announcement

Collapse
No announcement yet.

How to change Kubuntu chronometer numbers?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [KDE] How to change Kubuntu chronometer numbers?

    You see 30 second | 1 minutes etc... the chronometer values.I want to add "1 hour and 15 minutes" to these values.How can I do it?
    chronometer

    Edit: I installed kteatime so the problem is solved
    Last edited by comonda2; Jan 16, 2020, 02:56 PM.

    #2
    I can see you already solved the issue (by using kteatime), but in case you (or anyone else) is interested, you can change the default timers in the event calendar widget by editing the defaultTimers variable array in:
    $HOME/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/TimerView.qml
    It has 8 timer slots (you'll have to replace one of them with your own timer, if you have more than 8, the last ones are not shown):
    label: i18n("75m"),
    seconds: 75 * 60,
    Once you're done, you need to restart plasma to have the changes recognized in the widget

    Comment

    Working...
    X