This commit is contained in:
Schrottkatze 2025-12-20 19:20:12 +01:00
commit 3ed9b836ee
No known key found for this signature in database
11 changed files with 139 additions and 18 deletions

View file

@ -6,8 +6,15 @@
programs.btop = {
enable = true;
settings = {
shown_boxes = "cpu mem net proc gpu0";
color_theme = "gruvbox_dark";
vim_keys = true;
proc_per_core = true;
proc_filter_kernel = true;
proc_aggregate = true;
cpu_graph_upper = "total";
cpu_graph_lower = "user";
update_ms = 500;
};
};
};