diff options
Diffstat (limited to '.config/quickshell/Time.qml')
| -rw-r--r-- | .config/quickshell/Time.qml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.config/quickshell/Time.qml b/.config/quickshell/Time.qml deleted file mode 100644 index 7af1b1f..0000000 --- a/.config/quickshell/Time.qml +++ /dev/null @@ -1,15 +0,0 @@ -pragma Singleton - -import Quickshell -import Quickshell.Io -import QtQuick - -Singleton { - id: root - readonly property var time: clock.date - - SystemClock { - id: clock - precision: SystemClock.Seconds - } -} |
