dwmblocks/README.md
2022-10-13 06:10:52 +00:00

25 lines
735 B
Markdown

# dwmblocks-async
My perfect build of the [dwmblocks-async](https://github.com/liubianshi/dwmblocks-async) status bar for my perfect build of [dwm](https://github.com/SpyHoodle/dwn).
![dwmblocks screenshot](https://file.coffee/u/ASrRqPY8RLKzLY.png)
## scripts
I store my scripts in `.local/bin`, which is added to my `$PATH`.<br>
You can find my scripts in my [scripts repository](https://github.com/SpyHoodle/scripts).
## installation
**Note:** DWM needs the [status2d](https://dwm.suckless.org/patches/status2d/) patch for rendering 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
```