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 782a108..2cdd223 100644 --- a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml +++ b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml @@ -16,14 +16,11 @@ ShellRoot { anchors.bottom: true implicitWidth: 50 color: "#1a1b26" - /* Text { anchors.centerIn: parent color: "#FFFFFF" font.pixelSize: 14 - text: Qt.formatDateTime(root.clock.date, "hh\nmm") -} -*/ + } } } }