diff --git a/home/x/i3bar.nix b/home/x/i3bar.nix index d75951f..2f8b4c8 100644 --- a/home/x/i3bar.nix +++ b/home/x/i3bar.nix @@ -56,7 +56,7 @@ in block = "temperature"; collapsed = false; interval = 10; - format = "{max}°"; + format = "{max}"; # FIXME: specific to my AMD Ryzen CPU. Make this depend on # hostname or something else chip = "k10temp-pci-*";