slstatus/README.md

19 lines
361 B
Markdown
Raw Normal View History

2022-02-25 16:44:18 +00:00
# slstatus
2022-02-25 16:46:34 +00:00
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
```