From ff3540df869bed0d1a4a7f2d6d53a55b1a873b21 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:12:29 +0400 Subject: [PATCH] Shut up --- config/quickshell/shell.qml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 *\/ */ + /* } */ }