dwmblocks

My build of dwmblocks.
git clone git://git.alex.balgavy.eu/dwmblocks.git
Log | Files | Refs | README | LICENSE

commit 6ea711ff8a71f68cb2aa3fd21ed8c651df042061
parent bea9295336b26c62a42a170277941f81e922e035
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Fri,  1 Aug 2025 15:35:11 +0200

Add blocks

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

diff --git a/blocks.h b/blocks.h @@ -1,6 +1,8 @@ //Modify this file to change what commands output to your statusbar, and recompile using the make command. static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ + {"", "dwmblock-tmuxlist", 10, 17}, + {"", "dwmblock-taskspooler", 10, 16}, {"", "dwmblock-emacs-org-clock", 10, 7}, {"", "dwmblock-battery", 5, 1}, // {"", "dwmblock-doppler", 0, 10},