dwmblocks

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

commit 8e0dbd7177db9d429371d70312d5850736db9ad2
parent 6a57cc6d193d041a4e0f9c431c462d446dbf56b4
Author: Matthew Carlson <matt@mcarlson.xyz>
Date:   Tue, 19 Oct 2021 00:13:52 -0400

rss gone

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

diff --git a/config.h b/config.h @@ -20,10 +20,9 @@ static Block blocks[] = { {"music.sh", 1, 1}, {"pkgs.sh", 1, 2}, {"mail.sh", 1, 3}, - {"rss.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}}; + {"net.sh", 1, 4}, + {"vol.sh", 1, 5}, + {"light.sh", 1, 6}, + {"bat.sh", 1, 7}, + {"time.sh", 1, 8}, + {"date.sh", 1, 9}};