2022-01-23 19:17:20 +00:00
|
|
|
# dwmblocks-async
|
2022-02-19 22:37:42 +00:00
|
|
|
![dwmblocks screenshot](https://file.coffee/u/ASrRqPY8RLKzLY.png)<br>
|
2022-02-19 22:33:00 +00:00
|
|
|
My very minimal build of the dwmblocks-async status bar for my build of dwm, [perfectwm](https://github.com/SpyHoodle/perfectwm).
|
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-19 22:26:12 +00:00
|
|
|
You can find my scripts in my [dotfiles repository](https://github.com/SpyHoodle/dotfiles).
|
2022-02-19 22:33:00 +00:00
|
|
|
|
|
|
|
## 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
|
|
|
|
```
|