Add bar padding smart patch (#419)

This commit is contained in:
SalahDin Rezk
2024-04-04 16:51:13 +02:00
committed by GitHub
parent 82c3366317
commit 36b574eff6
2 changed files with 29 additions and 0 deletions

View File

@ -369,6 +369,12 @@
*/
#define BAR_PADDING_VANITYGAPS_PATCH 0
/* Smart bar padding patch that automatically adjusts the padding when there is
* only one client on the monitor. Works well with vanitygaps and barpadding
* patches.
*/
#define BAR_PADDING_SMART_PATCH 0
/* This patch adds simple markup for status messages using pango markup.
* This depends on the pango library v1.44 or greater.
* You need to uncomment the corresponding lines in config.mk to use the pango libraries