mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
b25a79cd34
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
581 B
Text
12 lines
581 B
Text
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. An asynchronous version of dwmblocks by UtkarshVerma with
|
|
clickability support and other features is available at:
|
|
https://github.com/UtkarshVerma/dwmblocks-async
|