From e4e03e0bebe1b160cfa89249266c41f8a37c0e55 Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Mon, 13 Jul 2026 14:22:11 +0200 Subject: barpadding teil 1 --- 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 09b32c2..5838fad 100644 --- a/config.def.h +++ b/config.def.h @@ -14,6 +14,8 @@ #include /* appearance */ +static const int vertpad = 5; /* vertical padding of bar */ +static const int sidepad = 5; /* horizontal padding of bar */ static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int snap = 5; /* snap pixel */ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */ -- cgit