From 100f17b7f1aa3bef55d04c210df049c51ebc4c12 Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Sun, 10 Nov 2024 20:08:02 +0100 Subject: [PATCH] fix(misc-pkgs): btop fix ugly flickering --- home/utils/btop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/utils/btop.nix b/home/utils/btop.nix index e3a9714..90dccc9 100644 --- a/home/utils/btop.nix +++ b/home/utils/btop.nix @@ -8,6 +8,7 @@ settings = { theme_background = true; update_ms = 725; + graph_symbol = "block"; }; }; }