Update README.md

This commit is contained in:
Madeleine 2022-02-19 22:33:00 +00:00 committed by GitHub
parent 955038346e
commit 2a1ca5e432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.<br>
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
```