dwmblocks

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

commit 92a5ad3c83510d485ba505e3be314567274fe34d
parent 8824e6e677d40a932f8a52c38dd803b63aeb3004
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Fri, 22 Dec 2023 23:54:43 +0100

More blocks

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

diff --git a/blocks.h b/blocks.h @@ -1,10 +1,18 @@ //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-emacs-org-clock", 10, 7}, {"", "dwmblock-battery", 5, 1}, + {"", "dwmblock-doppler", 0, 10}, {"", "dwmblock-cpu", 10, 2 }, - {"☀ ", "dwmblock-brightness", 0, 3}, - {"", "date '+%b %d (%a) %I:%M%p'", 60, 4}, + {"", "dwmblock-brightness", 0, 3}, + {"", "dwmblock-internet", 10, 5}, + {"", "dwmblock-nettraf", 10, 12}, + {"", "dwmblock-bluetooth", 10, 8}, + {"", "dwmblock-volume", 10, 6}, + {"", "dwmblock-kbselect", 0, 11}, + {"", "dwmblock-startbutton", 60, 13}, + {"", "date '+%b %d (%a) %I:%M%p'", 1, 4}, }; //sets delimeter between status commands. NULL character ('\0') means no delimeter.