From f8ae6714db02a42856c07066f689136999f6ad77 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Tue, 27 Jul 2021 13:40:53 +0200 Subject: Adding winicon patch --- config.def.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 9b946c7..6312459 100644 --- a/config.def.h +++ b/config.def.h @@ -53,6 +53,10 @@ static const int bar_height = 0; /* 0 means derive from font, >= static const int vertpad = 10; /* vertical padding of bar */ static const int sidepad = 10; /* horizontal padding of bar */ #endif // BAR_PADDING_PATCH +#if BAR_WINICON_PATCH +#define ICONSIZE 20 /* icon size */ +#define ICONSPACING 5 /* space between icon and title */ +#endif // BAR_WINICON_PATCH #if FOCUSONCLICK_PATCH static const int focusonwheel = 0; #endif // FOCUSONCLICK_PATCH -- cgit v1.2.3