fix: conky update interval

This commit is contained in:
AngeD 2023-01-05 00:34:06 +01:00
parent a98c1f10de
commit 3c92d9f535

View File

@ -5,7 +5,7 @@ conky.config = {
short_units = true, short_units = true,
top_cpu_separate = true, top_cpu_separate = true,
total_run_times = 0, total_run_times = 0,
update_interval = 30, update_interval = 2,
use_spacer = 'none', use_spacer = 'none',
}; };