dwmblocks/README.md

26 lines
797 B
Markdown
Raw Permalink Normal View History

2022-11-12 02:45:21 +00:00
# My dwmblocks build
2022-11-13 02:23:33 +00:00
Not much really. Just [statuscmd patch](https://gist.github.com/IGeraGera/e4a5583b91b3eec2e81fdceb44dea717) and my blocks.
## Dependenencies
2022-11-13 02:28:54 +00:00
* Some [scripts from my dotfiles](https://github.com/ThePolishHussar/dotfiles/tree/master/home/.local/bin) for actual output. You can use your own if prefered.
2022-11-13 02:23:33 +00:00
## Planned additions
* Nothing on the dwmblocks build itself. Might need to work on my scripts tho.
## Insllation
You're not the target audience of suckless if you need this but here it is:
```sh
git clone https://github.com/ThePolishHussar/dwmblocks.git
cd dwmblocks
make
sudo make install
make clean
```
2022-11-13 02:28:54 +00:00
Check [my dotfiles](https://github.com/ThePolishHussar/dotfiles/tree/master/home/.local/bin) for some sample scripts.
2022-11-13 02:23:33 +00:00
Make sure the scripts are in your path.