Fixing wintitle and a few warning messages ref. #37

This commit is contained in:
bakkeby
2020-08-23 18:18:05 +02:00
parent 8ec80be756
commit 939a407e25
4 changed files with 10 additions and 5 deletions

View File

@@ -70,7 +70,9 @@ static const char *fonts[] = { "monospace:size=10" };
#endif // BAR_PANGO_PATCH
static const char dmenufont[] = "monospace:size=10";
#if BAR_FLEXWINTITLE_PATCH
static char c000000[] = "#000000"; // placeholder value
#endif // BAR_FLEXWINTITLE_PATCH
static char normfgcolor[] = "#bbbbbb";
static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";