From 2e070d4837f54d7a8845d51c48f0a691c2e51a6c Mon Sep 17 00:00:00 2001
From: Frost-Phoenix <67cyril6767@gmail.com>
Date: Sat, 11 Nov 2023 16:06:16 +0100
Subject: [PATCH] change btop config

---
 modules/home/btop/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/home/btop/default.nix b/modules/home/btop/default.nix
index 866dd9b..68bfc8e 100644
--- a/modules/home/btop/default.nix
+++ b/modules/home/btop/default.nix
@@ -6,6 +6,7 @@
     settings = {
       color_theme = "dracula";
       theme_background = false;
+      update_ms = 500;
     };
   };
 }
\ No newline at end of file