From 4f1afdd2527e5def0ec49666e58d6270ad77a6d0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 26 Feb 2026 19:34:25 +0100 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml') diff --git a/accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml b/accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml index fdb45aa0..d98378f1 100644 --- a/accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml +++ b/accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml @@ -20,6 +20,15 @@ Singleton { command: "today" } + IpcHandler { + target: "Worktime" + + function refresh(): void { + time.running = true; + today.running = true; + } + } + component CommandState : Scope { id: commandState -- cgit v1.2.3