dwmblocks

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

commit 66aabbf293aab4cd34d958b81b76c4faddf9b35d
parent 688dfa6546544947c6508b0aeb015c45ddc627d6
Author: Matthew Carlson <matt@mattcarlson.org>
Date:   Tue, 23 Aug 2022 22:57:09 -0400

rearranged modules

Diffstat:
Mconfig.h | 19++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/config.h b/config.h @@ -17,12 +17,13 @@ typedef struct { // blocks static Block blocks[] = { - {"music.sh", 1, 1}, - {"pkgs.sh", 1, 2}, - {"mail.sh", 1, 3}, - {"net.sh", 1, 4}, - {"vol.sh", 1, 5}, - {"light.sh", 1, 6}, - {"bat.sh", 1, 7}, - {"time.sh", 1, 8}, - {"date.sh", 1, 9}}; + {"pkgs.sh", 1, 1}, + {"mail.sh", 1, 2}, + {"rss.sh", 1, 3}, + {"torr.sh", 1, 4}, + {"net.sh", 1, 5}, + {"vol.sh", 1, 6}, + {"light.sh", 1, 7}, + {"bat.sh", 1, 8}, + {"time.sh", 1, 9}, + {"date.sh", 1, 10}};