From bd2586ead2b8004e8c78819c4f7c57b9a1128b2e Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 27 Mar 2021 15:34:46 +0300 Subject: feat: add padding to statusbar --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 7d91fdc..6425727 100644 --- a/config.def.h +++ b/config.def.h @@ -5,6 +5,8 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int gappx = 28; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ +static const int horizpadbar = 4; /* horizontal padding for statusbar */ +static const int vertpadbar = 4; /* vertical padding for statusbar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "monospace:size=10" }; static const char dmenufont[] = "monospace:size=10"; -- cgit v1.2.3