From 376a0284a9e8955d8c6e43663d4cd043b9c3bfd6 Mon Sep 17 00:00:00 2001 From: spy Date: Fri, 25 Feb 2022 16:46:34 +0000 Subject: [PATCH] update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index bda174b..ad18c81 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ # 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 +```