This commit is contained in:
Oak 2024-04-05 06:57:09 +00:00
parent 014ae9d1ad
commit 1b5cab4793

View File

@ -6,7 +6,7 @@ index 0be3ad0..d80d80c 100644
/* bar */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
+static const int user_bh = 1; /* 0 means that dwl will calculate bar height, >= 1 means dwl will use user_bh as bar height */
+static const int user_bh = 1; /* 0 means that dwl will calculate bar height, >= 1 means dwl will use user_bh as bar height */
static const char *fonts[] = {"monospace:size=10"};
static const char *fontattrs = "dpi=96";
static pixman_color_t normbarfg = { 0xbbbb, 0xbbbb, 0xbbbb, 0xffff };