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