btop settings

This commit is contained in:
Andrea Ciceri 2024-04-02 12:42:53 +02:00
parent c9ef45c958
commit 458c00e499
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -1,6 +1,10 @@
{ {config, ...}: {
programs.btop = { programs.btop = {
enable = true; enable = true;
settings.update_ms = 100; settings = {
update_ms = 100;
theme_background = false;
color_theme = "${config.programs.btop.package}/share/btop/themes/dracula.theme";
};
}; };
} }