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";