diff --git a/home/utils/btop.nix b/home/utils/btop.nix index 5660bb9..e3a9714 100644 --- a/home/utils/btop.nix +++ b/home/utils/btop.nix @@ -4,5 +4,10 @@ enable = true; catppuccin.enable = true; + + settings = { + theme_background = true; + update_ms = 725; + }; }; }