aboutsummaryrefslogtreecommitdiffstats
path: root/home/quickshell/bar/blocks/Time.qml
diff options
context:
space:
mode:
Diffstat (limited to 'home/quickshell/bar/blocks/Time.qml')
-rw-r--r--home/quickshell/bar/blocks/Time.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/home/quickshell/bar/blocks/Time.qml b/home/quickshell/bar/blocks/Time.qml
new file mode 100644
index 0000000..5650fcb
--- /dev/null
+++ b/home/quickshell/bar/blocks/Time.qml
@@ -0,0 +1,10 @@
+import QtQuick
+import "../"
+
+BarBlock {
+ id: text
+ content: BarText {
+ symbolText: ` ${Datetime.time}`
+ }
+}
+