From 318718aabd5275130182bc0c62b4aef1547cdbde Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 8 Mar 2026 11:29:05 -0500 Subject: [PATCH] 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` --- apps/btop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/btop/default.nix b/apps/btop/default.nix index cdc2c88..898960b 100644 --- a/apps/btop/default.nix +++ b/apps/btop/default.nix @@ -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"; }; }; }