From ae1db6545981f7bb55f0d0b662a18c55a0a8f1cf Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Wed, 4 Aug 2021 11:23:55 +0200 Subject: Genesis commit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..161293a --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +mstatus +======= +`mstatus` is a minimal status bar for the DWM window manager. The status bar is comprised of a +series of blocks which can be added, modified, and deleted by sending simple commands to a file. + +For usage instructions see the `mstatus(1)` manual page. + + +Installation +============ +Assuming you have cloned the repo, you can install the status bar and manual page in two commands. + +```sh +$ make +$ make install # Will require root permissions +``` -- cgit v1.2.3