Adjust update intervals for conky, polybar

This commit is contained in:
2019-11-17 13:42:34 -05:00
parent 5cfd6b608a
commit bb2304ff22
3 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ conky.config = {
own_window_type = 'override',
own_window_class = 'sysinfo_green',
own_window_transparent = true,
update_interval = 1.0,
update_interval = 5.0,
use_xft = true,
temperature_unit = 'fahrenheit',
}