summaryrefslogtreecommitdiff
path: root/modules/dashboard/Dash.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-18 11:42:16 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-18 11:42:16 +0800
commitc6a389120d8f1eebcc817d2903aae5ebb2b8732b (patch)
tree97f913626275123f8bb2ac94b5778f89a0691160 /modules/dashboard/Dash.qml
parentdashboard: m3 tab line (diff)
downloadcaelestia-shell-c6a389120d8f1eebcc817d2903aae5ebb2b8732b.tar.gz
caelestia-shell-c6a389120d8f1eebcc817d2903aae5ebb2b8732b.tar.bz2
caelestia-shell-c6a389120d8f1eebcc817d2903aae5ebb2b8732b.zip
dashboard: add datetime
Diffstat (limited to 'modules/dashboard/Dash.qml')
-rw-r--r--modules/dashboard/Dash.qml8
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/dashboard/Dash.qml b/modules/dashboard/Dash.qml
index 2d768c7..0d8b760 100644
--- a/modules/dashboard/Dash.qml
+++ b/modules/dashboard/Dash.qml
@@ -26,11 +26,9 @@ GridLayout {
}
Rect {
- text: "time"
-
Layout.row: 1
- Layout.preferredWidth: 100
- Layout.fillHeight: true
+
+ DateTime {}
}
Rect {
@@ -40,7 +38,7 @@ GridLayout {
Layout.column: 1
Layout.columnSpan: 3
Layout.fillWidth: true
- Layout.preferredHeight: 200
+ Layout.fillHeight: true
}
Rect {