From 2a1ca5e432902252c3980f881476ff275b413bad Mon Sep 17 00:00:00 2001 From: Madeleine <32415621+SpyHoodle@users.noreply.github.com> Date: Sat, 19 Feb 2022 22:33:00 +0000 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b39808..b9dd32d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@ # dwmblocks-async -My very minimal build of the dwmblocks-async status bar for [perfectwm](https://github.com/SpyHoodle/perfectwm). +My very minimal build of the dwmblocks-async status bar for my build of dwm, [perfectwm](https://github.com/SpyHoodle/perfectwm). ## scripts I store my scripts in `.local/bin`, which is added to my `$PATH`.
You can find my scripts in my [dotfiles repository](https://github.com/SpyHoodle/dotfiles). + +## installation +**Note:** DWM needs the [status2d](https://dwm.suckless.org/patches/status2d/) patch for colours. + +Clone the git repository +```sh +git clone https://github.com/SpyHoodle/dwmblocks +``` +Change directory to dwmblocks +```sh +cd dwmblocks +``` +Make and install dwmblocks +```sh +make install +```