From 88d778c2c1bbb3a61b3ff2e2a31b64666360ca48 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Fri, 19 Jun 2026 23:13:27 +0530 Subject: nvim compile mode & zen mode --- quickshell/BatteryInfo.qml | 2 +- quickshell/Procs.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'quickshell') diff --git a/quickshell/BatteryInfo.qml b/quickshell/BatteryInfo.qml index e879d94..72e4f3b 100644 --- a/quickshell/BatteryInfo.qml +++ b/quickshell/BatteryInfo.qml @@ -19,7 +19,7 @@ Rectangle { property var capacity: "" Timer { - interval: 0 + interval: 5000 running: true repeat: false onTriggered: { diff --git a/quickshell/Procs.qml b/quickshell/Procs.qml index f24bec6..6442bfb 100644 --- a/quickshell/Procs.qml +++ b/quickshell/Procs.qml @@ -4,7 +4,7 @@ import QtQuick Scope { Timer { - interval: 2000 + interval: 5000 running: true repeat: true onTriggered: { -- cgit v1.2.3