aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 161293a3e4d3dbcbb6efb20b70b745c93b3c7bf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
```