dwmblocks

my build of dwmblocks
git clone git://giovanniamaral.com/dwmblocks
Log | Files | Refs | README | LICENSE

commit 182b9ef60287f15d59e1196ab86ff094351eac66
parent 1841ebfbd1d40353fd5ae5aecce41b7819964926
Author: Giovanni Amaral <giovanni@giovanniamaral.com>
Date:   Fri,  7 Aug 2026 19:24:16 -0300

Add torrent block

Diffstat:
Mblocks.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/blocks.def.h b/blocks.def.h @@ -5,6 +5,7 @@ static const Block blocks[] = { {"🔆", "sb-brightness", 5, 1}, {"", "sb-volume", 0, 2}, {"", "sb-mailbox", 0, 3}, + {"", "sb-torrent", 20, 0}, {"📅", "sb-clock", 60, 0}, };