From eaf1096cbea4001527097acd556f5be28f4b463d Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 15:34:34 -0400 Subject: [PATCH] FIx typo --- modules/home/crow/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/crow/home.nix b/modules/home/crow/home.nix index ae8d2c0..39361c6 100644 --- a/modules/home/crow/home.nix +++ b/modules/home/crow/home.nix @@ -44,7 +44,7 @@ }; cpu = { format = "{usage}% "; - tooltip = false + tooltip = false; }; temperature = { critical-threshold = 80;