summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2026-02-26 19:34:25 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2026-02-26 19:34:25 +0100
commit4f1afdd2527e5def0ec49666e58d6270ad77a6d0 (patch)
treeb9292d81a4c4c2444a2ab8d1a62bee292e25f10c /accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml
parent3b658e4ea09c672fa7a4ff0abc458d8b7c21f1de (diff)
downloadnixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.tar
nixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.tar.gz
nixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.tar.bz2
nixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.tar.xz
nixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.zip
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/Services/Worktime.qml9
1 files changed, 9 insertions, 0 deletions
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 {
20 command: "today" 20 command: "today"
21 } 21 }
22 22
23 IpcHandler {
24 target: "Worktime"
25
26 function refresh(): void {
27 time.running = true;
28 today.running = true;
29 }
30 }
31
23 component CommandState : Scope { 32 component CommandState : Scope {
24 id: commandState 33 id: commandState
25 34