From eb54b0db7bbfee5c707ae31dadc2171c9471548d Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Mon, 26 Sep 2022 02:15:56 +0530 Subject: adding cpu usage script due to fontpatch --- config.h | 2 +- dwmblocks | Bin 22400 -> 22424 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 6f8532b..f84519d 100644 --- a/config.h +++ b/config.h @@ -2,7 +2,7 @@ static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ - //{"", "cpu", 5, 4}, + {"", "cpu", 5, 4}, {"", "cputemp", 2, 5}, {"", "nettraf", 1, 16}, {"", "memory", 5, 8}, diff --git a/dwmblocks b/dwmblocks index 2774635..80907bc 100755 Binary files a/dwmblocks and b/dwmblocks differ -- cgit v1.2.3