dwmblocks

my dwmblocks build
git clone https://s.sonu.ch/~roket1428/dwmblocks.git
Log | Files | Refs | README | LICENSE

commit f9b38dd3f3c3675921f4a2c5170045b3c5ff2dc4
parent 6c3335d20893235471abe80b5644fbbaf5c7dd44
Author: roket1428 <meorhan@protonmail.com>
Date:   Tue, 31 Aug 2021 15:50:01 +0300

added new scripts to blocks.h

Diffstat:
Mblocks.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/blocks.h b/blocks.h @@ -1,11 +1,11 @@ //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*/ - {"", "~/.bin/song", 20, 0}, + {" ", "~/.bin/music", 20, 0}, - {"", "~/.bin/sound", 20, 0}, + {" ", "~/.bin/audio", 20, 0}, - {"", "~/.bin/weather", 360, 0}, + {" ", "~/.bin/wttr", 600, 0}, {" ", "~/.bin/disk", 360, 0},