diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-17 21:34:15 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-17 21:34:15 +0200 |
| commit | bad08ffb6cd8227a79abd85dda9fbc10e4fdd7df (patch) | |
| tree | e0f3d53122c8063038d1297be9d579a620ea6bc8 | |
| parent | 1222dae9b478619b9a53e4d51061edafa2a6334c (diff) | |
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0cfe58 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# dbar - Dynamic Bar for DWL + +A simple status bar for DWL using ipc. + +## Statusline + +The contents of the file `/tmp/statusline` will be displayed +as a status of the right side of the active monitor. + +The statusfile-path can be changed in the `config.h` |