staticstatus + extrabar: Allow extrabar to be static on a monitor other than that of the main staticstatus monitor

This commit is contained in:
bakkeby
2020-07-08 14:13:29 +02:00
parent ccb275b984
commit fbaa215a14
2 changed files with 25 additions and 3 deletions

View File

@@ -57,6 +57,9 @@ static const int quit_empty_window_count = 2; /* only allow dwm to quit if no
#if EXTRABAR_PATCH
static const char statussep = ';'; /* separator between status bars */
static const int ebalign = 0; /* extrabar alignment: 0 - left, 1 - right, 2 - center */
#if STATICSTATUS_PATCH && !STATUSALLMONS_PATCH
static const int statebmonval = statmonval;
#endif // STATICSTATUS_PATCH
#endif // EXTRABAR_PATCH
#if PANGO_PATCH
static const char font[] = "monospace 10";