From 384fa3035f647b2693fc940f0fdc0648489c6212 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Fri, 11 Nov 2022 02:15:38 +0530 Subject: adding binary to .gitignore + using slower but accurate cpu_py script --- .gitignore | 1 + config.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2bc5509 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dwmblocks diff --git a/config.h b/config.h index 08c04bd..1212d26 100644 --- a/config.h +++ b/config.h @@ -2,7 +2,8 @@ static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ - {"", "cpu_sl", 5, 4}, + // {"", "cpu", 5, 4}, + {"", "cpu_py", 5, 4}, {"", "cputemp", 2, 5}, {"", "nettraf", 1, 16}, {"", "memory", 5, 8}, -- cgit v1.2.3