From 71993086fe0a9b50d387e0c501138103a6ae7134 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 16 Feb 2024 10:19:35 +0000 Subject: [PATCH] Add cache colour to bottom config --- home/bottom/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/bottom/default.nix b/home/bottom/default.nix index 35f7f90d..934d0060 100644 --- a/home/bottom/default.nix +++ b/home/bottom/default.nix @@ -5,11 +5,12 @@ rainbow = [base08 base09 base0A base0B base0C base0D base0E base0F]; in { table_header_color = base05; - all_cpu_color = base03; + all_cpu_color = base05; avg_cpu_color = base05; cpu_core_colors = rainbow; - ram_color = base0B; - swap_color = base09; + ram_color = base08; + cache_color = base0B; + swap_color = base0D; rx_color = base0B; tx_color = base08; widget_title_color = base0C;