From 02835fd9f8c3f79987fadc5634761e3ca1d26dda Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Sun, 10 Nov 2024 20:03:21 +0100 Subject: [PATCH] feat(misc-pkgs): update btop update time period, make it show theme bg --- home/utils/btop.nix | 5 +++++ 1 file changed, 5 insertions(+) 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; + }; }; }