diff --git a/src/ui/components/status-bar-widget.svelte b/src/ui/components/status-bar-widget.svelte index 886a276c2..c2af1d925 100644 --- a/src/ui/components/status-bar-widget.svelte +++ b/src/ui/components/status-bar-widget.svelte @@ -11,7 +11,7 @@ const statusBarProps = useStatusBarWidget({ tasksForToday }); - $: ({ showNow, showNext, progressIndicator } = $settings); + $: ({ showNow, showNext, progressIndicator, timestampFormat } = $settings); $: ({ current, next } = $statusBarProps); @@ -24,7 +24,9 @@ {:else} {#if showNow && current} Now: {current.text} (-{current.timeLeft})Now: {current.text} (-{current.timeLeft}, till {current.endTime.format( + timestampFormat, + )}) {#if progressIndicator === "pie"}