From 5d59643d3c04d04563f0d414619972b8a524e4f7 Mon Sep 17 00:00:00 2001 From: kolunmi Date: Tue, 14 Feb 2023 19:25:32 -0700 Subject: add vertical_padding setting --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index e7349f9..47332c1 100644 --- a/config.def.h +++ b/config.def.h @@ -18,3 +18,6 @@ static pixman_color_t inactive_fg_color = { .red = 0xbbbb, .green = 0xbbbb, .blu static pixman_color_t inactive_bg_color = { .red = 0x2222, .green = 0x2222, .blue = 0x2222, .alpha = 0xffff, }; static pixman_color_t urgent_fg_color = { .red = 0x2222, .green = 0x2222, .blue = 0x2222, .alpha = 0xffff, }; static pixman_color_t urgent_bg_color = { .red = 0xeeee, .green = 0xeeee, .blue = 0xeeee, .alpha = 0xffff, }; + +// vertical pixel padding above and below text +static uint32_t vertical_padding = 1; -- cgit v1.2.3