diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-08 03:33:25 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-08 03:33:25 +0900 |
| commit | f799063cf16f6dc956d9edb83318361be37f0097 (patch) | |
| tree | 3e6d6f3c7385d7dd28b65ceb229ec3140f6a64af /dwmblocks | |
| parent | a99d8241826a188e779d28cdfecf8ff2793f2a93 (diff) | |
Init
Diffstat (limited to 'dwmblocks')
| -rw-r--r-- | dwmblocks/config.h | 6 | ||||
| -rwxr-xr-x | dwmblocks/dwmblocks | bin | 26344 -> 22248 bytes | |||
| -rw-r--r-- | dwmblocks/dwmblocks.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dwmblocks/config.h b/dwmblocks/config.h index 2805cae..45e6f39 100644 --- a/dwmblocks/config.h +++ b/dwmblocks/config.h @@ -16,9 +16,9 @@ static const Block blocks[] = { {"", "sb-doppler", 0, 13}, {"", "sb-forecast", 3600, 5}, {"", "sb-cpu", 60, 18}, - {"", "sb-memory", 60, 14}, - {"", "sb-disk", 10800, 20}, - // {"", "sb-nettraf", 1, 16}, + /* {"", "sb-memory", 60, 14}, */ + /* {"", "sb-disk", 10800, 20}, */ + /* {"", "sb-nettraf", 1, 16}, */ {"", "sb-volume", 0, 10}, {"", "sb-brightness", 0, 22}, {"", "sb-battery", 5, 3}, diff --git a/dwmblocks/dwmblocks b/dwmblocks/dwmblocks Binary files differindex 70e4738..c7ff0a0 100755 --- a/dwmblocks/dwmblocks +++ b/dwmblocks/dwmblocks diff --git a/dwmblocks/dwmblocks.c b/dwmblocks/dwmblocks.c index ae9b5ce..dcd1785 100644 --- a/dwmblocks/dwmblocks.c +++ b/dwmblocks/dwmblocks.c @@ -9,7 +9,7 @@ #include <sys/signalfd.h> #include <poll.h> #define LENGTH(X) (sizeof(X) / sizeof (X[0])) -#define CMDLENGTH 256 +#define CMDLENGTH 128 typedef struct { char* icon; |
