Change btop update time to 1s

This commit is contained in:
Evie Litherland-Smith 2023-11-13 13:05:19 +00:00
parent 04b2ae8206
commit b87bc76b4d

View file

@ -6,7 +6,7 @@
settings = {
color_theme = "tokyo-night";
graph_symbol = "block";
update_ms = 2000;
update_ms = 1000;
proc_tree = true;
proc_colors = true;
proc_gradient = true;