diff options
| author | bakkeby <[email protected]> | 2020-07-15 08:10:30 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-07-15 08:10:30 +0200 |
| commit | b84604f821cfe7c9eb6a2a7527ed602040224723 (patch) | |
| tree | e689884778a75b59288985a63562c209fef921d3 | |
| parent | 1584a32063cd252ec726dd18747c5f91f12f8be9 (diff) | |
| download | dwm-flexipatch-b84604f821cfe7c9eb6a2a7527ed602040224723.tar.gz dwm-flexipatch-b84604f821cfe7c9eb6a2a7527ed602040224723.zip | |
Correcting links status2d compatible with extrabar
| -rw-r--r-- | patches.def.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/patches.def.h b/patches.def.h index 81dcc7c..1168948 100644 --- a/patches.def.h +++ b/patches.def.h @@ -600,7 +600,6 @@ /* Status2d allows colors and rectangle drawing in the dwm status bar. * This patch is incompatible with the statuscolors patch which takes precedence. - * This patch is incompatible with the extrabar patch. * NB: If using this with dwmblocks then make sure to increase CMDLENGTH in dwmblocks.c * from 50 (default) to 1024. * https://dwm.suckless.org/patches/status2d/ @@ -784,8 +783,8 @@ /* This patch adds configurable gaps between windows differentiating between outer, inner, * horizontal and vertical gaps. - * https://github.com/bakkeby/dwm-vanitygaps/tree/master/patches/dwm-vanitygaps-6.2.diff - * https://github.com/bakkeby/dwm-vanitygaps/tree/master/patches/dwm-vanitygaps-cfacts-6.2.diff + * https://github.com/bakkeby/patches/blob/master/dwm/dwm-vanitygaps-6.2.diff + * https://github.com/bakkeby/patches/blob/master/dwm/dwm-cfacts-vanitygaps-6.2.diff */ #define VANITYGAPS_PATCH 0 |
