From 2c6ae8a4287ffad33a8c41b08ef47b62494a67dd Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Wed, 14 Jan 2026 14:47:59 -0500 Subject: Add quickshell config --- .config/quickshell/Time.qml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/quickshell/Time.qml (limited to '.config/quickshell/Time.qml') diff --git a/.config/quickshell/Time.qml b/.config/quickshell/Time.qml new file mode 100644 index 0000000..b54b12f --- /dev/null +++ b/.config/quickshell/Time.qml @@ -0,0 +1,15 @@ +pragma Singleton + +import Quickshell +import Quickshell.Io +import QtQuick + +Singleton { + id: root + readonly property string time: Qt.formatDateTime(clock.date, "MMM d hh:mm:ss") + + SystemClock { + id: clock + precision: SystemClock.Seconds + } +} -- cgit v1.2.3