From a382b700b8fd166de7bfe111eb8ac65f50f9fd13 Mon Sep 17 00:00:00 2001 From: Jakub Date: Sat, 12 Nov 2022 21:23:33 -0500 Subject: [PATCH] updated README --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1051176..201e69d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ # My dwmblocks build -WIP + +Not much really. Just [statuscmd patch](https://gist.github.com/IGeraGera/e4a5583b91b3eec2e81fdceb44dea717) and my blocks. + +## Dependenencies + +* Some [scripts from my dotfiles]() for actual output. You can use your own if prefered. + +## Planned additions + +* Nothing on the dwmblocks build itself. Might need to work on my scripts tho. + +## Insllation + +You're not the target audience of suckless if you need this but here it is: +```sh +git clone https://github.com/ThePolishHussar/dwmblocks.git +cd dwmblocks +make +sudo make install +make clean +``` + +Check [my dotfiles]() for some sample scripts. +Make sure the scripts are in your path.