dwmblocks/README.md

25 lines
735 B
Markdown
Raw Permalink Normal View History

2022-01-23 19:17:20 +00:00
# dwmblocks-async
2022-10-13 07:10:52 +01:00
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).
2022-02-19 23:19:58 +00:00
![dwmblocks screenshot](https://file.coffee/u/ASrRqPY8RLKzLY.png)
2022-01-23 19:17:20 +00:00
## scripts
I store my scripts in `.local/bin`, which is added to my `$PATH`.<br>
2022-02-22 17:28:36 +00:00
You can find my scripts in my [scripts repository](https://github.com/SpyHoodle/scripts).
2022-02-19 22:33:00 +00:00
## installation
2022-02-19 23:19:58 +00:00
**Note:** DWM needs the [status2d](https://dwm.suckless.org/patches/status2d/) patch for rendering colours.
2022-02-19 22:33:00 +00:00
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
```