slstatus/README.md
2022-02-25 16:46:34 +00:00

19 lines
361 B
Markdown

# slstatus
My configuration and build of suckless's slstatus, a statusbar for dwm written in C.
![slstatus screenshot](https://file.coffee/u/iBKOyj9ENl4CVk.png)
# installation
Clone the git repository
```sh
git clone https://github.com/SpyHoodle/slstatus
```
Change directory to slstatus
```sh
cd slstatus
```
Make and install slstatus
```sh
make install
```