mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-10 13:14:57 +00:00
beautify
This commit is contained in:
parent
014ae9d1ad
commit
1b5cab4793
@ -6,7 +6,7 @@ index 0be3ad0..d80d80c 100644
|
|||||||
/* bar */
|
/* bar */
|
||||||
static const int showbar = 1; /* 0 means no bar */
|
static const int showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 1; /* 0 means bottom 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 *fonts[] = {"monospace:size=10"};
|
||||||
static const char *fontattrs = "dpi=96";
|
static const char *fontattrs = "dpi=96";
|
||||||
static pixman_color_t normbarfg = { 0xbbbb, 0xbbbb, 0xbbbb, 0xffff };
|
static pixman_color_t normbarfg = { 0xbbbb, 0xbbbb, 0xbbbb, 0xffff };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user