wmsl

Block-based window manager status line
git clone https://git.sinitax.com/sinitax/wmsl
Log | Files | Refs | README | LICENSE | sfeed.txt

commit a29621793317d679d6e43271c5e7390db4f038aa
parent 910f0294c4f9a21e33dfe027e8d7eb7164f917f5
Author: Louis Burda <quent.burda@gmail.com>
Date:   Sun, 13 Sep 2020 21:49:39 +0200

Fix blocks array empty by default

Diffstat:
Mblocks.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blocks.def.h b/blocks.def.h @@ -4,7 +4,7 @@ struct block blocks[] = { /* command block-id interval flags */ - { SCRIPT_DIR("calendar.sh"), 0, 5, READY } +// { SCRIPT_DIR("example.sh"), 1, 5, READY } }; const char delim[] = " | ";