diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-11-11 02:15:38 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-11-11 02:15:38 +0530 |
commit | 384fa3035f647b2693fc940f0fdc0648489c6212 (patch) | |
tree | a5b48e7c734f81fc2074b91f1352640ca9005cbc | |
parent | eaa523d40a26c7cb26b9f2ff77dc0b456e5beb71 (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | config.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2bc5509 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dwmblocks @@ -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}, |