diff options
| author | stkhan <personal@slickd.xyz> | 2022-06-26 14:06:53 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-06-26 14:06:53 +0000 |
| commit | 8564b5cb470d957fe73051ff32557057682b26d2 (patch) | |
| tree | 4ba41220887cd1364c0f19638d09e262cb69065a | |
| parent | b5288d19e08b0db7b1a5060980cd4ecbc8e3f8ca (diff) | |
show new script in dwmblocks
| -rw-r--r-- | wm/dwmblocks/blocks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wm/dwmblocks/blocks.h b/wm/dwmblocks/blocks.h index 6b84963..ef5fc21 100644 --- a/wm/dwmblocks/blocks.h +++ b/wm/dwmblocks/blocks.h @@ -5,6 +5,7 @@ static const Block blocks[] = { {"", "dwmblocks-forecast", 60, 10}, {"", "dwmblocks-mpc", 2, 2}, {"", "dwmblocks-brightness", 1, 1}, + {"", "dwmblocks-du", 60, 0}, {"", "dwmblocks-volume", 0, 10}, {"", "dwmblocks-battery", 1, 0}, {"🕗 ", "date '+%k:%M'", 1, 0}, |