dwmblocks

git clone git://mattcarlson.org/repos/dwmblocks.git
Log | Files | Refs

commit 6a57cc6d193d041a4e0f9c431c462d446dbf56b4
parent e48b450a4a5f70776d31b7489706b014c6a54e17
Author: Matthew Carlson <matt@mcarlson.xyz>
Date:   Tue, 24 Aug 2021 01:19:07 -0400

battery and backlight modules for laptop

Diffstat:
Mconfig.h | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/config.h b/config.h @@ -23,6 +23,7 @@ static Block blocks[] = { {"rss.sh", 1, 4}, {"net.sh", 1, 5}, {"vol.sh", 1, 6}, - {"monitor.sh", 1, 7}, - {"time.sh", 1, 8}, - {"date.sh", 1, 9}}; + {"light.sh", 1, 7}, + {"bat.sh", 1, 8}, + {"time.sh", 1, 9}, + {"date.sh", 1, 10}};