aboutsummaryrefslogtreecommitdiff
path: root/quickshell
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-06-19 23:13:27 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-06-19 23:13:27 +0530
commit88d778c2c1bbb3a61b3ff2e2a31b64666360ca48 (patch)
tree3cf743ffb66d3b89bf09543381c8f4b72c38f6fa /quickshell
parenta996d9d7e94a78c7c7edb33e87dd49a6c8583774 (diff)
nvim compile mode & zen 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: {