Move some stuff around

This commit is contained in:
Alexander Rosenberg 2023-09-15 22:10:53 -07:00
parent e911dd7095
commit bb55ac56dd
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730
2 changed files with 4 additions and 8 deletions

9
.gitignore vendored
View File

@ -1,8 +1,3 @@
blocks.h
config.mk
dwmblocks dwmblocks
dwmblocks-pulse-listener config.mk
dwmblocks-*.pkg.tar.* blocks.h
src/
pkg/
scripts.tar

View File

@ -3,11 +3,12 @@
static const Block blocks[] = { static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "dwmblocks-battery", SECONDS(10), 0}, // {"", "dwmblocks-battery", SECONDS(10), 0},
{"", "dwmblocks-volume", 0, 1}, {"", "dwmblocks-volume", 0, 1},
{"", "date +'%a %b %d'", SECONDS(30), 0}, {"", "date +'%a %b %d'", SECONDS(30), 0},
{"", "date +'%R'", SECONDS(2), 0}, {"", "date +'%R'", SECONDS(2), 0},
{"", "dwmblocks-network", SECONDS(5), 0}, {"", "dwmblocks-network", SECONDS(5), 0},
//{"", "dwmblocks-fcitx5", 250, 0},
}; };
#include "pulse-listener.h" #include "pulse-listener.h"