From 42a28b9fe31ab0e58e1f55df3778bf8388d46856 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 21 Jun 2022 14:33:48 +0200 Subject: [PATCH] feat(i3status): show cpu bars and frequency --- home-mandlm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-mandlm.nix b/home-mandlm.nix index a4e5c6f..c9a08a6 100644 --- a/home-mandlm.nix +++ b/home-mandlm.nix @@ -140,6 +140,7 @@ { block = "cpu"; interval = 1; + format = "{barchart} {frequency}"; } { block = "load";