diff --git a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml index dacf378..dd651ef 100644 --- a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml +++ b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml @@ -14,6 +14,7 @@ PanelWindow { } Text { + anchors.centerIn: parent text: Qt.formatDateTime(clock.date, "hh\nmm") } }