From 1b5cab4793ee313b88cde45f9fc5b275d07183ed Mon Sep 17 00:00:00 2001 From: Oak Date: Fri, 5 Apr 2024 06:57:09 +0000 Subject: [PATCH] beautify --- bar/barheight.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar/barheight.patch b/bar/barheight.patch index 94af2ee..4f6ed8d 100644 --- a/bar/barheight.patch +++ b/bar/barheight.patch @@ -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 };