Update README.md
This commit is contained in:
parent
955038346e
commit
2a1ca5e432
18
README.md
18
README.md
@ -1,6 +1,22 @@
|
|||||||
# dwmblocks-async
|
# 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
|
## scripts
|
||||||
I store my scripts in `.local/bin`, which is added to my `$PATH`.<br>
|
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).
|
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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user