@@ -0,0 +1,16 @@
pragma Singleton
import Quickshell
import QtQuick
Singleton {
id: root
readonly property string time: {
Qt.formatDateTime(clock.date, "hh:mm AP");
}
SystemClock {
id: clock
precision: SystemClock.Minutes
The note is not visible to the blocked user.