commit 70dcba8ff1cbedeb5db088682af58a17def97a69
parent dd3b70950bcacde7be8e5918f670bb0d1ff1af7a
Author: Alex Balgavy <alex@balgavy.eu>
Date: Tue, 4 May 2021 16:53:47 +0200
Update battery & brightness blocks
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/blocks.h b/blocks.h
@@ -1,7 +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*/
- {" 🔋 ", "echo $(battery | head -n 1 )%", 60, 0},
+ {"", "dwmblock-battery", 5, 3},
+ {"☀ ", "dwmblock-brightness", 0, 1},
{"", "date '+%b %d (%a) %I:%M%p'", 60, 0},
};