diff --git a/config/quickshell/shell.qml b/config/quickshell/shell.qml index fec94197..ea9dd8fe 100644 --- a/config/quickshell/shell.qml +++ b/config/quickshell/shell.qml @@ -76,7 +76,7 @@ ShellRoot { anchors.horizontalCenter: parent.horizontalCenter /* spacing: 5 */ - + Tray {} Battery { } /* Date {} */ Time {} @@ -96,11 +96,11 @@ ShellRoot { /* } */ /* } */ - Timer { - interval: 1000 - running: true - repeat: true - onTriggered: dateProc.running = true - } + /* Timer { */ + /* interval: 1000 */ + /* running: true */ + /* repeat: true */ + /* /\* onTriggered: dateProc.running = true *\/ */ + /* } */ }