aboutsummaryrefslogtreecommitdiff
path: root/quickshell
diff options
context:
space:
mode:
Diffstat (limited to 'quickshell')
-rw-r--r--quickshell/BatteryInfo.qml2
-rw-r--r--quickshell/Procs.qml2
2 files changed, 2 insertions, 2 deletions
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: {