Change btop update time to 1s
This commit is contained in:
parent
04b2ae8206
commit
b87bc76b4d
|
@ -6,7 +6,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
color_theme = "tokyo-night";
|
color_theme = "tokyo-night";
|
||||||
graph_symbol = "block";
|
graph_symbol = "block";
|
||||||
update_ms = 2000;
|
update_ms = 1000;
|
||||||
proc_tree = true;
|
proc_tree = true;
|
||||||
proc_colors = true;
|
proc_colors = true;
|
||||||
proc_gradient = true;
|
proc_gradient = true;
|
||||||
|
|
Loading…
Reference in a new issue