dwmblocks

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

commit cff8ad1f58b1d9313019b119ba890e71b4ecc8ad
parent 92a5ad3c83510d485ba505e3be314567274fe34d
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Mon, 15 Jan 2024 13:43:56 +0100

Update dwmblocks

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

diff --git a/blocks.h b/blocks.h @@ -4,6 +4,7 @@ static const Block blocks[] = { {"", "dwmblock-emacs-org-clock", 10, 7}, {"", "dwmblock-battery", 5, 1}, {"", "dwmblock-doppler", 0, 10}, + {"", "dwmblock-iss", 0, 14}, {"", "dwmblock-cpu", 10, 2 }, {"", "dwmblock-brightness", 0, 3}, {"", "dwmblock-internet", 10, 5}, @@ -11,6 +12,7 @@ static const Block blocks[] = { {"", "dwmblock-bluetooth", 10, 8}, {"", "dwmblock-volume", 10, 6}, {"", "dwmblock-kbselect", 0, 11}, + {"", "dwmblock-touchpad", 0, 15}, {"", "dwmblock-startbutton", 60, 13}, {"", "date '+%b %d (%a) %I:%M%p'", 1, 4}, };