feat(btop): added new preset for minimalistic configuration

note that it may not work on small monitors. keep that in mind. also the
new preset is located at `btop -p 2`
This commit is contained in:
kenji
2026-03-08 11:29:05 -05:00
parent d592750de7
commit 318718aabd
+1
View File
@@ -7,6 +7,7 @@
vim_keys = true;
color_theme = "TTY";
theme_background = false;
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty cpu:0:default,mem:0:default,net:0:default,gpu0:0:default";
};
};
}