diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-06-19 23:13:27 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-06-19 23:13:27 +0530 |
| commit | 88d778c2c1bbb3a61b3ff2e2a31b64666360ca48 (patch) | |
| tree | 3cf743ffb66d3b89bf09543381c8f4b72c38f6fa /quickshell/BatteryInfo.qml | |
| parent | a996d9d7e94a78c7c7edb33e87dd49a6c8583774 (diff) | |
nvim compile mode & zen mode
Diffstat (limited to 'quickshell/BatteryInfo.qml')
| -rw-r--r-- | quickshell/BatteryInfo.qml | 2 |
1 files changed, 1 insertions, 1 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: { |
