diff options
Diffstat (limited to 'desktop/dwmblocks/README')
-rw-r--r-- | desktop/dwmblocks/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/dwmblocks/README b/desktop/dwmblocks/README new file mode 100644 index 0000000000..3eed3f0a09 --- /dev/null +++ b/desktop/dwmblocks/README @@ -0,0 +1,12 @@ +dwmblocks is a modular status bar for dwm written in C. + +The statusbar is made from text output from commandline programs. +Blocks are added and removed by editing the blocks.h header file. + +If a blocks.h is found in the SlackBuild directory it will be copied to +the source directory and used in the build, allowing easy customisation. + +This build of dwmblocks (written by torrinfail) only contains basic text +support. A rewrite of dwmblocks by ashish-yadav11 with additional +features (clickability, cursor hinting and color) is available at: +https://github.com/ashish-yadav11/dwmblocks |