From 3c92d9f535a3562eb7058fad536cb3de26e6beb9 Mon Sep 17 00:00:00 2001 From: AngeD Date: Thu, 5 Jan 2023 00:34:06 +0100 Subject: [PATCH] fix: conky update interval --- .config/conky/conky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/conky/conky.conf b/.config/conky/conky.conf index 898a1a4..0f58d47 100644 --- a/.config/conky/conky.conf +++ b/.config/conky/conky.conf @@ -5,7 +5,7 @@ conky.config = { short_units = true, top_cpu_separate = true, total_run_times = 0, - update_interval = 30, + update_interval = 2, use_spacer = 'none', };