diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2c5869c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build/ +dwmblocks +*.o diff --git a/build/bar.o b/build/bar.o deleted file mode 100644 index ae8e081..0000000 Binary files a/build/bar.o and /dev/null differ diff --git a/build/block.o b/build/block.o deleted file mode 100644 index 657f54e..0000000 Binary files a/build/block.o and /dev/null differ diff --git a/build/config.o b/build/config.o deleted file mode 100644 index a334f90..0000000 Binary files a/build/config.o and /dev/null differ diff --git a/build/dwmblocks b/build/dwmblocks deleted file mode 100755 index cb93da5..0000000 Binary files a/build/dwmblocks and /dev/null differ diff --git a/build/main.o b/build/main.o deleted file mode 100644 index 07eeaf3..0000000 Binary files a/build/main.o and /dev/null differ diff --git a/build/util.o b/build/util.o deleted file mode 100644 index 558a9d8..0000000 Binary files a/build/util.o and /dev/null differ diff --git a/build/x11.o b/build/x11.o deleted file mode 100644 index 08fcc33..0000000 Binary files a/build/x11.o and /dev/null differ diff --git a/config.c b/config.c index 408d28b..19cd50a 100644 --- a/config.c +++ b/config.c @@ -5,7 +5,7 @@ Block blocks[] = { {"memory", 10, 6}, - {"cpu", 10, 5}, + {"cpu intel", 10, 5}, {"disk /", 1800, 7}, {"volume", 0, 4}, {"battery BAT0", 5, 2},