diff options
Diffstat (limited to 'modules/lock')
| -rw-r--r-- | modules/lock/Status.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/lock/Status.qml b/modules/lock/Status.qml index a803c76..a3a0cac 100644 --- a/modules/lock/Status.qml +++ b/modules/lock/Status.qml @@ -29,6 +29,12 @@ WrapperItem { rightMargin: 0 topMargin: 0 + Timer { + running: true + interval: 10 + onTriggered: notifs.countChanged() + } + Behavior on implicitWidth { Anim { duration: Appearance.anim.durations.large |