Adding statusbutton patch ref. #33

This commit is contained in:
bakkeby
2020-06-24 16:36:51 +02:00
parent 04906b4ddf
commit ce12e07163
4 changed files with 70 additions and 14 deletions

View File

@ -588,6 +588,11 @@
*/
#define STATUSALLMONS_PATCH 0
/* This patch adds a clickable button to the left hand side of the statusbar.
* https://dwm.suckless.org/patches/statusbutton/
*/
#define STATUSBUTTON_PATCH 0
/* This patch enables colored text in the status bar. It changes the way colors are defined
* in config.h allowing multiple color combinations for use in the status script.
* This patch is incompatible with and takes precedence over the status2d patch.