From f08646ac21dbdd9a2c8acc9f95a1b070a5a04e23 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Fri, 13 Dec 2024 22:45:26 -0600 Subject: [PATCH] chore: update bottom config Signed-off-by: jolheiser --- apps/nogui/bottom.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/nogui/bottom.nix b/apps/nogui/bottom.nix index 98446f7..e7e5347 100644 --- a/apps/nogui/bottom.nix +++ b/apps/nogui/bottom.nix @@ -2,6 +2,10 @@ programs.bottom = { enable = true; settings = { + flags = { + dot_marker = true; + temperature_type = "fahrenheit"; + }; colors = { table_header_color = "#f5e0dc"; all_cpu_color = "#f5e0dc";